Message ID | 165644771132.1045534.358827009181930377.stgit@magnolia (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | fstests: random fixes | expand |
On Tue, Jun 28, 2022 at 01:21:51PM -0700, Darrick J. Wong wrote: > From: Darrick J. Wong <djwong@kernel.org> > > 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> > --- > 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@redhat.com>
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