xfs/107: fix formatting failures
authorDarrick J. Wong <djwong@kernel.org>
Thu, 20 Jan 2022 00:49:44 +0000 (16:49 -0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 23 Jan 2022 14:25:12 +0000 (22:25 +0800)
commitbe9fdf6287a0b9437901ea206ed5c62dad7abcc2
tree22efc2830836d333fef648a1fc3d5e99f8af2da4
parent11804b17759b8ea64a84cb6c91b42f82ab1c5840
xfs/107: fix formatting failures

Zorro Lang reported that the _scratch_mkfs_sized call in the new xfs/107
fstest sometimes fails on more exotic storage due to insufficient log
size on account of raid stripes, etc.   These are side effects of the
filesystem being too small.

Change the filesystem size to 256M to avoid these problems, and change
the allocstale parameters to use the same file size (16M) as before.
Given that ALLOCSP produces stale disk contents pretty quickly this
shouldn't affect the test runtime too much.

Reported-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/xfs/107