From 361e2d8df726e8428ed917939dab54643761b9e4 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 20 Mar 2015 11:08:44 +0100 Subject: [PATCH] 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. --- test/shell/lvconvert-mirror-updown.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.43.5