This adds a 64K blocksize config file for xfs testing. Signed-off-by: Ritesh Harjani <riteshh@xxxxxxxxxxxxx> --- kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k diff --git a/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k b/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k new file mode 100644 index 0000000..3666d02 --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/fs/xfs/cfg/64k @@ -0,0 +1,3 @@ +SIZE=small +export XFS_MKFS_OPTIONS="-bsize=65536" +TESTNAME="XFS 64k block" -- 2.31.1