[release-announce] cinder 14.3.0 (stein)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 1 17:35:23 UTC 2020


We are psyched to announce the release of:

cinder 14.3.0: OpenStack Block Storage

This release is part of the stein 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.

14.3.0
^^^^^^


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

* This release updates the os-brick library used by Cinder to
  version 2.8.7 to correct hopefully the final 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.8.7 release notes
  (https://docs.openstack.org/releasenotes/os-
  brick/stein.html#relnotes-2-8-7-stable-stein) for more information.


Bug Fixes
*********

* Now cinder will be rollback the "quota_usages" table when failed
  to create an incremental backup if there doesn't exist a parent
  backup or the backup is not in available state.

* Cinder no longer allows an incremental backup to be created while
  having the parent backup in another project.

* Bug #1875570 (https://bugs.launchpad.net/cinder/+bug/1875570):
  Fixed issue with NFS backend where the image-volume cache was never
  used to create a volume, even when the cache was enabled.

* Bug #1873738 (https://bugs.launchpad.net/cinder/+bug/1873738): RBD
  Driver: Added cleanup for residue destination file if the copy image
  to encrypted volume operation fails.

Changes in cinder 14.2.1..14.3.0
--------------------------------

8dbc04d27 Add release note for 14.3.0
0e72ffa98 Remove experimental job legacy-tempest-dsvm-zeromq-multibackend
4cc9e7b5f Require os-brick >= 2.8.7
14f5a20da Creating image-volume cache on NFS backend fails
175eb6281 RBD: Cleanup temporary file during exception
aa78aea3a Revert "Make greande jobs n-v for EM and oldest stable"
5983eee1c Fix cross-project incremental backups
ef07bc954 Rollback the quota_usages table when failed to create a incremental backup
6727f5cbe Fix DriverFilter to accept None volume type


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

.zuul.yaml                                         | 11 ++--
cinder/backup/api.py                               |  7 ++-
cinder/db/api.py                                   |  4 +-
cinder/db/sqlalchemy/api.py                        |  4 +-
cinder/image/image_utils.py                        |  7 ++-
cinder/objects/backup.py                           |  6 +-
cinder/scheduler/filters/driver_filter.py          |  2 +-
cinder/volume/drivers/rbd.py                       | 15 +++--
cinder/volume/drivers/remotefs.py                  |  3 +-
lower-constraints.txt                              |  2 +-
...809323-fix-invalid-backup-4a341dc362ded88e.yaml |  6 ++
...746-cross-project-incremental-backup-error.yaml |  6 ++
...70-nfs-image-volume-cache-c45e840a6ec2a702.yaml |  6 ++
...-file-during-convert-fail-3848e9dbe7e15fc6.yaml |  6 ++
.../notes-for-14.3.0-release-995ee2c3c8f550b2.yaml | 12 ++++
requirements.txt                                   |  2 +-
22 files changed, 207 insertions(+), 39 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cf85363e1..ef1e6a959 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -61 +61 @@ oslo.vmware>=2.17.0 # Apache-2.0
-os-brick>=2.8.6 # Apache-2.0
+os-brick>=2.8.7 # Apache-2.0






More information about the Release-announce mailing list