mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Change common mkfs filter to fit the new changes.
Merge of master-melb:xfs-cmds:30162a by kenmcd. explicitly mention the log version instead of assuming the default, with further filter changes.
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@ realtime =REALTIME extsz=N, blocks=N, rtextents=N
|
||||
|
||||
|
||||
# test out data stripe
|
||||
--- mkfs=-d su=266240,sw=1 ---
|
||||
--- mkfs=-l version=1 -d su=266240,sw=1 ---
|
||||
meta-data=DEV isize=256 agcount=N, agsize=N blks
|
||||
data = bsize=4096 blocks=N, imaxpct=25
|
||||
= sunit=65 swidth=65 blks, unwritten=1
|
||||
@@ -43,7 +43,7 @@ realtime =REALTIME extsz=N, blocks=N, rtextents=N
|
||||
|
||||
|
||||
# test out data stripe the same but using sunit & swidth
|
||||
--- mkfs=-d sunit=520,swidth=520 ---
|
||||
--- mkfs=-l version=1 -d sunit=520,swidth=520 ---
|
||||
meta-data=DEV isize=256 agcount=N, agsize=N blks
|
||||
data = bsize=4096 blocks=N, imaxpct=25
|
||||
= sunit=65 swidth=65 blks, unwritten=1
|
||||
|
||||
Reference in New Issue
Block a user