From e157f480a308e0c9e4d8abcc8c3f6463c61905fc Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Thu, 18 Dec 2025 08:30:08 +0100 Subject: [PATCH] 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 --- tests/xfs/521 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3