generic: add checks for zoned block device
authorNaohiro Aota <naohiro.aota@wdc.com>
Mon, 16 Aug 2021 11:35:10 +0000 (20:35 +0900)
committerEryu Guan <guaneryu@gmail.com>
Sun, 22 Aug 2021 10:27:32 +0000 (18:27 +0800)
commit1538aef8361ffa29b7df1a19bcd8fb86f9991030
tree57e5aa531ea14e650b43e83bdd3e2d87642ed5c7
parent900288fb6d0b10a0a1e97af4110576c638119c0a
generic: add checks for zoned block device

Modify generic tests to require non-zoned block device

generic/108 is disabled on zoned block device because the LVM device
not always aligned to the zone boundary.

generic/471 is disabled because we cannot enable NoCoW on zoned
btrfs.

generic/570 is disabled because swap file which require nocow is not
usable on zoned btrfs.

Signed-off-by: Naohiro Aota <naohiro.aota@wdc.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/108
tests/generic/471
tests/generic/570