From: Naohiro Aota Date: Wed, 11 Aug 2021 15:12:30 +0000 (+0900) Subject: shared/032: add check for zoned block device X-Git-Tag: v2022.05.01~286 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6b96c8995ea2c223390068cf3e7e337cdfa4c747;p=xfstests-dev.git shared/032: add check for zoned block device Mkfs on zoned block device won't work on most filesystem. Let's disable the test. Signed-off-by: Naohiro Aota Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/shared/032 b/tests/shared/032 index a84af3a6..131323ab 100755 --- a/tests/shared/032 +++ b/tests/shared/032 @@ -17,6 +17,8 @@ _supported_fs xfs btrfs _require_scratch_nocheck _require_no_large_scratch_dev +# not all the FS support zoned block device +_require_non_zoned_device "${SCRATCH_DEV}" # mkfs.btrfs did not have overwrite detection at first if [ "$FSTYP" == "btrfs" ]; then