From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Thornber Subject: Re: [PATCH for-dm-3.14-fixes 4/8] dm thin: error out I/O if inappropriate for it to be retried Date: Fri, 21 Feb 2014 14:22:44 +0000 Message-ID: <20140221142244.GD13298@debian> References: <1392951365-9829-1-git-send-email-snitzer@redhat.com> <1392951365-9829-5-git-send-email-snitzer@redhat.com> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1392951365-9829-5-git-send-email-snitzer@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Mike Snitzer Cc: dm-devel@redhat.com List-Id: dm-devel.ids NACK (but close). On Thu, Feb 20, 2014 at 09:56:01PM -0500, Mike Snitzer wrote: > If the pool is in fail mode, error_if_no_space is enabled or the > metadata space is exhausted do _not_ allow IO to be retried. This should be: "If the pool is in fail mode, error_if_no_space is enabled or a transaction has been aborted, do _not_ allow IO to be retried." (In practise 'transaction has been aborted' is the same as the needs_check flag we've discussed.) - Joe