]> sourceware.org Git - lvm2.git/commitdiff
disable another broken check in a test
authorAlasdair Kergon <agk@redhat.com>
Tue, 6 Apr 2010 18:13:43 +0000 (18:13 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 6 Apr 2010 18:13:43 +0000 (18:13 +0000)
test/t-mirror-lvconvert.sh

index 14a7a90ac18d26063734f0a6874f8c5dce4770f6..703db97fb0d75887327a43f3c8d0fe2d8553a10b 100755 (executable)
@@ -309,7 +309,8 @@ check_and_cleanup_lvs_
 prepare_lvs_
 lvcreate -l2 -n $lv1 $vg $dev1
 lvconvert -m +1 --mirrorlog mirrored $vg/$lv1 $dev1 $dev2 --alloc anywhere
-mimages_are_redundant_ $vg $lv1
+# FIXME Disable next check: --alloc anywhere makes *no* guarantees about placement - that's the entire point of it!
+#mimages_are_redundant_ $vg $lv1
 check_and_cleanup_lvs_
 
 
This page took 0.036668 seconds and 5 git commands to generate.