summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2019-06-20 11:07:43 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2019-06-20 11:21:59 +0200
commit2806e6265f58308697d183a4d99967604663b734 (patch)
tree2c33cece6cc915ade4ab63e3d55eb69c28dbdef5
parent02a5921cdb90c15c93486ef8b8bd42486f6829b6 (diff)
downloadlvm2-2806e6265f58308697d183a4d99967604663b734.tar.gz
tests: for cluster testing we always need exclusive mirrors
Cluster test would fail without exlusively activated mirror. FIXME: test is still broken, since LV2 is not active after split.
-rw-r--r--test/shell/lvconvert-mirror-split.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/shell/lvconvert-mirror-split.sh b/test/shell/lvconvert-mirror-split.sh
index 40720a4d6..00291ecb2 100644
--- a/test/shell/lvconvert-mirror-split.sh
+++ b/test/shell/lvconvert-mirror-split.sh
@@ -20,7 +20,7 @@ aux prepare_vg 3
# Mirror split tests
###########################################
# 3-way to 2-way/linear
-lvcreate --type mirror -m 2 -l 2 -n $lv1 $vg
+lvcreate -aey --type mirror -m 2 -l 2 -n $lv1 $vg
aux wait_for_sync $vg $lv1
lvconvert --splitmirrors 1 -n $lv2 -vvvv $vg/$lv1