From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> Make sure that we have enough free space on the test fs to create a 60t sparse filesystem. Signed-off-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --- tests/xfs/020 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/xfs/020 b/tests/xfs/020 index 120492d..b037369 100755 --- a/tests/xfs/020 +++ b/tests/xfs/020 @@ -49,6 +49,10 @@ _supported_fs xfs _supported_os Linux _require_test +# Writing a 60t fs requires about 2GB of space, so make sure +# we have plenty of space to do that. +_require_fs_space $TEST_DIR 2500000 + echo "Silence is golden" fsfile=$TEST_DIR/fsfile.$seq -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html