From: Christoph Hellwig Date: Fri, 21 Mar 2025 07:21:41 +0000 (+0100) Subject: xfs/049: skip on zoned devices X-Git-Tag: v2025.03.30~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=283339e65cc7b0cbd88d6c3b0ba26de5e6f5c137;p=xfstests-dev.git xfs/049: skip on zoned devices This tes creates an ext2 file system, which doesn't support zoned devices. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/049 b/tests/xfs/049 index cdcddf76..07feb58c 100755 --- a/tests/xfs/049 +++ b/tests/xfs/049 @@ -40,6 +40,8 @@ _require_scratch_nocheck _require_no_large_scratch_dev _require_loop _require_extra_fs ext2 +# this test actually runs ext2 on the scratch device +_require_non_zoned_device $SCRATCH_DEV echo "(dev=$SCRATCH_DEV, mount=$SCRATCH_MNT)" >> $seqres.full echo "" >> $seqres.full