From 2806e6265f58308697d183a4d99967604663b734 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 20 Jun 2019 11:07:43 +0200 Subject: [PATCH] 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. --- test/shell/lvconvert-mirror-split.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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