From: Eryu Guan <guaneryu@gmail.com>
To: Anand Jain <anand.jain@oracle.com>
Cc: fstests@vger.kernel.org, linux-btrfs@vger.kernel.org
Subject: Re: [PATCH v3] fstests: btrfs/159 superblock corruption test case
Date: Fri, 13 Apr 2018 12:43:35 +0800 [thread overview]
Message-ID: <20180413044335.GG2932@desktop> (raw)
In-Reply-To: <20180409052830.4772-1-anand.jain@oracle.com>
On Mon, Apr 09, 2018 at 01:28:30PM +0800, Anand Jain wrote:
> Verify if the superblock corruption is handled correctly.
>
> Signed-off-by: Anand Jain <anand.jain@oracle.com>
> ---
> v2->v3:
> Provide the disk to be corrupted as an arg, instead of swapping the devices,
> so drop mount_opt_minus_args().
> 159.out slightly changed.
> v1->v2:
> $subject slightly changed
> Added more info about the test-case
> Keep the stuff from the ./new btrfs
> Add mount_opt_minus_args() to get the options (if) set at the config file
> Move DEV_GOOD & DEV_BAD to where it starts to use
> To help debugging added run_check where possible
> Remove {} in the out file
> Use _filter_error_mount for mount fail cases other than -EINVAL
>
> tests/btrfs/159 | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++
> tests/btrfs/159.out | 21 ++++++++
> tests/btrfs/group | 1 +
> 3 files changed, 171 insertions(+)
> create mode 100755 tests/btrfs/159
> create mode 100644 tests/btrfs/159.out
>
> diff --git a/tests/btrfs/159 b/tests/btrfs/159
> new file mode 100755
> index 000000000000..c3a50b58b0b9
> --- /dev/null
> +++ b/tests/btrfs/159
> @@ -0,0 +1,149 @@
> +#! /bin/bash
> +# FS QA Test 159
> +#
> +# Test if the superblock corruption is handled correctly:
> +# - Test fsid miss-match (csum ok) between primary and copy superblock
> +# Fixed by the ML patch:
> +# btrfs: check if the fsid in the primary sb and copy sb are same
> +# - Test if the mount fails if the primary superblock csum is
> +# corrupted on any disk
> +# - Test if the mount does not fail if the copy1 sb csum is corrupted
> +# Fixed by the ML patches:
> +# btrfs: verify superblock checksum during scan
> +# btrfs: verify checksum for all devices in mount context
Do you have a tree that I can pull from? I want to make sure the test
does pass on patched kernel, but the patchset doesn't apply on v4.16
kernel.
Thanks,
Eryu
next prev parent reply other threads:[~2018-04-13 4:43 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-29 10:28 [PATCH typo-fixed] fstests: btrfs: 159 superblock corruption test case Anand Jain
2018-04-04 2:46 ` Eryu Guan
2018-04-05 6:14 ` Anand Jain
2018-04-05 6:28 ` [PATCH v2] fstests: btrfs/159 " Anand Jain
2018-04-08 3:38 ` Eryu Guan
2018-04-09 5:24 ` Anand Jain
2018-04-09 5:28 ` [PATCH v3] " Anand Jain
2018-04-13 4:43 ` Eryu Guan [this message]
2018-04-13 22:43 ` Anand Jain
2018-04-14 5:50 ` Eryu Guan
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=20180413044335.GG2932@desktop \
--to=guaneryu@gmail.com \
--cc=anand.jain@oracle.com \
--cc=fstests@vger.kernel.org \
--cc=linux-btrfs@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.