]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/596: require non-zoned rt device
authorHans Holmberg <Hans.Holmberg@wdc.com>
Mon, 14 Oct 2024 12:22:21 +0000 (12:22 +0000)
committerChristoph Hellwig <hch@lst.de>
Tue, 5 Nov 2024 08:31:58 +0000 (09:31 +0100)
We don't support growfs for zoned rt devices, so skip the test in
stead of failing.

Signed-off-by: Hans Holmberg <hans.holmberg@wdc.com>
tests/xfs/596

index 12c38c2e96046718b23ac08e9898c6dab81202a4..315d2ebfbd62995831dfc26dc4e0614dcc70ab5f 100755 (executable)
@@ -26,6 +26,7 @@ _cleanup()
 _require_scratch
 _require_realtime
 _require_no_large_scratch_dev
+_require_non_zoned_device $SCRATCH_RTDEV # no growfs support for zoned rt devices
 _scratch_unmount 2>/dev/null
 
 _fill()