Clean up release notes for Ocata
Fix up various issues in the release notes in preparation for branching the RC-1 release. Change-Id: I8db5d2859c36d666732c513afe520d588ac9f3ba
This commit is contained in:
parent
ff42719eae
commit
c5630ce51d
@ -3,12 +3,14 @@ features:
|
|||||||
- |
|
- |
|
||||||
The IBM_Storage driver has been open sourced. This means that there is no
|
The IBM_Storage driver has been open sourced. This means that there is no
|
||||||
more need to download the package from the IBM site. The only requirement
|
more need to download the package from the IBM site. The only requirement
|
||||||
remaining is to install pyxcli, which is available through pypi:
|
remaining is to install pyxcli, which is available through pypi::
|
||||||
'sudo pip install pyxcli'
|
|
||||||
|
``sudo pip install pyxcli``
|
||||||
|
|
||||||
upgrade:
|
upgrade:
|
||||||
- |
|
- |
|
||||||
Previous installations of IBM Storage must be un-installed first and the
|
Previous installations of IBM Storage must be un-installed first and the
|
||||||
new driver should be installed on top. In addition the cinder.conf values
|
new driver should be installed on top. In addition the cinder.conf values
|
||||||
should be updated to reflect the new paths. For example the proxy setting
|
should be updated to reflect the new paths. For example the proxy setting
|
||||||
of 'storage.proxy.IBMStorageProxy' should be updated to
|
of ``storage.proxy.IBMStorageProxy`` should be updated to
|
||||||
'cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy'.
|
``cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy``.
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- Removed deprecated option 'max_request_body_size_opt'
|
- Removed deprecated option ``osapi_max_request_body_size``.
|
||||||
in api.middleware.
|
|
||||||
|
@ -3,11 +3,11 @@ upgrade:
|
|||||||
- To get rid of long running DB data migrations that must be run offline,
|
- To get rid of long running DB data migrations that must be run offline,
|
||||||
Cinder will now be able to execute them online, on a live cloud. Before
|
Cinder will now be able to execute them online, on a live cloud. Before
|
||||||
upgrading from Ocata to Pike, operator needs to perform all the Newton
|
upgrading from Ocata to Pike, operator needs to perform all the Newton
|
||||||
data migrations. To achieve that he needs to perform `cinder-manage db
|
data migrations. To achieve that he needs to perform ``cinder-manage db
|
||||||
online_data_migrations` until there are no records to be updated. To limit
|
online_data_migrations`` until there are no records to be updated. To limit
|
||||||
DB performance impact migrations can be performed in chunks limited by
|
DB performance impact migrations can be performed in chunks limited by
|
||||||
`--max_number` option. If your intent is to upgrade Cinder in a non-live
|
``--max_number`` option. If your intent is to upgrade Cinder in a non-live
|
||||||
manner, you can use `--ignore_state` option safely. Please note that
|
manner, you can use ``--ignore_state`` option safely. Please note that
|
||||||
finishing all the Newton data migrations will be enforced by the first
|
finishing all the Newton data migrations will be enforced by the first
|
||||||
schema migration in Pike, so you won't be able to upgrade to Pike without
|
schema migration in Pike, so you won't be able to upgrade to Pike without
|
||||||
that.
|
that.
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- All Datera DataFabric backed volume-types will now use
|
- All Datera DataFabric backed volume-types will now use
|
||||||
API version 2 with Datera DataFabric
|
API version 2 with Datera DataFabric.
|
||||||
upgrade:
|
upgrade:
|
||||||
- Users of the Datera Cinder driver are now required to use
|
- Users of the Datera Cinder driver are now required to use
|
||||||
Datera DataFabric version 1.0+. Versions before 1.0 will
|
Datera DataFabric version 1.0+. Versions before 1.0 will
|
||||||
not be able to utilize this new driver since they still
|
not be able to utilize this new driver since they still
|
||||||
function on v1 of the Datera DataFabric API
|
function on v1 of the Datera DataFabric API.
|
||||||
deprecations:
|
deprecations:
|
||||||
- Config option ``datera_api_token`` has been replaced by
|
- Config option ``datera_api_token`` has been replaced by
|
||||||
options ``san_login`` and ``san_password``
|
options ``san_login`` and ``san_password``.
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- The Hitachi NAS iSCSI driver has been marked as unsupported and is
|
- The Hitachi NAS iSCSI driver has been marked as unsupported and is
|
||||||
now deprecated. enable_unsupported_drivers will need to be set to True
|
now deprecated. ``enable_unsupported_drivers`` will need to be set to
|
||||||
in cinder.conf to continue to use it.
|
``True`` in cinder.conf to continue to use it.
|
||||||
deprecations:
|
deprecations:
|
||||||
- The Hitachi NAS iSCSI driver has been marked as unsupported and is now
|
- The Hitachi NAS iSCSI driver has been marked as unsupported and is now
|
||||||
deprecated. enable_unsupported_drivers will need to be set to True
|
deprecated. ``enable_unsupported_drivers`` will need to be set to ``True``
|
||||||
in cinder.conf to continue to use it. The driver will be removed in the
|
in cinder.conf to continue to use it. The driver will be removed in the
|
||||||
next release.
|
next release.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
fixes:
|
||||||
- Fixed Non-WAN port filter issue in Kaminario iSCSI driver
|
- Fixed Non-WAN port filter issue in Kaminario iSCSI driver.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- Removed deprecated option "kaminario_nodedup_substring"
|
- Removed deprecated option ``kaminario_nodedup_substring``
|
||||||
in Kaminario FC and iSCSI Cinder drivers.
|
in Kaminario FC and iSCSI Cinder drivers.
|
||||||
|
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- The CloudByte driver has been marked as unsupported and is
|
- The CloudByte driver has been marked as unsupported and is
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it.
|
be set to ``True`` in cinder.conf to continue to use it.
|
||||||
deprecations:
|
deprecations:
|
||||||
- The CloudByte driver has been marked as unsupported and is
|
- The CloudByte driver has been marked as unsupported and is
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it. If
|
be set to ``True`` in cinder.conf to continue to use it. If
|
||||||
its support status does not change it will be removed in
|
its support status does not change it will be removed in
|
||||||
the next release.
|
the next release.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- The DotHill drivers have been marked as unsupported and are
|
- The DotHill drivers have been marked as unsupported and are
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it.
|
be set to ``True`` in cinder.conf to continue to use it.
|
||||||
deprecations:
|
deprecations:
|
||||||
- The DotHill drivers has been marked as unsupported and are
|
- The DotHill drivers has been marked as unsupported and are
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it. If
|
be set to ``True`` in cinder.conf to continue to use it. If
|
||||||
its support status does not change it will be removed in
|
its support status does not change it will be removed in
|
||||||
the next release.
|
the next release.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- The HPE XP driver has been marked as unsupported and is
|
- The HPE XP driver has been marked as unsupported and is
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it.
|
be set to ``True`` in cinder.conf to continue to use it.
|
||||||
deprecations:
|
deprecations:
|
||||||
- The HPE XP driver has been marked as unsupported and is
|
- The HPE XP driver has been marked as unsupported and is
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it. If
|
be set to ``True`` in cinder.conf to continue to use it. If
|
||||||
its support status does not change it will be removed in
|
its support status does not change it will be removed in
|
||||||
the next release.
|
the next release.
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- The Nexenta Edge drivers have been marked as unsupported and are
|
- The Nexenta Edge drivers have been marked as unsupported and are
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it.
|
be set to ``True`` in cinder.conf to continue to use it.
|
||||||
deprecations:
|
deprecations:
|
||||||
- The Nexenta Edge drivers has been marked as unsupported and are
|
- The Nexenta Edge drivers has been marked as unsupported and are
|
||||||
now deprecated. enable_unsupported_drivers will need to
|
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||||
be set to True in cinder.conf to continue to use it. If
|
be set to ``True`` in cinder.conf to continue to use it. If
|
||||||
its support status does not change it will be removed in
|
its support status does not change it will be removed in
|
||||||
the next release.
|
the next release.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- Operator needs to perform `cinder-manage db
|
- Operator needs to perform ``cinder-manage db
|
||||||
online_data_migrations` to migrate existing consistency
|
online_data_migrations`` to migrate existing consistency
|
||||||
groups to generic volume groups.
|
groups to generic volume groups.
|
||||||
|
@ -3,4 +3,4 @@ upgrade:
|
|||||||
- The EqualLogic driver is moved to the dell_emc directory and has been
|
- The EqualLogic driver is moved to the dell_emc directory and has been
|
||||||
rebranded to its current Dell EMC PS Series name. The volume_driver
|
rebranded to its current Dell EMC PS Series name. The volume_driver
|
||||||
entry in cinder.conf needs to be changed to
|
entry in cinder.conf needs to be changed to
|
||||||
cinder.volume.drivers.dell_emc.ps.PSSeriesISCSIDriver.
|
``cinder.volume.drivers.dell_emc.ps.PSSeriesISCSIDriver``.
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
upgrade:
|
upgrade:
|
||||||
- The ScaleIO driver is moved to the dell_emc directory.
|
- The ScaleIO driver is moved to the dell_emc directory.
|
||||||
volume_driver entry in cinder.conf needs to be changed to
|
volume_driver entry in cinder.conf needs to be changed to
|
||||||
cinder.volume.drivers.dell_emc.scaleio.driver.ScaleIODriver.
|
``cinder.volume.drivers.dell_emc.scaleio.driver.ScaleIODriver``.
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
upgrade:
|
upgrade:
|
||||||
- The XtremIO driver is moved to the dell_emc directory.
|
- The XtremIO driver is moved to the dell_emc directory.
|
||||||
volume_driver entry in cinder.conf needs to be changed to
|
volume_driver entry in cinder.conf needs to be changed to
|
||||||
cinder.volume.drivers.dell_emc.xtremio.XtremIOISCSIDriver or
|
``cinder.volume.drivers.dell_emc.xtremio.XtremIOISCSIDriver`` or
|
||||||
cinder.volume.drivers.dell_emc.xtremio.XtremIOFCDriver.
|
``cinder.volume.drivers.dell_emc.xtremio.XtremIOFCDriver``.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Added backend drivers for NEC Storage.(FC/iSCSI)
|
- Added backend FC and iSCSI drivers for NEC Storage.
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Added secure HTTP support for REST API calls in the NexentaStor5 driver.
|
- Added secure HTTP support for REST API calls in the NexentaStor5 driver.
|
||||||
Use of HTTPS is set True by default with option nexenta_use_https.
|
Use of HTTPS is set True by default with option ``nexenta_use_https``.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Added support to snapshots in NFS driver. This functionality is only
|
- Added support for snapshots in the NFS driver. This functionality is only
|
||||||
enabled if "nfs_snapshot_support" is set to True in cinder.conf. Cloning
|
enabled if ``nfs_snapshot_support`` is set to ``True`` in cinder.conf.
|
||||||
volumes is only supported if the source volume is not attached.
|
Cloning volumes is only supported if the source volume is not attached.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
Deprecations:
|
deprecations:
|
||||||
- Marked the ITRI DISCO driver option ``disco_wsdl_path`` as deprecated.
|
- Marked the ITRI DISCO driver option ``disco_wsdl_path`` as deprecated.
|
||||||
The new preferred protocol for array communication is REST and SOAP
|
The new preferred protocol for array communication is REST and SOAP
|
||||||
support will be removed.
|
support will be removed.
|
||||||
|
@ -5,11 +5,11 @@ upgrade:
|
|||||||
Removing the Dell EqualLogic driver's deprecated configuration options.
|
Removing the Dell EqualLogic driver's deprecated configuration options.
|
||||||
Please replace old options in your cinder.conf with the new one.
|
Please replace old options in your cinder.conf with the new one.
|
||||||
|
|
||||||
* Removed - eqlx_cli_timeout
|
* Removed - ``eqlx_cli_timeout``
|
||||||
* Replaced with - ssh_conn_timeout
|
* Replaced with - ``ssh_conn_timeout``
|
||||||
* Removed - eqlx_use_chap
|
* Removed - ``eqlx_use_chap``
|
||||||
* Replaced with - use_chap_auth
|
* Replaced with - ``use_chap_auth``
|
||||||
* Removed - eqlx_chap_login
|
* Removed - ``eqlx_chap_login``
|
||||||
* Replaced with - chap_username
|
* Replaced with - ``chap_username``
|
||||||
* Removed - eqlx_chap_password
|
* Removed - ``eqlx_chap_password``
|
||||||
* Replaced with - chap_password
|
* Replaced with - ``chap_password``
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
|
||||||
- use oslo_middleware.sizelimit rather than cinder.api.middleware.sizelimit
|
|
||||||
compatibility shim
|
|
||||||
deprecations:
|
deprecations:
|
||||||
- cinder.api.middleware.sizelimit was deprecated in kilo and compatability
|
- The api-paste.ini ``paste.filter_factory`` setting has been updated to use
|
||||||
shim added to call into oslo_middleware. Using oslo_middleware.sizelimit
|
``oslo_middleware.sizelimit`` rather than ``cinder.api.middleware.sizelimit``
|
||||||
directly will allow us to remove the compatibility shim in a future
|
compatibility shim. ``cinder.api.middleware.sizelimit`` was deprecated in
|
||||||
release.
|
kilo and should now be updated to use ``oslo_middleware.sizelimit`` in
|
||||||
|
api-paste.ini in preparation for removal in the pike release.
|
||||||
|
@ -2,5 +2,5 @@
|
|||||||
upgrade:
|
upgrade:
|
||||||
- The VMAX driver is moved to the dell_emc directory.
|
- The VMAX driver is moved to the dell_emc directory.
|
||||||
volume_driver entry in cinder.conf needs to be changed to
|
volume_driver entry in cinder.conf needs to be changed to
|
||||||
cinder.volume.drivers.dell_emc.vmax.iscsi.VMAXISCSIDriver or
|
``cinder.volume.drivers.dell_emc.vmax.iscsi.VMAXISCSIDriver`` or
|
||||||
cinder.volume.drivers.dell_emc.vmax.fc.VMAXFCDriver.
|
``cinder.volume.drivers.dell_emc.vmax.fc.VMAXFCDriver``.
|
||||||
|
Loading…
Reference in New Issue
Block a user