mirror of
https://github.com/kdave/btrfs-progs
synced 2025-01-31 01:41:41 +00:00
btrfs-progs: tests: properly load dm-thin in mkfs/017
The test started to fail some time ago when dm-thin was changed to dm-thin-pool that loads 2 targets dm-thin and dm-thin-pool. We can now properly detect both and run the test. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
37e0aa576c
commit
5b0e18ce6c
@ -7,7 +7,7 @@ source "$TEST_TOP/common"
|
||||
check_prereq mkfs.btrfs
|
||||
check_global_prereq udevadm
|
||||
check_dm_target_support linear
|
||||
check_dm_target_support thin
|
||||
check_dm_target_support thin thin-pool
|
||||
|
||||
setup_root_helper
|
||||
prepare_test_dev
|
||||
|
Loading…
Reference in New Issue
Block a user