cinder/cinder
Chris M e18f05e735 Create Seagate driver from dothill driver
This patch creates a new 'supported' driver for Seagate (STX) FC and
iSCSI arrays by renaming and re-enabling the old 'unsupported' dothill
driver.  Other than marking the driver as 'supported', this patch
contains no changes in functionality except for multiattach fixes from
change I47f02729437cabab92ccc553a4c60d0c0a796952 needed to pass CI and
deprecation of vendor-specific options requested by the core team.

Other drivers which referenced the dothill driver are modified to use
the Seagate class names, so users of those drivers will not be affected
except for option-deprecation warnings.

Change-Id: I3115ae296ae6b5702c7a8fa39249b8735542e17e
2019-08-16 17:49:15 -06:00
..
api Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04:00
backup Rollback the quota_usages table when failed to create a incremental backup 2019-08-14 08:53:15 +08:00
brick Replace 'lvconvert' from rootwrap 2019-02-17 14:33:31 -05:00
cmd Prevent double-attachment race in attachment_reserve 2019-07-29 12:57:51 -04:00
common Replace assert to raise AssertionError 2019-06-05 18:41:21 +03:00
compute Add user messages for extend volume operation 2018-06-01 09:12:07 +08:00
db Replace deprecated with_lockmode with with_for_update 2019-06-19 09:58:21 +05:30
group Fix wrong uuid recognized when create group 2018-10-08 09:51:02 +08:00
hacking Fix pylint warning 2018-09-26 21:37:25 -04:00
image Fix upload volume to glance 2019-08-06 10:52:36 +02:00
interface Add get_driver_options method 2019-03-07 09:18:01 -05:00
keymgr Fix "import xxx as xxx" grammar 2019-01-23 15:35:53 +08:00
locale Imported Translations from Zanata 2019-07-26 08:24:24 +00:00
message Add user messages for some volume snapshot actions 2019-04-26 17:02:05 -04:00
objects Fix DetachedInstanceError for VolumeAttachment 2019-07-31 21:06:21 +02:00
policies Add project_id in group snapshots list and show API 2019-03-01 22:59:19 +05:30
privsep Revert "Remove truncate from rootwrap filters" 2019-03-06 10:08:10 -05:00
scheduler NetApp SolidFire: Adding new fields to scheduler data 2019-06-11 08:39:07 -03:00
tests Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
transfer Support transfer pagination 2019-02-01 10:44:23 +08:00
volume Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
wsgi Prevent double-attachment race in attachment_reserve 2019-07-29 12:57:51 -04:00
zonemanager move cisco zonemanager exception 2019-05-20 22:27:32 +00:00
__init__.py
context.py Merge "Add key-manager to sevice catalog" 2019-08-04 20:26:15 +00:00
coordination.py Remove deprecated heartbeat options 2017-10-03 14:41:18 -05:00
exception.py Merge "move Dell EMC SC driver exceptions" 2019-05-29 16:19:01 +00:00
flow_utils.py
i18n.py Replace http with https for doc links in cinder 2017-10-17 11:14:01 +08:00
manager.py Allow configuring tpool size 2018-03-08 15:59:29 +01:00
opts.py Create Seagate driver from dothill driver 2019-08-16 17:49:15 -06:00
policy.py Correct default policy_file in the sample config 2019-01-15 13:54:17 -05:00
quota.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
quota_utils.py Enable split logging for cinder-keystoneclient interaction 2018-09-26 08:53:30 +00:00
rpc.py Replace assert to raise AssertionError 2019-06-05 18:41:21 +03:00
service.py Refresh the Service.service_id after re-spawning children 2019-01-17 10:23:21 +08:00
service_auth.py Add service_token for cinder-nova interaction 2017-12-15 12:04:23 +05:30
ssh_utils.py Stop a connections leak when freeing an SSHPool 2018-02-14 18:16:55 -06:00
test.py Bump hacking version to 1.1.x 2019-05-30 15:06:02 -04:00
utils.py Refactor API utilities into api_utils.py 2019-08-05 16:59:59 -04:00
version.py