1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

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.
This commit is contained in:
David Teigland 2015-10-30 16:12:06 -05:00
parent 4e6377f5ba
commit 19feda2c95

View File

@ -7,6 +7,7 @@
test_description='Test vgs with duplicate vg names'
SKIP_WITH_LVMPOLLD=1
SKIP_WITH_LVMETAD=1
. lib/inittest