xfstests: use minimum log size in xfs/016

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>
This commit is contained in:
Brian Foster
2013-10-18 17:16:14 +00:00
committed by Rich Johnston
parent 09320abafa
commit bb4074a31a
+1 -1
View File
@@ -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