[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251218073023.1547648-11-hch@lst.de>
Date: Thu, 18 Dec 2025 08:30:08 +0100
From: Christoph Hellwig <hch@....de>
To: Zorro Lang <zlang@...nel.org>
Cc: Anand Jain <asj@...nel.org>,
Filipe Manana <fdmanana@...e.com>,
"Darrick J. Wong" <djwong@...nel.org>,
fstests@...r.kernel.org,
linux-ext4@...r.kernel.org,
linux-xfs@...r.kernel.org
Subject: [PATCH 10/13] 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 <hch@....de>
Reviewed-by: "Darrick J. Wong" <djwong@...nel.org>
---
tests/xfs/521 | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/xfs/521 b/tests/xfs/521
index 5cd6649c50c7..4d359d641716 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
Powered by blists - more mailing lists