This thests the file system features which are used by the Lustre MDS that are upstream. (The dirdata feature is not currently in the upsteam kernel.) Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> --- kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/lustre_mds | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/lustre_mds diff --git a/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/lustre_mds b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/lustre_mds new file mode 100644 index 0000000..39bb382 --- /dev/null +++ b/kvm-xfstests/test-appliance/files/root/fs/ext4/cfg/lustre_mds @@ -0,0 +1,4 @@ +SIZE=small +export EXT_MKFS_OPTIONS="-I 2048 -O ^64bit,mmp,uninit_bg,^extents,dir_nlink,quota,huge_file,flex_bg -E lazy_journal_init" +export EXT_MOUNT_OPTIONS="" +TESTNAME="Lustre MDS" -- 2.11.0.rc0.7.gbe5a750