summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2015-03-20 11:08:44 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2015-03-20 11:08:44 +0100
commit361e2d8df726e8428ed917939dab54643761b9e4 (patch)
treeba0889d3058ba92cc1b2dec52d5708676d44b0b3
parent21343ffbfed94f41da11fac4dd056af58f4341a9 (diff)
downloadlvm2-361e2d8df726e8428ed917939dab54643761b9e4.tar.gz
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.
-rw-r--r--test/shell/lvconvert-mirror-updown.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/shell/lvconvert-mirror-updown.sh b/test/shell/lvconvert-mirror-updown.sh
index ddd34c7b8..4d401fbf8 100644
--- a/test/shell/lvconvert-mirror-updown.sh
+++ b/test/shell/lvconvert-mirror-updown.sh
@@ -29,6 +29,9 @@ lvconvert -m+1 -b $vg/$lv1 "$dev3"
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