generic/042: set size to 38M for f2fs
authorSun Ke <sunke32@huawei.com>
Tue, 18 May 2021 11:47:00 +0000 (07:47 -0400)
committerEryu Guan <guaneryu@gmail.com>
Sun, 30 May 2021 12:33:08 +0000 (20:33 +0800)
commit05fafbff99502563018adc125c0030096bdf0561
tree8d1af40ff173eccec0e4924bffb1a48a6465db00
parent2605c135e15cd07fcedc3a5cc26b58dc77659bab
generic/042: set size to 38M for f2fs

25M is too small for f2fs:

Info: Disable heap-based policy
Info: Debug level = 0
Info: Label =
Info: Trim is enabled
Info: Segments per section = 1
Info: Sections per zone = 1
Info: sector size = 512
Info: total sectors = 51200 (25 MB)
Info: zone aligned segment0 blkaddr: 512
    Error: Device size is not sufficient for F2FS volume
    Error: Failed to prepare a super block!!!
    Error: Could not format the device!!!

So, set size to 38M for f2fs.

Signed-off-by: Sun Ke <sunke32@huawei.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/042