From: Brian Foster Date: Fri, 18 Oct 2013 17:16:14 +0000 (+0000) Subject: xfstests: use minimum log size in xfs/016 X-Git-Tag: v2022.05.01~3343 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=bb4074a31abd36426ea6d2ba63764a21b0226635;p=users%2Fhch%2Fxfstests-dev.git 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 Reviewed-by: Dave Chinner Signed-off-by: Rich Johnston --- diff --git a/tests/xfs/016 b/tests/xfs/016 index 2fc6af220..e52f80c23 100755 --- a/tests/xfs/016 +++ b/tests/xfs/016 @@ -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