All of lore.kernel.org
 help / color / mirror / Atom feed
From: Brian Foster <bfoster@redhat.com>
To: Christoph Hellwig <hch@infradead.org>
Cc: fstests@vger.kernel.org, linux-xfs@vger.kernel.org
Subject: Re: [PATCH v2] generic: disable dmlogwrites tests on XFS
Date: Mon, 31 Aug 2020 09:37:32 -0400	[thread overview]
Message-ID: <20200831133732.GB2667@bfoster> (raw)
In-Reply-To: <20200829064850.GC29069@infradead.org>

On Sat, Aug 29, 2020 at 07:48:50AM +0100, Christoph Hellwig wrote:
> On Thu, Aug 27, 2020 at 10:53:29AM -0400, Brian Foster wrote:
> > Several generic fstests use dm-log-writes to test the filesystem for
> > consistency at various crash recovery points. dm-log-writes and the
> > associated replay mechanism rely on discard to clear stale blocks
> > when moving to various points in time of the fs. If the storage
> > doesn't provide discard zeroing or the discard requests exceed the
> > hardcoded maximum (128MB) of the fallback solution to physically
> > write zeroes, stale blocks are left around in the target fs. This
> > causes issues on XFS if recovery observes metadata from a future
> > version of an fs that has been replayed to an older point in time.
> > This corrupts the filesystem and leads to spurious test failures
> > that are nontrivial to diagnose.
> > 
> > Disable the generic dmlogwrites tests on XFS for the time being.
> > This is intended to be a temporary change until a solution is found
> > that allows these tests to predictably clear stale data while still
> > allowing them to run in a reasonable amount of time.
> 
> As said in the other discussion I don't think this is correct.  The
> intent of the tests is to ensure the data can't be read.  You just
> happen to trigger over that with XFS, but it also means that tests
> don't work correctly on other file systems in that configuration.
> 

Yes, but the goal of this patch is not to completely fix the dmlogwrites
infrastructure and set of tests. The goal is to disable a subset of
tests that are known to produce spurious corruptions on XFS until that
issue can be addressed, so it doesn't result in continued bug reports in
the meantime. I don't run these tests routinely on other fs', so it's
not really my place to decide that the tradeoff between this problem and
the ability of the test to reproduce legitimate bugs justifies disabling
the test on those configs.

Brian


  reply	other threads:[~2020-08-31 13:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-27 14:53 [PATCH v2] generic: disable dmlogwrites tests on XFS Brian Foster
2020-08-29  6:48 ` Christoph Hellwig
2020-08-31 13:37   ` Brian Foster [this message]
2020-08-31 16:02     ` Christoph Hellwig
2020-09-01  6:25     ` Amir Goldstein
2020-09-01 12:31       ` Brian Foster
2020-09-01 14:04         ` Amir Goldstein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200831133732.GB2667@bfoster \
    --to=bfoster@redhat.com \
    --cc=fstests@vger.kernel.org \
    --cc=hch@infradead.org \
    --cc=linux-xfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.