Message ID | 172860658149.4187056.14339832597478812540.stgit@frogsfrogsfrogs (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [01/11] xfs/122: fix metadirino | expand |
diff --git a/tests/xfs/163 b/tests/xfs/163 index 2bd94060222f96..04b09d15afadfe 100755 --- a/tests/xfs/163 +++ b/tests/xfs/163 @@ -35,7 +35,7 @@ echo "Format and mount" # agcount = 1 is forbidden on purpose, and need to ensure shrinking to # 2 AGs isn't feasible yet. So agcount = 3 is the minimum number now. -_scratch_mkfs -dsize="$((512 * 1024 * 1024))" -dagcount=3 2>&1 | \ +_scratch_mkfs -dsize="$((900 * 1024 * 1024))" -dagcount=3 2>&1 | \ tee -a $seqres.full | _filter_mkfs 2>$tmp.mkfs >/dev/null . $tmp.mkfs t_dblocks=$dblocks