manila/manila/share/drivers/container
Valeriy Ponomaryov 5a77f19328 [Container] Fix deletion of veths
In '_teardown_server' method driver was searching for all matches of
'veth' prefix and looping them for deletion. But using Xenial host
it finds each such veth name twice and tries to delete the same veth
twice too getting following error:

ovs-vsctl: no row "veth7ac5738" in table Interface

So, fix it by translating 'list' of veths to 'set' that
will have only unique names.

Change-Id: I819a885547f9fc595b15f98e4c94de21e33914ac
Closes-Bug: #1630512
(cherry picked from commit 8401c150f3)
2016-10-10 15:42:59 +00:00
..
__init__.py Container driver 2016-08-15 16:30:23 +03:00
container_helper.py Merge "Put all imports from manila.i18n in one line" 2016-09-14 15:04:07 +00:00
driver.py [Container] Fix deletion of veths 2016-10-10 15:42:59 +00:00
protocol_helper.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
storage_helper.py Fix for LV mounting issue in docker containers 2016-09-13 17:18:03 +03:00