summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-10-30 16:12:06 -0500
committerDavid Teigland <teigland@redhat.com>2015-11-03 13:25:35 -0600
commit19feda2c95facee43ed1b470492e1d22e0f5dfdd (patch)
treeb61b45575105a9eec72ca98bd5346f6370afa7f3
parent4e6377f5bab83e2740bbcdd1e7e3d654e912e937 (diff)
downloadlvm2-19feda2c95facee43ed1b470492e1d22e0f5dfdd.tar.gz
tests: skip duplicate vg names test with lvmetad
If two PVs have different VGs with the same name (different uuids), one of the VGs is ignored by lvmetad. A FIXME exists in lvmetad to find a better response.
-rw-r--r--test/shell/process-each-duplicate-vgnames.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/shell/process-each-duplicate-vgnames.sh b/test/shell/process-each-duplicate-vgnames.sh
index 90d3e2332..5cdf32b7d 100644
--- a/test/shell/process-each-duplicate-vgnames.sh
+++ b/test/shell/process-each-duplicate-vgnames.sh
@@ -7,6 +7,7 @@
test_description='Test vgs with duplicate vg names'
SKIP_WITH_LVMPOLLD=1
+SKIP_WITH_LVMETAD=1
. lib/inittest