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
|
||||
more need to download the package from the IBM site. The only requirement
|
||||
remaining is to install pyxcli, which is available through pypi:
|
||||
'sudo pip install pyxcli'
|
||||
remaining is to install pyxcli, which is available through pypi::
|
||||
|
||||
``sudo pip install pyxcli``
|
||||
|
||||
upgrade:
|
||||
- |
|
||||
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
|
||||
should be updated to reflect the new paths. For example the proxy setting
|
||||
of 'storage.proxy.IBMStorageProxy' should be updated to
|
||||
'cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy'.
|
||||
of ``storage.proxy.IBMStorageProxy`` should be updated to
|
||||
``cinder.volume.drivers.ibm.ibm_storage.proxy.IBMStorageProxy``.
|
||||
|
@ -1,4 +1,3 @@
|
||||
---
|
||||
upgrade:
|
||||
- Removed deprecated option 'max_request_body_size_opt'
|
||||
in api.middleware.
|
||||
- Removed deprecated option ``osapi_max_request_body_size``.
|
||||
|
@ -3,11 +3,11 @@ upgrade:
|
||||
- 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
|
||||
upgrading from Ocata to Pike, operator needs to perform all the Newton
|
||||
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
|
||||
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
|
||||
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
|
||||
manner, you can use `--ignore_state` option safely. Please note that
|
||||
``--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
|
||||
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
|
||||
that.
|
||||
|
@ -1,12 +1,12 @@
|
||||
---
|
||||
features:
|
||||
- All Datera DataFabric backed volume-types will now use
|
||||
API version 2 with Datera DataFabric
|
||||
API version 2 with Datera DataFabric.
|
||||
upgrade:
|
||||
- Users of the Datera Cinder driver are now required to use
|
||||
Datera DataFabric version 1.0+. Versions before 1.0 will
|
||||
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:
|
||||
- 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:
|
||||
- The Hitachi NAS iSCSI driver has been marked as unsupported and is
|
||||
now deprecated. enable_unsupported_drivers will need to be set to True
|
||||
in cinder.conf to continue to use it.
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to be set to
|
||||
``True`` in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- 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
|
||||
next release.
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
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:
|
||||
- Removed deprecated option "kaminario_nodedup_substring"
|
||||
- Removed deprecated option ``kaminario_nodedup_substring``
|
||||
in Kaminario FC and iSCSI Cinder drivers.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- The CloudByte driver has been marked as unsupported and is
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it.
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- The CloudByte driver has been marked as unsupported and is
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it. If
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it. If
|
||||
its support status does not change it will be removed in
|
||||
the next release.
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- The DotHill drivers have been marked as unsupported and are
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it.
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- The DotHill drivers has been marked as unsupported and are
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it. If
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it. If
|
||||
its support status does not change it will be removed in
|
||||
the next release.
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- The HPE XP driver has been marked as unsupported and is
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it.
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- The HPE XP driver has been marked as unsupported and is
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it. If
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it. If
|
||||
its support status does not change it will be removed in
|
||||
the next release.
|
||||
|
@ -1,11 +1,11 @@
|
||||
---
|
||||
upgrade:
|
||||
- The Nexenta Edge drivers have been marked as unsupported and are
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it.
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it.
|
||||
deprecations:
|
||||
- The Nexenta Edge drivers has been marked as unsupported and are
|
||||
now deprecated. enable_unsupported_drivers will need to
|
||||
be set to True in cinder.conf to continue to use it. If
|
||||
now deprecated. ``enable_unsupported_drivers`` will need to
|
||||
be set to ``True`` in cinder.conf to continue to use it. If
|
||||
its support status does not change it will be removed in
|
||||
the next release.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
upgrade:
|
||||
- Operator needs to perform `cinder-manage db
|
||||
online_data_migrations` to migrate existing consistency
|
||||
- Operator needs to perform ``cinder-manage db
|
||||
online_data_migrations`` to migrate existing consistency
|
||||
groups to generic volume groups.
|
||||
|
@ -3,4 +3,4 @@ upgrade:
|
||||
- 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
|
||||
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:
|
||||
- The ScaleIO driver is moved to the dell_emc directory.
|
||||
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:
|
||||
- The XtremIO driver is moved to the dell_emc directory.
|
||||
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.XtremIOFCDriver.
|
||||
``cinder.volume.drivers.dell_emc.xtremio.XtremIOISCSIDriver`` or
|
||||
``cinder.volume.drivers.dell_emc.xtremio.XtremIOFCDriver``.
|
||||
|
@ -1,3 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- Added backend drivers for NEC Storage.(FC/iSCSI)
|
||||
- Added backend FC and iSCSI drivers for NEC Storage.
|
||||
|
@ -1,4 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- 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:
|
||||
- Added support to snapshots in NFS driver. This functionality is only
|
||||
enabled if "nfs_snapshot_support" is set to True in cinder.conf. Cloning
|
||||
volumes is only supported if the source volume is not attached.
|
||||
- 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 volumes is only supported if the source volume is not attached.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
Deprecations:
|
||||
- Marked the ITRI DISCO driver option ``disco_wsdl_path`` as deprecated.
|
||||
The new preferred protocol for array communication is REST and SOAP
|
||||
support will be removed.
|
||||
deprecations:
|
||||
- Marked the ITRI DISCO driver option ``disco_wsdl_path`` as deprecated.
|
||||
The new preferred protocol for array communication is REST and SOAP
|
||||
support will be removed.
|
||||
|
@ -5,11 +5,11 @@ upgrade:
|
||||
Removing the Dell EqualLogic driver's deprecated configuration options.
|
||||
Please replace old options in your cinder.conf with the new one.
|
||||
|
||||
* Removed - eqlx_cli_timeout
|
||||
* Replaced with - ssh_conn_timeout
|
||||
* Removed - eqlx_use_chap
|
||||
* Replaced with - use_chap_auth
|
||||
* Removed - eqlx_chap_login
|
||||
* Replaced with - chap_username
|
||||
* Removed - eqlx_chap_password
|
||||
* Replaced with - chap_password
|
||||
* Removed - ``eqlx_cli_timeout``
|
||||
* Replaced with - ``ssh_conn_timeout``
|
||||
* Removed - ``eqlx_use_chap``
|
||||
* Replaced with - ``use_chap_auth``
|
||||
* Removed - ``eqlx_chap_login``
|
||||
* Replaced with - ``chap_username``
|
||||
* Removed - ``eqlx_chap_password``
|
||||
* Replaced with - ``chap_password``
|
||||
|
@ -1,9 +1,7 @@
|
||||
---
|
||||
upgrade:
|
||||
- use oslo_middleware.sizelimit rather than cinder.api.middleware.sizelimit
|
||||
compatibility shim
|
||||
deprecations:
|
||||
- cinder.api.middleware.sizelimit was deprecated in kilo and compatability
|
||||
shim added to call into oslo_middleware. Using oslo_middleware.sizelimit
|
||||
directly will allow us to remove the compatibility shim in a future
|
||||
release.
|
||||
- The api-paste.ini ``paste.filter_factory`` setting has been updated to use
|
||||
``oslo_middleware.sizelimit`` rather than ``cinder.api.middleware.sizelimit``
|
||||
compatibility shim. ``cinder.api.middleware.sizelimit`` was deprecated in
|
||||
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:
|
||||
- The VMAX driver is moved to the dell_emc directory.
|
||||
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.fc.VMAXFCDriver.
|
||||
``cinder.volume.drivers.dell_emc.vmax.iscsi.VMAXISCSIDriver`` or
|
||||
``cinder.volume.drivers.dell_emc.vmax.fc.VMAXFCDriver``.
|
||||
|
Loading…
Reference in New Issue
Block a user