From: Sun Ke Date: Wed, 30 Jun 2021 11:37:34 +0000 (+0800) Subject: generic/042: make a bigger img for f2fs X-Git-Tag: v2022.05.01~355 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=7f17fee84a88f7a1aed1b2dcf236ca0239d96ec9 generic/042: make a bigger img for f2fs f2fs-utils 1.9.0 needs at least 38 MB space for f2fs image. However, f2fs-utils 1.14.0 needs at least 52 MB. Not sure if it will change again. So, just set it to 128M. Suggested-by: Chao Yu Signed-off-by: Sun Ke Reviewed-by: Chao Yu Signed-off-by: Eryu Guan --- diff --git a/tests/generic/042 b/tests/generic/042 index 88cc2098..9419606f 100755 --- a/tests/generic/042 +++ b/tests/generic/042 @@ -29,9 +29,11 @@ _crashtest() file=$mnt/file size=25M - # 25M is too small for f2fs. + # f2fs-utils 1.9.0 needs at least 38 MB space for f2fs image. However, + # f2fs-utils 1.14.0 needs at least 52 MB. Not sure if it will change + # again. So just set it 128M. if [ $FSTYP == "f2fs" ]; then - size=38M + size=128M fi # Create an fs on a small, initialized image. The pattern is written to