mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
tests: revert should removal in mirror test
Since cluster test was actually not been working, removal of should has been premature. So restore 'should' back - bug in mirror code is still there.
This commit is contained in:
parent
21343ffbfe
commit
361e2d8df7
@ -29,6 +29,9 @@ lvconvert -m+1 -b $vg/$lv1 "$dev3"
|
|||||||
|
|
||||||
lvs -a $vg
|
lvs -a $vg
|
||||||
|
|
||||||
lvconvert -m-1 $vg/$lv1 "$dev2"
|
#
|
||||||
|
# It fails so use 'should' and -vvvv for now
|
||||||
|
#
|
||||||
|
should lvconvert -vvvv -m-1 $vg/$lv1 "$dev2"
|
||||||
|
|
||||||
vgremove -f $vg
|
vgremove -f $vg
|
||||||
|
Loading…
Reference in New Issue
Block a user