Newton release notes cleanup

Rephrasing some of the Newton release notes for clarity.
Also, fixing wrong section name in one of the release
notes.

Change-Id: Ic5371b04c369959d4ac9d769125dfe18b3d4d82f
This commit is contained in:
Vipin Balachandran 2016-09-09 16:04:17 +05:30
parent ed20152b78
commit a49711f6dd
13 changed files with 31 additions and 36 deletions

View File

@ -1,3 +1,4 @@
--- ---
features: features:
- Huawei support backup snapshot optimal path - Support for snapshot backup using the optimal path in
Huawei driver.

View File

@ -4,10 +4,9 @@ features:
- Extended Volume-Type Support for Datera Volume Drivers - Extended Volume-Type Support for Datera Volume Drivers
- Naming convention change for Datera Volume Drivers - Naming convention change for Datera Volume Drivers
- Volume Manage/Unmanage support for Datera Volume Drivers - Volume Manage/Unmanage support for Datera Volume Drivers
- BoolOpt datera_debug_override_num_replicas was added for Datera Volume - New BoolOpt ``datera_debug_override_num_replicas`` for Datera Volume Drivers
Drivers
deprecations: deprecations:
- datera_num_replicas IntOpt was changed to a VolumeType - IntOpt ``datera_num_replicas`` is changed to a volume type
Extra Spec -- DF:replica_count extra spec option-- ``DF:replica_count``
- datera_acl_allow_all BoolOpt was changed to a VolumeType - BoolOpt ``datera_acl_allow_all`` is changed to a volume type
Extra Spec -- DF:acl_allow_all extra spec option-- ``DF:acl_allow_all``

View File

@ -1,7 +1,5 @@
--- ---
deprecations: deprecations:
- Deprecate the nas_ip configuration option - Deprecated the configuration option ``nas_ip``. Use option
and change it to nas_host. It will be more ``nas_host`` to indicate the IP address or hostname of the
clear to use the nas_host configuration NAS system.
option instead of the nas_ip as IP address
or Hostname of NAS system.

View File

@ -1,3 +1,3 @@
--- ---
upgrade: upgrade:
- huawei iscsi multipath support - Support for iSCSI multipath in Huawei driver.

View File

@ -1,4 +1,3 @@
--- ---
features: features:
- Add FC cinder volume driver for Kaminario K2 all-flash arrays. - New FC Cinder volume driver for Kaminario K2 all-flash arrays.

View File

@ -1,3 +1,3 @@
--- ---
features: features:
- Add iSCSI cinder volume driver for Kaminario K2 all-flash arrays. - New iSCSI Cinder volume driver for Kaminario K2 all-flash arrays.

View File

@ -1,4 +1,3 @@
--- ---
features: features:
- Support Force backup of in-use cinder volumes - Support for force backup of in-use Cinder volumes in Nimble driver.
for Nimble Storage.

View File

@ -1,4 +1,4 @@
--- ---
fixes: fixes:
- Fix 'No Space left' of dd command when users set the config item - Fixed 'No Space left' error by dd command when users set the config option
volume_clear_size to larger value than a size of a volume. ``volume_clear_size`` to a value larger than the size of a volume.

View File

@ -1,6 +1,6 @@
--- ---
fixes: upgrade:
- The config options 'scheduler_topic', 'volume_topic' - The config options ``scheduler_topic``, ``volume_topic``
and 'backup_topic' have been removed without a and ``backup_topic`` have been removed without a
deprecation period as these had never worked deprecation period as these had never worked
correctly. correctly.

View File

@ -1,4 +1,4 @@
--- ---
features: features:
- Allow to retype volumes with different encryptions, including - Support for retype volumes with different encryptions including
changes from unencrypted types to encrypted types and vice-versa. changes from unencrypted types to encrypted types and vice-versa.

View File

@ -1,3 +1,3 @@
--- ---
features: features:
- VMAX driver iSCSI Multipathing. - Support for iSCSI multipathing in EMC VMAX driver.

View File

@ -1,3 +1,3 @@
--- ---
features: features:
- QoS support for the VMAX. - QoS support in EMC VMAX iSCSI and FC drivers.

View File

@ -1,16 +1,15 @@
--- ---
features: features:
- Adds VNX new Cinder driver which is based on storops. - New Cinder driver based on storops library (available in pypi)
storops is a library released to pypi. for EMC VNX.
upgrade: upgrade:
- For EMC VNX backends, please upgrade to use - For EMC VNX backends, please upgrade to use
'cinder.volume.drivers.emc.vnx.driver.EMCVNXDriver'. ``cinder.volume.drivers.emc.vnx.driver.EMCVNXDriver``. Add config option
new option ``storage_protocol = fc`` or ``storage_protocol = iscsi`` to the driver
For FC driver, adds 'storage_protocol = fc' to driver section. section to enable the FC or iSCSI driver respectively.
For iSCSI driver, adds 'storage_protocol = iscsi' to driver section.
deprecations: deprecations:
- Old VNX FC(cinder.volume.drivers.emc.emc_cli_fc.EMCCLIFCDriver)/ - Old VNX FC (``cinder.volume.drivers.emc.emc_cli_fc.EMCCLIFCDriver``)/
iSCSI(cinder.volume.drivers.emc.emc_cli_iscsi.EMCCLIISCSIDriver) drivers iSCSI (``cinder.volume.drivers.emc.emc_cli_iscsi.EMCCLIISCSIDriver``)
were deprecated. Please refer to upgrade section for information about drivers are deprecated. Please refer to upgrade section for information
new driver. about the new driver.