manila/manila/tests/share
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
..
drivers [Glusterfs] Fix delete share, Couldn't find the 'gluster_used_vols' 2020-09-11 07:08:30 +00:00
__init__.py Remove reference to 'in-use' state in share manager 2014-07-25 12:06:00 -04:00
test_access.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_api.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_driver.py Fix fallback share group snapshot implementation 2020-07-24 16:05:09 -07:00
test_drivers_private_data.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_hook.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_manager.py Add the share-type for the server setup metadata 2020-08-21 17:30:39 -03:00
test_migration.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_rpcapi.py Add the share-type for the server setup metadata 2020-08-21 17:30:39 -03:00
test_share_types.py Use assertEqual instead of assertItemsEqual 2020-07-20 16:44:50 +08:00
test_share_utils.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_snapshot_access.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00