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:
@@ -57,6 +57,7 @@ _mkfs_filter()
|
||||
-e 's/blocks=[0-9][0-9]*/blocks=N/' \
|
||||
-e 's/agsize=[0-9][0-9]*/agsize=N/' \
|
||||
-e 's/agcount=[0-9][0-9]*/agcount=N/' \
|
||||
-e 's/swidth=[0-9][0-9]* blks$/&, unwritten=1/' \
|
||||
-e 's/rtextents=[0-9][0-9]*/rtextents=N/' \
|
||||
-e 's/meta-data=[^ ]*/meta-data=DEV/' \
|
||||
-e 's/ *isize/ isize/' \
|
||||
@@ -105,9 +106,9 @@ cat >$tmp.seq.params <<EOF
|
||||
# same test but get log stripe from data stripe
|
||||
-l version=2 -d su=$big_su,sw=1
|
||||
# test out data stripe
|
||||
-d su=$big_su,sw=1
|
||||
-l version=1 -d su=$big_su,sw=1
|
||||
# test out data stripe the same but using sunit & swidth
|
||||
-d sunit=`expr $big_su / 512`,swidth=`expr $big_su / 512`
|
||||
-l version=1 -d sunit=`expr $big_su / 512`,swidth=`expr $big_su / 512`
|
||||
EOF
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user