mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
Fix vgsplit tests 12-13
This commit is contained in:
parent
c1f2ce3938
commit
c1df0103c2
@ -135,7 +135,8 @@ test_expect_success \
|
||||
|
||||
test_expect_success \
|
||||
'vgsplit rejects vg with active lv' \
|
||||
'vgcreate $vg1 $d1 $d2 &&
|
||||
'pvcreate -ff -M2 $d3 $d4 &&
|
||||
vgcreate $vg1 $d1 $d2 &&
|
||||
vgcreate $vg2 $d3 $d4 &&
|
||||
lvcreate -l 4 -n lv1 $vg1 &&
|
||||
vgsplit $vg1 $vg2 $d1 2>err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user