]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commit
fstests: btrfs/219: remove it from auto group
authorQu Wenruo <wqu@suse.com>
Fri, 9 Dec 2022 05:34:02 +0000 (13:34 +0800)
committerZorro Lang <zlang@kernel.org>
Sun, 11 Dec 2022 14:27:22 +0000 (22:27 +0800)
commite2e7b549380aedbbc1badb9a344939b788668bfe
tree85bc0363ef3565b817254d01ee5a1f6a7929b0b1
parent3d7044904ac2c79ea5474f12020cca00fc008c72
fstests: btrfs/219: remove it from auto group

The test case is to make sure we can mount a fs with older generation
(but with the same fsid/dev uuid).

Normally we will reject such case as btrfs is maintaining an internal
devices list (for multi-device support), and if we find a device
suddenly got an older generation, we will directly reject it.

Although for single device btrfs, we may add an exception for it,
the corresponding kernel patch is never merged.

So for now, just remove the test case from auto group.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/btrfs/219