diff mbox series

[4/9] ext4/cfg/fast_commit_64K: Add a config file to test fast_commit with 64K bs

Message ID b5db2fa26f67fa0373f2b4d4792f9038c845b4cd.1624007533.git.riteshh@linux.ibm.com
State Accepted
Headers show
Series kvmxfstests: Add 64K related configs for Power | expand

Commit Message

Ritesh Harjani June 18, 2021, 11:09 a.m. UTC
This can be used to test fast_commit with 64K blocksize on
platforms like PPC64.

Signed-off-by: Ritesh Harjani <riteshh@linux.ibm.com>
---
 .../test-appliance/files/root/fs/ext4/cfg/fast_commit_64k     | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/fast_commit_64k
diff mbox series

Patch

diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/fast_commit_64k b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/fast_commit_64k
new file mode 100644
index 0000000..4b0d3b1
--- /dev/null
+++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/fast_commit_64k
@@ -0,0 +1,4 @@ 
+SIZE=small
+export EXT_MKFS_OPTIONS="-b 65536 -I 256 -O fast_commit,64bit"
+export EXT_MOUNT_OPTIONS=""
+TESTNAME="Ext4 64k block w/fast_commit"