| To: | fstests@xxxxxxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfs/137: require scratch to be CRC enabled XFS |
| From: | Eryu Guan <eguan@xxxxxxxxxx> |
| Date: | Thu, 3 Mar 2016 12:38:19 +0800 |
| Cc: | xfs@xxxxxxxxxxx, Eryu Guan <eguan@xxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
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@xxxxxxxxxx> --- tests/xfs/137 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/137 b/tests/xfs/137 index f162264..dec9fc9 100755 --- a/tests/xfs/137 +++ b/tests/xfs/137 @@ -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" -- 2.5.0 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE, Darrick J. Wong |
|---|---|
| Next by Date: | Re: [PATCH] xfs/137: require scratch to be CRC enabled XFS, Christoph Hellwig |
| Previous by Thread: | [PATCH] vfs: support FS_XFLAG_REFLINK and FS_XFLAG_COWEXTSIZE, Darrick J. Wong |
| Next by Thread: | Re: [PATCH] xfs/137: require scratch to be CRC enabled XFS, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |