]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: use minimum log size in xfs/016
authorBrian Foster <bfoster@redhat.com>
Fri, 18 Oct 2013 17:16:14 +0000 (17:16 +0000)
committerRich Johnston <rjohnston@sgi.com>
Tue, 22 Oct 2013 21:08:35 +0000 (16:08 -0500)
Test xfs/016 fails to run due to invalid mkfs options. The log size
is reported as too small according to the minimum log size
calculation:

log size 512 blocks too small, minimum size is 853 blocks

Update log_size to the currently specified minimum.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Rich Johnston <rjohnston@sgi.com>
tests/xfs/016

index 2fc6af2201d419e8b84399d6b1ff38e20d363fc9..e52f80c23d8afb250080a23982aa0e1f8e1f01ff 100755 (executable)
@@ -181,7 +181,7 @@ _supported_os Linux
 rm -f $seqres.full
 
 # mkfs sizes
-log_size=2097152
+log_size=3493888
 log_size_bb=`expr $log_size / 512`
 
 _require_scratch