xfs/137: require scratch to be CRC enabled XFS

This test is only valid for CRC enabled XFS, and test fails with
MKFS_OPTIONS="-m crc=0" being set (no mount failure detected).

Fix it by adding _require_scratch_xfs_crc, which ensures scratch device
has CRC support and enabled.

Signed-off-by: Eryu Guan <eguan@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Eryu Guan
2016-03-23 14:33:57 +11:00
committed by Dave Chinner
parent 1637c06780
commit ca068259d5
+1 -1
View File
@@ -52,7 +52,7 @@ rm -f $seqres.full
_supported_fs xfs
_supported_os Linux
_require_scratch
_require_xfs_crc
_require_scratch_xfs_crc
_require_xfs_db_command "logformat"
_scratch_mkfs >> $seqres.full 2>&1 || _fail "mkfs failed"