test_sunit_opts()
{
echo "Format with 4k stripe unit; 1x stripe width" >> $seqres.full
- _scratch_mkfs -b size=4k -d sunit=8,swidth=8 >> $seqres.full 2>&1
+ _scratch_mkfs_xfs -b size=4k -d sunit=8,swidth=8 >> $seqres.full 2>&1
__test_mount_opts "$@"
}
local mounted=0
echo "Format with 256k stripe unit; 4x stripe width" >> $seqres.full
- _scratch_mkfs -b size=1k -d su=256k,sw=4 >> $seqres.full 2>&1
+ _scratch_mkfs_xfs -b size=1k -d su=256k,sw=4 >> $seqres.full 2>&1
__test_mount_opts "$@"
}
local mounted=0
echo "Format with 256k stripe unit; 4x stripe width" >> $seqres.full
- _scratch_mkfs -b size=1k -d su=256k,sw=4 >> $seqres.full 2>&1
+ _scratch_mkfs_xfs -b size=1k -d su=256k,sw=4 >> $seqres.full 2>&1
# Try to mount the fs with our test options.
_try_scratch_mount >> $seqres.full 2>&1 && mounted=1