]> www.infradead.org Git - users/hch/xfstests-dev.git/commitdiff
xfs/109: handle larger minimum filesystem size
authorDarrick J. Wong <djwong@kernel.org>
Tue, 28 Jun 2022 20:21:51 +0000 (13:21 -0700)
committerZorro Lang <zlang@kernel.org>
Sat, 2 Jul 2022 13:38:42 +0000 (21:38 +0800)
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 <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/109

index 6cb6917af6f51f0290100426c7421f7490e75708..e3e491f1df22e8c469de4fdbb09439442926de70 100755 (executable)
@@ -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