From f0eb9b8d4a6878a45d47c639f82cead082b35334 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 28 Jun 2022 13:21:51 -0700 Subject: [PATCH] xfs/109: handle larger minimum filesystem size mkfs will soon refuse to format a filesystem smaller than 300MB, so increase the size of the filesystem to keep this test scenario realistic. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Zorro Lang --- tests/xfs/109 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/109 b/tests/xfs/109 index 6cb6917af..e3e491f1d 100755 --- a/tests/xfs/109 +++ b/tests/xfs/109 @@ -78,7 +78,7 @@ if [ -n "$FASTSTART" -a -f $SCRATCH_MNT/f0 ]; then fi _scratch_unmount -_scratch_mkfs_xfs -dsize=160m,agcount=4 $faststart | _filter_mkfs 2>$tmp.mkfs +_scratch_mkfs_xfs -dsize=320m,agcount=4 $faststart | _filter_mkfs 2>$tmp.mkfs cat $tmp.mkfs >>$seqres.full _scratch_mount -- 2.49.0