diff mbox series

[2/9] ext4/cfg/64K: Add a 64K related config file

Message ID b4de0bf3f8ef526571e1f25a5a974549f05e47d0.1624007533.git.riteshh@linux.ibm.com (mailing list archive)
State New, archived
Headers show
Series kvmxfstests: Add 64K related configs for Power | expand

Commit Message

Ritesh Harjani June 18, 2021, 11:09 a.m. UTC
Add a 64K related config for platforms like PPC64.

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

Patch

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