e18f05e735
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
30 lines
1.4 KiB
YAML
30 lines
1.4 KiB
YAML
---
|
|
upgrade:
|
|
- |
|
|
The Lenovo driver options ``lenovo_backend_name`` and ``lenovo_backend_type``
|
|
options were deprecated in favor of ``lenovo_pool_name`` and
|
|
``lenovo_pool_type`` to avoid confusion, and the
|
|
``lenovo_api_protocol``, ``lenovo_verify_certificate``, and
|
|
``lenovo_verify_certificate_path`` options were deprecated in favor of
|
|
the standard ``driver_use_ssl``, ``driver_ssl_cert_verify``, and
|
|
``driver_ssl_cert_path`` options. To retain the default behavior, add
|
|
``driver_use_ssl = true`` to back-end entries in ``cinder.conf``
|
|
before the deprecated options are removed in a future release.
|
|
|
|
deprecations:
|
|
- |
|
|
The Lenovo driver options ``lenovo_backend_name`` and ``lenovo_backend_type``
|
|
options were deprecated in favor of ``lenovo_pool_name`` and
|
|
``lenovo_pool_type`` to avoid confusion, and the
|
|
``lenovo_api_protocol``, ``lenovo_verify_certificate``, and
|
|
``lenovo_verify_certificate_path`` options were deprecated in favor of
|
|
the standard ``driver_use_ssl``, ``driver_ssl_cert_verify``, and
|
|
``driver_ssl_cert_path`` options. To retain the default behavior, add
|
|
``driver_use_ssl = true`` to back-end entries in ``cinder.conf``
|
|
before the deprecated options are removed in a future release.
|
|
|
|
fixes:
|
|
- |
|
|
Fixed Lenovo driver issue where a multi-attached volume could be
|
|
unmapped while still in use.
|