SIZE=large
export EXT_MKFS_OPTIONS="-O bigalloc"
export EXT_MOUNT_OPTIONS=""

# Until we can teach xfstests the difference between cluster size and
# block size, avoid collapse_range, insert_range, and zero_range since
# these will fail due the fact that these operations require
# cluster-aligned ranges.
export FSX_AVOID="-C -I -z"
export FSSTRESS_AVOID="-f collapse=0 -f insert=0 -f zero=0"
export XFS_IO_AVOID="fcollapse finsert zero"
TEST_SET_EXCLUDE="-x collapse,insert,zero"

TESTNAME="Ext4 4k block w/bigalloc"

