mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-11 09:18:25 +03:00
Fix vgsplit tests 12-13
This commit is contained in:
parent
95a69f99ba
commit
b65f5a844f
@ -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…
Reference in New Issue
Block a user