mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/139-140: skip testing on large scratch dev
x/139 and x/140 makes XFS with very small agsize. That agsize is too small for a large fs. And it's not necessary to test on large fs, so skip it directly if scratch dev is large dev. Signed-off-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Eryu Guan <guaneryu@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -29,6 +29,9 @@ _cleanup()
|
||||
|
||||
# real QA test starts here
|
||||
_supported_os Linux
|
||||
# Below agsize (16384 * $blksz) is too small for a large fs, and it's not
|
||||
# necessary to test on large fs
|
||||
_require_no_large_scratch_dev
|
||||
_require_scratch_reflink
|
||||
_require_cp_reflink
|
||||
|
||||
|
||||
@@ -29,6 +29,9 @@ _cleanup()
|
||||
|
||||
# real QA test starts here
|
||||
_supported_os Linux
|
||||
# Below agsize is too small for a large fs, and it's not necessary to test on
|
||||
# large fs
|
||||
_require_no_large_scratch_dev
|
||||
_require_scratch_reflink
|
||||
_require_cp_reflink
|
||||
|
||||
|
||||
Reference in New Issue
Block a user