aboutsummaryrefslogtreecommitdiffstats
path: root/test-appliance/files/root/fs/ext4/cfg/bigalloc_4k_inline
diff options
context:
space:
mode:
Diffstat (limited to 'test-appliance/files/root/fs/ext4/cfg/bigalloc_4k_inline')
-rw-r--r--test-appliance/files/root/fs/ext4/cfg/bigalloc_4k_inline15
1 files changed, 15 insertions, 0 deletions
diff --git a/test-appliance/files/root/fs/ext4/cfg/bigalloc_4k_inline b/test-appliance/files/root/fs/ext4/cfg/bigalloc_4k_inline
new file mode 100644
index 00000000..12ad66e7
--- /dev/null
+++ b/test-appliance/files/root/fs/ext4/cfg/bigalloc_4k_inline
@@ -0,0 +1,15 @@
+SIZE=large
+export EXT_MKFS_OPTIONS="-b 4096 -O bigalloc,inline_data"
+export EXT_MOUNT_OPTIONS=""
+
+# Until we can teach xfstests the difference between cluster size and
+# block size, avoid collapse_range and insert_range since these will
+# fail due the fact that these operations require cluster-aligned
+# ranges.
+export FSX_AVOID="-C -I"
+export FSSTRESS_AVOID="-f collapse=0 -f insert=0"
+export XFS_IO_AVOID="fcollapse finsert"
+TEST_SET_EXCLUDE="-x collapse,insert"
+
+TESTNAME="Ext4 4k block w/bigalloc and inline_data"
+