[release-announce] cinder 15.3.0 (train)

no-reply at openstack.org no-reply at openstack.org
Wed Jun 24 21:51:27 UTC 2020


We are chuffed to announce the release of:

cinder 15.3.0: OpenStack Block Storage

This release is part of the train stable release series.

The source is available from:

    https://opendev.org/openstack/cinder

Download the package from:

    https://tarballs.openstack.org/cinder/

Please report issues through:

    https://bugs.launchpad.net/cinder/+bugs

For more details, please see below.

15.3.0
^^^^^^


Upgrade Notes
*************

* This release updates the os-brick library used by Cinder to
  version 2.10.4 to correct a problem with the fix for Bug #1823200
  (https://bugs.launchpad.net/cinder/+bug/1823200) in the previous os-
  brick release.

  See the os-brick 2.10.4 release notes
  (https://docs.openstack.org/releasenotes/os-
  brick/train.html#relnotes-2-10-4-stable-train) for more information.


Bug Fixes
*********

* Bug #1875959 (https://bugs.launchpad.net/cinder/+bug/1875959):
  Fixed issue where NetApp ONTAP NFS driver would fail to flexclone a
  Glance image.

Changes in cinder 15.2.0..15.3.0
--------------------------------

3ecfe3754 Update os-brick library to 2.10.4
8c33838f6 NetApp ONTAP NFS driver fail to flexclone glance image.


Diffstat (except docs and test files)
-------------------------------------

cinder/volume/drivers/netapp/dataontap/nfs_base.py       |  2 +-
lower-constraints.txt                                    |  2 +-
.../notes/ossn-0086-followup-e1a5e1c98aa3aa9b.yaml       | 16 ++++++++++++++++
requirements.txt                                         |  2 +-
4 files changed, 19 insertions(+), 3 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 30c429764..3f8c9bac9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -61 +61 @@ oslo.vmware>=2.17.0 # Apache-2.0
-os-brick>=2.10.3 # Apache-2.0
+os-brick>=2.10.4 # Apache-2.0






More information about the Release-announce mailing list