cinder/cinder/interface
Sean McGinnis effe719e8f
Elaborate on terminate_connection documentation
We have had issues with drivers not handling terminate_connection
correctly when the connector argument is None. In these cases, the
driver is expected to terminate all connections to the volume.

This adds additional information to the volume driver interface
docstring to try to better point out this expectation.

Change-Id: Ibbf481da981428cd921fb9cb6bec6af8f6f330b3
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-12-04 09:21:15 -06:00
..
__init__.py Add driver interface checks 2016-06-13 15:21:47 +00:00
backup_chunked_driver.py Fix doc comments 2016-11-11 18:53:29 +05:30
backup_driver.py Merge "Add cinder backup service initialize check" 2017-07-25 22:42:57 +00:00
base.py Handle deprecation of inspect.getargspec 2017-11-21 12:57:05 -06:00
fczm_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
util.py Add get_driver_options method 2019-03-07 09:18:01 -05:00
volume_consistencygroup_driver.py Add driver interface checks 2016-06-13 15:21:47 +00:00
volume_driver.py Elaborate on terminate_connection documentation 2019-12-04 09:21:15 -06:00
volume_group_driver.py Add driver interface for groups 2016-11-30 13:48:45 -05:00
volume_manageable_driver.py Add driver interface documentation for list manageable 2017-06-29 01:27:00 +00:00
volume_snapshot_revert.py Add snapshots to minimum driver interface 2018-05-10 13:52:32 +00:00
volume_snapshotmanagement_driver.py Fix some format error in docstrings 2017-03-30 10:01:18 +08:00