mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: missed skip in test
This commit is contained in:
parent
db2b65704c
commit
c5f7d401e5
@ -12,12 +12,12 @@
|
||||
. lib/test
|
||||
|
||||
test -e LOCAL_CLVMD && skip
|
||||
aux target_at_least dm-raid 1 1 0 || skip
|
||||
|
||||
aux lvmconf 'allocation/maximise_cling = 0'
|
||||
aux lvmconf 'allocation/mirror_logs_require_separate_pvs = 1'
|
||||
|
||||
aux prepare_vg 8
|
||||
aux target_at_least dm-raid 1 1 0
|
||||
|
||||
# RAID5 single replace
|
||||
lvcreate --type raid5 -i 2 -l 2 -n $lv1 $vg "$dev1" "$dev2" "$dev3"
|
||||
|
Loading…
Reference in New Issue
Block a user