manila/manila/tests/share/drivers
linpeiwen 41b0b95ef6 [Glusterfs] Fix delete share, Couldn't find the 'gluster_used_vols'
When we have multiple share driver backends, create a shared instance,
and the list of'self.gluster_used_vols' will only be updated on the
current node. If the RPC request to delete the share instance is sent
to other nodes,'self.gluster_used_vols' will be Cannot find the
information of the glusterfs volume we want to delete, so we need to
update'self.gluster_used_vols' when deleting the instance

Change-Id: I14835f6c54376737b41cbf78c94908ea1befde15
Closes-Bug: #1894362
2020-09-11 07:08:30 +00:00
..
cephfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
container Make volume mount path configurable for ContainerShareDriver 2020-06-01 13:37:57 +03:00
dell_emc Fix wrong capacity in pool_stat for DellEMC manila drivers. 2020-08-07 02:37:35 -04:00
ganesha Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
glusterfs [Glusterfs] Fix delete share, Couldn't find the 'gluster_used_vols' 2020-09-11 07:08:30 +00:00
hdfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
hitachi Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
hpe Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
huawei Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
ibm Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
infinidat Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
infortrend Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
inspur Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
maprfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
netapp Merge "Use assertEqual instead of assertItemsEqual" 2020-07-20 18:24:36 +00:00
nexenta Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
qnap Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
quobyte Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
tegile Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
veritas Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
windows Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
zfsonlinux Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
zfssa Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
dummy.py Create share from snapshot in another pool or backend 2020-04-09 11:15:22 -03:00
test_ganesha.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_generic.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_glusterfs.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_helpers.py Harden LVM driver deletion paths 2020-07-28 11:20:29 -07:00
test_lvm.py Harden LVM driver deletion paths 2020-07-28 11:20:29 -07:00
test_service_instance.py Fix NFS/CIFS share creation failure issue 2020-06-30 12:46:28 -04:00