All of lore.kernel.org
 help / color / mirror / Atom feed
* master - tests: use exclusive activation for mirror
@ 2017-02-21  0:01 Zdenek Kabelac
  0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2017-02-21  0:01 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=921d5972e8bfa778f7389c4abdaa8691ce432c70
Commit:        921d5972e8bfa778f7389c4abdaa8691ce432c70
Parent:        86a660be7b31809500488792a93670a703e12a27
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Mon Feb 20 23:50:27 2017 +0100
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Feb 21 00:52:05 2017 +0100

tests: use exclusive activation for mirror

Test suite does not support clustered mirroring.
---
 test/shell/lvresize-usage.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/shell/lvresize-usage.sh b/test/shell/lvresize-usage.sh
index 35f6e57..30cb8d5 100644
--- a/test/shell/lvresize-usage.sh
+++ b/test/shell/lvresize-usage.sh
@@ -42,7 +42,7 @@ not lvreduce -L 32M $vg/lv
 
 lvremove -ff $vg
 
-lvcreate --type mirror -L 4 -n $lv1 $vg
+lvcreate --type mirror -aey -L 4 -n $lv1 $vg
 # Incorrent name for resized LV
 not lvextend --type mirror -L 10 -n $lv1 $vg
 # Same size



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-21  0:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-21  0:01 master - tests: use exclusive activation for mirror Zdenek Kabelac

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.