xfs: skip copy fs test on large device

When test on large SCRATCH_DEV, copy a huge size XFS to TEST_DIR
will fill the TEST_DIR soon, and xfs_copy process will be blocked
there. Due to copy LARGE_SCRATCH_DEV won't add any more test
coverage, so skip this kind of tests if LARGE_SCRATCH_DEV is yes.

Signed-off-by: Zorro Lang <zlang@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Zorro Lang
2018-07-06 14:07:28 +08:00
committed by Eryu Guan
parent a125b86c86
commit 9374c74733
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ _supported_os Linux
# xfs_copy does not support realtime devices
_require_no_realtime
_require_scratch
_require_no_large_scratch_dev
_require_xfs_crc
_require_meta_uuid
+1
View File
@@ -38,6 +38,7 @@ _supported_os Linux
_require_no_realtime
_require_test
_require_scratch
_require_no_large_scratch_dev
function filter_mounted()
{