From: Christoph Hellwig Date: Thu, 18 Dec 2025 07:30:08 +0000 (+0100) Subject: xfs/521: call _require_scratch_size X-Git-Tag: v2026.01.05~16 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e157f480a308e0c9e4d8abcc8c3f6463c61905fc;p=xfstests-dev.git xfs/521: call _require_scratch_size This tests expects to have at least 400M on the scratch device. Ensure that, even if test runs with small devices will probably break in all kinds of other funny ways. Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/xfs/521 b/tests/xfs/521 index 5cd6649c..4d359d64 100755 --- a/tests/xfs/521 +++ b/tests/xfs/521 @@ -20,6 +20,7 @@ _begin_fstest auto quick realtime growfs _require_realtime _require_scratch +_require_scratch_size $((400 * 1024)) echo "Format and mount 100m rt volume" _scratch_mkfs -r size=100m > $seqres.full