From 14283662b9a1595e231f31bb7165a18d93d66cc2 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Wed, 10 Oct 2012 18:38:55 +0200 Subject: [PATCH] test: use exclusive activation for created mirrors --- test/shell/lvconvert-thin.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/shell/lvconvert-thin.sh b/test/shell/lvconvert-thin.sh index 29beb93c9..97ccc0907 100644 --- a/test/shell/lvconvert-thin.sh +++ b/test/shell/lvconvert-thin.sh @@ -22,8 +22,8 @@ aux prepare_pvs 4 64 vgcreate $vg -s 64K $(cat DEVICES) # create mirrored LVs for data and metadata volumes -lvcreate -l8 -m1 --mirrorlog core -n $lv1 $vg -lvcreate -l4 -m1 --mirrorlog core -n $lv2 $vg +lvcreate -aey -l8 -m1 --mirrorlog core -n $lv1 $vg +lvcreate -aey -l4 -m1 --mirrorlog core -n $lv2 $vg lvconvert -c 64K --thinpool $vg/$lv1 --poolmetadata $vg/$lv2 -- 2.43.5