summaryrefslogtreecommitdiff
path: root/test/shell/lvconvert-raid.sh
diff options
context:
space:
mode:
authorJonathan Brassow <jbrassow@redhat.com>2014-07-10 18:52:55 -0500
committerJonathan Brassow <jbrassow@redhat.com>2014-07-10 18:53:46 -0500
commitf33d75e2e586a88ddeb20d860765f091098b8ab5 (patch)
tree0b5ba4210dd7f74c5acdffe943f6e2d613b3c727 /test/shell/lvconvert-raid.sh
parent3063b48602220b0aa5e1ad7a91dc4ca60d717e36 (diff)
downloadlvm2-f33d75e2e586a88ddeb20d860765f091098b8ab5.tar.gz
test: Test failing due to too few PVs
Commit 33d69162e4b45e7926d4c0e4a425fedb4246088e reduced the number of PVs to a level where the test could not function. (It is impossible to replace 3 PVs of a 4-way RAID1 LV if there are only 5 PVs.)
Diffstat (limited to 'test/shell/lvconvert-raid.sh')
-rw-r--r--test/shell/lvconvert-raid.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvconvert-raid.sh b/test/shell/lvconvert-raid.sh
index 6f17303b5..bcf3874c6 100644
--- a/test/shell/lvconvert-raid.sh
+++ b/test/shell/lvconvert-raid.sh
@@ -24,7 +24,7 @@ get_image_pvs() {
########################################################
aux have_raid 1 3 0 || skip
-aux prepare_pvs 5
+aux prepare_pvs 9
vgcreate -s 256k $vg $(cat DEVICES)
###########################################