mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
btrfs/011: skip if on too small devices
btrfs/011 does require a spare device of at least 10GB, skip if we don't have big enough devices, e.g. when testing on ramdisks. Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
1781a22507
commit
2beaca087b
@@ -51,6 +51,7 @@ _supported_fs btrfs
|
||||
_require_scratch_nocheck
|
||||
_require_scratch_dev_pool 5
|
||||
_require_scratch_dev_pool_equal_size
|
||||
_require_scratch_size $((10 * 1024 * 1024)) #kB
|
||||
_require_command "$WIPEFS_PROG" wipefs
|
||||
|
||||
rm -f $seqres.full
|
||||
|
||||
Reference in New Issue
Block a user