mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
ext4: use a slightly bigger file system in ext4/021
An 8 MB file system may not be big enough for certain file system configurations --- in particular, if the inode size is 2048 bytes. Make the test file system 10MB instead. Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
+2
-2
@@ -49,8 +49,8 @@ _supported_os Linux
|
||||
_require_scratch
|
||||
_require_dumpe2fs
|
||||
|
||||
# 8M in bytes
|
||||
fssize=$((8 * 1024 * 1024))
|
||||
# 10M in bytes
|
||||
fssize=$((10 * 1024 * 1024))
|
||||
_scratch_mkfs_sized $fssize >> $seqres.full 2>&1
|
||||
_require_metadata_journaling $SCRATCH_DEV
|
||||
|
||||
|
||||
Reference in New Issue
Block a user