summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2016-09-09 18:27:12 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2016-09-09 20:55:01 +0200
commit06e36fb43436c9e0659fbb630536a2b370163759 (patch)
tree72a2d7e9755a475e19e782a367c5b6180792fcd5
parente5ec348d680ff8ea0aa1e751d13cdab5812eb672 (diff)
downloadlvm2-06e36fb43436c9e0659fbb630536a2b370163759.tar.gz
tests: skip synaction test in cluster for now
Until we resolve it - we do not support syncaction on clustered VG.
-rw-r--r--test/shell/lvchange-syncaction-raid.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/shell/lvchange-syncaction-raid.sh b/test/shell/lvchange-syncaction-raid.sh
index 2baaaf6c5..448a6885b 100644
--- a/test/shell/lvchange-syncaction-raid.sh
+++ b/test/shell/lvchange-syncaction-raid.sh
@@ -14,6 +14,12 @@
SKIP_WITH_LVMLOCKD=1
SKIP_WITH_LVMPOLLD=1
+
+# Current support for syncaction in cluster is broken
+# might get fixed one day though
+# meanwhile skipped
+SKIP_WITH_CLVMD=1
+
. lib/inittest
# Proper mismatch count 1.5.2+ upstream, 1.3.5 < x < 1.4.0 in RHEL6