mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
common/log: add _get_log_configs for testing options
This patch adds _get_log_configs for xfs and f2fs to test several mount options for: xfs/086 * xfs/087 In xfs/087, one more test was added, so 10 tests will be done in total. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
committed by
Dave Chinner
parent
56c0daca92
commit
fca6b88d7b
+1
-13
@@ -67,19 +67,7 @@ _require_xfs_quota
|
||||
echo "*** init FS"
|
||||
umount $SCRATCH_DEV >/dev/null 2>&1
|
||||
|
||||
cat >$tmp.seq.params <<EOF
|
||||
# mkfs-opt mount-opt
|
||||
# ------------------------------
|
||||
version=2 logbsize=32k
|
||||
version=2,su=4096 logbsize=32k
|
||||
version=2,su=32768 logbsize=32k
|
||||
version=2 logbsize=64k
|
||||
version=2,su=64k logbsize=64k
|
||||
version=2 logbsize=128k
|
||||
version=2,su=128k logbsize=128k
|
||||
version=2 logbsize=256k
|
||||
version=2,su=256k logbsize=256k
|
||||
EOF
|
||||
_get_log_configs > $tmp.seq.params
|
||||
|
||||
cat $tmp.seq.params \
|
||||
| while read mkfs mnt restofline
|
||||
|
||||
Reference in New Issue
Block a user