1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00

tests: missed skip in test

This commit is contained in:
Zdenek Kabelac 2013-05-31 21:58:51 +02:00
parent db2b65704c
commit c5f7d401e5

View File

@ -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"