Add a 64K related config for platforms like PPC64. Signed-off-by: Ritesh Harjani <riteshh@xxxxxxxxxxxxx> --- 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 --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" -- 2.31.1