manila/manila/tests/share/drivers
linpeiwen c5eb4b9aa1 [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
(cherry picked from commit 41b0b95ef6)
(cherry picked from commit 18623a0eeb)
(cherry picked from commit 807b10f8db)
(cherry picked from commit 017c0c42d3)
(cherry picked from commit 79b837ad6c)
2020-09-23 00:58:43 +00:00
..
cephfs Set mode for CephFS volumes and snapshots 2019-02-13 22:46:34 +00:00
container Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
dell_emc Fix wrong capacity in pool_stat for DellEMC manila drivers. 2020-08-24 01:11:55 +00:00
ganesha Fix ganesha for 0.0.0.0/0 access 2019-02-08 11:01:48 +00:00
glusterfs [Glusterfs] Fix delete share, Couldn't find the 'gluster_used_vols' 2020-09-23 00:58:43 +00:00
hdfs Enable IPv6 in manila(network plugins and drivers) 2017-07-27 18:28:15 +08:00
hitachi Adjust ssh timeouts 2019-01-07 13:42:31 +00:00
hpe Removed unnecessary setUp() calls in tests 2017-08-02 12:47:34 +00:00
huawei Change a parameter key for CIFS mounting command 2018-03-09 14:51:17 +08:00
ibm Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
infinidat INFINIDAT: support deleting datasets with snapshots 2018-02-05 12:08:50 +02:00
maprfs Fix 3 CI breakages 2017-03-02 18:22:40 +02:00
netapp [NetApp] Fix falsely report migration cancelation success 2020-08-04 14:14:07 +00:00
nexenta Nexenta: adding share drivers for NexentaStor 2016-09-01 18:06:14 +03:00
qnap Add support for enhanced features to the QNAP Manila driver 2018-01-05 15:01:10 +08:00
quobyte Use volume_uuid in _resize_share of Quobyte Driver 2018-10-11 13:02:18 +00:00
tegile Clean imports in code 2016-08-26 16:46:07 +07:00
veritas Implementation of Manila driver for Veritas Access 2017-09-13 17:40:18 +05:30
windows Fix unit test failures in gate 2017-05-07 14:50:01 -04:00
zfsonlinux [ZFSOnLinux] Retry unmounting old datasets during manage 2018-09-21 21:23:55 +00:00
zfssa Replace 'assertEqual(None, ...)' with 'assertIsNone(...)' 2016-11-03 16:45:23 +08:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
dummy.py Port dummy driver manage/unmanage changes to stable 2019-03-13 21:30:12 +00:00
test_ganesha.py Only allow IP access type for CephFS NFS 2019-04-03 21:30:29 +00:00
test_generic.py [LVM] Run filesystem check before assigning UUID 2019-02-18 16:56:56 +00:00
test_glusterfs.py Use parenthesis instead of backslashes in tests folder 2017-06-19 17:56:01 +08:00
test_helpers.py Harden LVM driver deletion paths 2020-07-30 19:57:30 +00:00
test_lvm.py Harden LVM driver deletion paths 2020-07-30 19:57:30 +00:00
test_service_instance.py Get ports filtered by subnet id on share-server cleanup 2020-07-28 14:20:22 +00:00