summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2015-10-30 16:12:06 -0500
committerDavid Teigland <teigland@redhat.com>2015-10-30 16:15:17 -0500
commit68a15dca6b65e4704311fa4d6977f30697c45106 (patch)
treea76a416321db05126488f9c224049198af52298d
parente4527da7160d2fafd15c10996d900c81d53f29e2 (diff)
downloadlvm2-dev-dct-lvmetad-10.tar.gz
tests: skip duplicate vg names test with lvmetaddev-dct-lvmetad-10
If two pvs have a vg with the same name, one of the vg is ignored by lvmetad. We'll either change the test and/or update lvmetad to do something differnet with duplicate vg names.
-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