summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2014-10-07 16:09:43 +0200
committerPetr Rockai <prockai@redhat.com>2014-10-07 16:12:04 +0200
commitd623034e62a5fe0ba541e6d1e543f43ae90a834f (patch)
tree7429ba8991de3ac32bee3c86713a4ae471334052
parent88959032f7efb9229632c74a3738aae171f0c460 (diff)
downloadlvm2-d623034e62a5fe0ba541e6d1e543f43ae90a834f.tar.gz
test: Fix lvconvert-raid-allocation's use of lvconvert --repair.
-rw-r--r--test/shell/lvconvert-raid-allocation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvconvert-raid-allocation.sh b/test/shell/lvconvert-raid-allocation.sh
index bd2cab5ee..a1b1c3931 100644
--- a/test/shell/lvconvert-raid-allocation.sh
+++ b/test/shell/lvconvert-raid-allocation.sh
@@ -63,7 +63,7 @@ lvcreate --type raid1 -m 1 -l 3 -n $lv1 $vg \
"$dev1:0-1" "$dev2:0-1" "$dev3:0-1" "$dev4:0-1"
aux wait_for_sync $vg $lv1
aux disable_dev "$dev1"
-lvconvert --repair -y $vg/$lv1 "$dev1" "$dev2" "$dev3" "$dev4"
+lvconvert --repair -y $vg/$lv1 "$dev2" "$dev3" "$dev4"
#FIXME: ensure non-overlapping images (they should not share PVs)
aux enable_dev "$dev1"
lvremove -ff $vg