diff --git a/cinder/api/openstack/rest_api_version_history.rst b/cinder/api/openstack/rest_api_version_history.rst index d6ad94a2b70..79e2ec08b55 100644 --- a/cinder/api/openstack/rest_api_version_history.rst +++ b/cinder/api/openstack/rest_api_version_history.rst @@ -474,8 +474,8 @@ Time must be expressed in ISO 8601 format. Add ``cluster_name`` attribute to response body of volume details for admin in Active/Active HA mode. -3.62 ----- +3.62 (Maximum in Victoria) +-------------------------- Add support for set, get, and unset a default volume type for a specific project. Setting this default overrides the configured default_volume_type value. diff --git a/releasenotes/notes/victoria-release-prelude-0fbae229ebe8f9b7.yaml b/releasenotes/notes/victoria-release-prelude-0fbae229ebe8f9b7.yaml new file mode 100644 index 00000000000..2bd409d86aa --- /dev/null +++ b/releasenotes/notes/victoria-release-prelude-0fbae229ebe8f9b7.yaml @@ -0,0 +1,107 @@ +--- +prelude: | + Welcome to the Victoria release of the OpenStack Block Storage service + (cinder). With this release, the Block Storage API version 3 has reached + microversion **3.62**. The cinder team would like to bring the following + points to your attention. Details may be found below. + + * Microversion 3.61 adds the ``cluster_name`` attribute to the volume + detail response when called in an administrative context. + + * Microversion 3.62 adds API calls to manage the default volume type + for a specific project. See the `Default volume types (default-types) + `_ + section of the + `Block Storage API v3 Reference + `_ + for more information. + + * The handling of the default volume type for a cinder installation + has been improved in this release. + + * The cinder backup service has added support for the popular Zstandard + compression algorithm. (The default is the venerable Deflate (zlib) + algorithm.) + + * Many backend storage drivers have added features and fixed bugs. + +features: + - | + PowerMax Driver - support for using snap_ids instead of generations + for better handling of volume snapshots + (Change-Id `I0edf2ac777bef888e760f711a94e3fe4f94262ae + `_) + +fixes: + - | + PowerMax Driver - corrected handling of exceptions occurring during cleanup + in the context of volume migration + (Change-Id `I0c0a96e21209c5abe359c6985fae7cee598c21ab + `_) + - | + REST API - fixed issue where the Get Current Log Levels for Cinder + Services call in microversion 3.32 was ignoring the server name filter + (Change-Id `Iecb3faad9270f969185089cc291127b340483a46 + `_) + - | + Additionally, the following bugs were addressed: + + * `Bug #1888831 `_: + PowerMax Driver - Volume updates for volumes in groups not performed + during failover + * `Bug #1867906 `_: + group-create-from-src doesn't work in active/active mode + * `Bug #1886662 `_: + PowerMax Driver - Volumes not cleaned up after exception during + migrate, retype, srdf protect creates/deletes blocks subsequent + operations + * `Bug #1874187 `_: + PowerMax driver - Exception was not handled and breaks the flow while + add/remove volumes to generic volume group + * `Bug #1886689 `_: + Rekey fails when provider is legacy provider class + * `Bug #1877976 `_: + PowerMax Driver - RDFG suspended on vol create exception + * `Bug #1877445 `_: + Pure Storage Driver - doesn't handle synchronous replication CIDR + filters properly + * `Bug #1875953 `_: + Virtuozzo driver - missing context in create_cloned_volume call + * `Bug #1863021 `_: + Eventlet monkey patch results in assert len(_active) == 1 AssertionError + * `Bug #1875640 `_: + PowerMax Driver - Failover lock not released during U4P failover + during exception + * `Bug #1875959 `_: + NetApp ONTAP NFS driver - Unable to perform flexclone from glance share + * `Bug #1875433 `_: + PowerMax Driver - Retype from rep to rep leaving storage group suspended + * `Bug #1875432 `_: + PowerMax Driver - Live migration fails when an instance has more than + one replication device + * `Bug #1871744 `_: + Glance retry failed: TypeError: get() got an unexpected keyword + argument 'schema_name' + * `Bug #1873463 `_: + Virtuozzo driver - copy_volume_to_image() needs to support glance + multistore + * `Bug #1892057 `_: + PowerMax Driver - Missing force flag for rep group volume adds + * `Bug #1892718 `_: + PowerMax Driver - SRDF suspend can fail during _create_replica + - | + Additionally, the following minor fixes for which no bugs were filed + were made: + + * `PowerMax Driver - Migrate extra spec class fix + `_ + * `PowerMax Driver - Force array and srp configuration + `_ + * `PowerMax Driver - Prevent unmanage with snapvx + `_ + * `PowerMax Driver - Allowing for an empty group on a clone volume + `_ + * `PowerMax Driver - RDF State Validation Enhancements + `_ + * `PowerMax Driver - Remove mandatory failover BID + `_ diff --git a/releasenotes/notes/vxflexos-powerflex-rebrand-37dfe2b82d35b6a2.yaml b/releasenotes/notes/vxflexos-powerflex-rebrand-37dfe2b82d35b6a2.yaml index 18bd3d9a103..2688e234546 100644 --- a/releasenotes/notes/vxflexos-powerflex-rebrand-37dfe2b82d35b6a2.yaml +++ b/releasenotes/notes/vxflexos-powerflex-rebrand-37dfe2b82d35b6a2.yaml @@ -10,17 +10,19 @@ upgrade: release, and thus we recommend that you update the driver name in ``cinder.conf`` at your earliest convenience. - Existing vxFlex OS configuration options will continue to work in this - release, but this functionality will be removed in the Wallaby release. + Existing vxFlex OS configuration options, whose usage was DEPRECATED + in the Stein release, will no longer be recognized in this release. Thus all driver configuration options that start with ``vxflexos`` - should be updated to ``powerflex`` in your ``cinder.conf`` as soon - as possible. + must be updated to ``powerflex`` in your ``cinder.conf`` before + you deploy this release. Before the Rocky release, this driver was named ``cinder.volume.drivers.dell_emc.scaleio.driver.ScaleIODriver``. That name was deprecated in the Rocky release. In this release, the pre-Rocky name for this driver is no longer recognized and support for configuration options beginning with ``sio`` has been - removed. + removed. Thus any driver configuration options that start with + ``sio`` must be updated to ``powerflex`` in your ``cinder.conf`` + before you deploy this release. The online documentation has been updated to reflect these changes.