manila/manila/share/drivers
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
..
cephfs cephfs_native: enhance update_access() 2016-08-12 14:08:57 +05:30
container [Container] Fix deletion of veths 2016-10-10 15:42:59 +00:00
emc Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
ganesha ganesha: implement update_access 2016-06-13 19:29:10 +02:00
glusterfs Merge "Put all imports from manila.i18n in one line" 2016-09-14 15:04:07 +00:00
hdfs Removing some redundant words 2016-03-29 08:10:15 +00:00
hitachi Merge "Add cleanup to create from snap in Manila HNAS driver" 2016-09-14 20:02:16 +00:00
hpe Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
huawei Merge "Put all imports from manila.i18n in one line" 2016-09-14 15:04:07 +00:00
ibm Refactor GPFS driver for NFS ganesha support 2016-08-10 04:47:20 -04:00
netapp Merge "NetApp cDOT driver autosupport broken" 2016-09-12 18:32:47 +00:00
nexenta Nexenta: adding share drivers for NexentaStor 2016-09-01 18:06:14 +03:00
quobyte Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
tegile Correct reraising of exception 2016-08-31 11:53:04 +00:00
windows Windows SMB: implement 'update_access' method 2016-09-01 06:36:16 +00:00
zfsonlinux [ZFSonLinux] Fix share migration using remote host 2016-09-14 15:31:11 +03:00
zfssa Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
__init__.py Replaced cinder with manila 2013-09-04 15:45:32 +03:00
generic.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
helpers.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
lvm.py Put all imports from manila.i18n in one line 2016-09-14 06:07:33 +00:00
service_instance.py Merge "Put all imports from manila.i18n in one line" 2016-09-14 15:04:07 +00:00