From: Darrick J. Wong Date: Tue, 28 Jun 2022 20:21:51 +0000 (-0700) Subject: xfs/109: handle larger minimum filesystem size X-Git-Tag: v2022.07.03~3 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f0eb9b8d4a6878a45d47c639f82cead082b35334;p=users%2Fhch%2Fxfstests-dev.git 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 --- 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