mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
c5223b9294
With the change to CRCs by default, the mkfs inode size is defaults to 512 bytes and the minimum block size changes to 1024 bytes. This causes mismatches with golden output that expects the inode size to be 256 bytes, and some tests are tailored around the amount of space inside a 256 byte inode. Fix them with appropriate filtering or mkfs parameters to allow 256 byte inodes to be used. Signed-off-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
31 lines
1.6 KiB
Plaintext
31 lines
1.6 KiB
Plaintext
QA output created by 206
|
|
=== truncate file ===
|
|
=== mkfs.xfs ===
|
|
meta-data=FILE isize=N agcount=52, agsize=76288719 blks
|
|
= sectsz=512 attr=2
|
|
data = bsize=4096 blocks=3905982455, imaxpct=5
|
|
= sunit=0 swidth=0 blks
|
|
naming =version 2 bsize=4096 ascii-ci=0
|
|
log =internal log bsize=4096 blocks=XXXXX, version=2
|
|
= sectsz=512 sunit=0 blks
|
|
realtime =none extsz=4096 blocks=0, rtextents=0
|
|
=== xfs_growfs ===
|
|
meta-data=FILE isize=N agcount=52, agsize=76288719 blks
|
|
= sectsz=512 attr=2
|
|
data = bsize=4096 blocks=3905982455, imaxpct=5
|
|
= sunit=0 swidth=0 blks
|
|
naming =version 2 bsize=4096 ascii-ci=0
|
|
log =internal bsize=4096 blocks=XXXXX, version=2
|
|
= sectsz=512 sunit=0 blks
|
|
realtime =none extsz=4096 blocks=0, rtextents=0
|
|
data blocks changed from 3905982455 to 4882478016
|
|
=== xfs_info ===
|
|
meta-data=FILE isize=N agcount=64, agsize=76288719 blks
|
|
= sectsz=512 attr=2
|
|
data = bsize=4096 blocks=4882478016, imaxpct=5
|
|
= sunit=0 swidth=0 blks
|
|
naming =version 2 bsize=4096 ascii-ci=0
|
|
log =internal bsize=4096 blocks=XXXXX, version=2
|
|
= sectsz=512 sunit=0 blks
|
|
realtime =none extsz=4096 blocks=0, rtextents=0
|