mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Work to get QA to run successfully on filesystems with non-default inode sizes.
This commit is contained in:
@@ -126,6 +126,8 @@ mkfs_xfs -lsize=2000b $SCRATCH_DEV | _filter_mkfs 2>$tmp.mkfs
|
||||
source $tmp.mkfs
|
||||
[ $dbsize -eq 4096 ] \
|
||||
|| _notrun "Logprint test, tailored to 4K blocks ($dbsize in use)"
|
||||
[ $isize -eq 256 ] \
|
||||
|| _notrun "Logprint test, tailored to 256b inodes ($isize in use)"
|
||||
[ $lversion -eq 1 ] \
|
||||
|| _notrun "Logprint test, tailored to v1 log format (v$lversion in use)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user