On Tue, Jun 28, 2022 at 01:21:51PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@xxxxxxxxxx> > > 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@xxxxxxxxxx> > --- > tests/xfs/109 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > > diff --git a/tests/xfs/109 b/tests/xfs/109 > index 6cb6917a..e3e491f1 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 Looks fine. Reviewed-by: Dave Chinner <dchinner@xxxxxxxxxx> -- Dave Chinner david@xxxxxxxxxxxxx