Received: by 2002:a05:6a10:a841:0:0:0:0 with SMTP id d1csp1470322pxy; Fri, 23 Apr 2021 08:47:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz+cax/AEDxqT6Ln6/0US41k4zFrqq+7HfHZTDvselMSe9uJ4WulgWYdu/7cd9o5vO72964 X-Received: by 2002:a17:906:86d0:: with SMTP id j16mr4931146ejy.444.1619192823254; Fri, 23 Apr 2021 08:47:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1619192823; cv=none; d=google.com; s=arc-20160816; b=YqLM+9sAx9H/wKU72tfTAKTFZxqOfLcWZSHCXsU63djIDO0C/T67miTmOn5XpxzER2 UKAkrmpUSLkrniqUUgo298EYSO3ndB2pn6/x9KAAEIDSXb4GKmQ5jISjE6MjRW7YDF8Y 3ojmK6APNzjrg3qURo2sHEY2ghi2fBgV2Y/7HhXvjLmD4J4Q+vuWOkNyNwZ8KCA2zV5g rbZ8mWWScVzsrMkXIT7dCXOEi9jVbH4CCiepS4NzxngZxtbRQcRV2M2Y5fH5lVLmR3FT 7HUeq4hYUvOMF+Pg29FwT6Pv73B/hBl7g+ghfITzXeQNS5Io0GvV6cRsBlPNpfgVX1I+ Jukg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=lJtk2UFDEdGHtShSfNgCmw4m4nLnFpKpoJ58hGgx+P4=; b=RMFRXH7LW2j9UG3RdkGD/Vd+1TjaCbHjNPsaTG5SCP7gWoTbsws44Ug7kHJC8E7d/q CtDC/Ru27AonFCDRMr46LRCq8IbaYgfPznJtCY+THVL5iYE2g+wJJVb3joeN4YDUsSKq xT+QMkTvABCFSdJiEX1K06AzVFxUUQF0pdfsO/Xm1uUG5olFO1jDlV+S/C97sgEo7Ytd OQVKR7cN548AOLtlM7T7R/ZXSipFMtKWIQE1Mpy5AcX1ezz3tS80ECtwMPfN7Ewupwe6 dMARA4LMgOzZcMsI1bLQd5MWQIrYVZztpJcvKV4yNB6Rx3YIZCE/06u5dust32lvjb2G ugLA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ss2si5781544ejb.370.2021.04.23.08.46.36; Fri, 23 Apr 2021 08:47:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231469AbhDWPrH (ORCPT + 99 others); Fri, 23 Apr 2021 11:47:07 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:54178 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S230294AbhDWPrF (ORCPT ); Fri, 23 Apr 2021 11:47:05 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13NFkCke029158 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 23 Apr 2021 11:46:13 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id CCDFB15C3B0D; Fri, 23 Apr 2021 11:46:12 -0400 (EDT) Date: Fri, 23 Apr 2021 11:46:12 -0400 From: "Theodore Ts'o" To: Zhiqiang Liu Cc: Haotian Li , Ext4 Developers List , "harshad shirwadkar," , linfeilong Subject: Re: [PATCH] e2fsprogs: Try again to solve unreliable io case Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Fri, Apr 23, 2021 at 10:18:09AM +0800, Zhiqiang Liu wrote: > Thanks for your reply. > Actually, we have met the problem in ipsan situation. > When exec 'fsck -a ', short-term fluctuations or > abnormalities may occur on the network. Despite the driver has > do the best effort, some IO errors may occur. So add retrying in > e2fsprogs can further improve the reliability of the repair > process. But why doesn't this happen when the file system is mounted, and why is that acceptable? And why not change the driver to do more retries? - Ted