[release-announce] cinder 19.1.1 (xena)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 28 15:23:37 UTC 2022


We are amped to announce the release of:

cinder 19.1.1: OpenStack Block Storage

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

19.1.1
^^^^^^


New Features
************

* Pure Storage FlashArray driver: Enabled support for Active/Active
  replication for the FlashArray driver. This allows users to
  configure FlashArray backends in clustered environments.


Bug Fixes
*********

* Bug #1944577 (https://bugs.launchpad.net/cinder/+bug/1944577):
  Managing a volume to an encrypted type was never a good idea because
  there was no way to specify an encryption key ID so that the volume
  could be used.  Requests to manage a volume to an encrypted volume
  type now result in an invalid request response.

* Bug #1965847 (https://bugs.launchpad.net/cinder/+bug/1965847):
  Fixed issue where importing a backup record for a backup_id that
  currently existed had the unfortunate side effect of deleting the
  existing backup record.

* Bug #1970768 (https://bugs.launchpad.net/cinder/+bug/1970768):
  Fixed status of temporary volumes when creating backups and
  reverting to a snapshot, preventing accidental manual deletion of
  those resources.

* NetApp ONTAP: Fix check QoS minimum support for SVM scoped
  account. See: Bug #1924798
  (https://bugs.launchpad.net/cinder/+bug/1924798).

Changes in cinder 19.1.0..19.1.1
--------------------------------

960aa5962 Fix: nfs format info limitation
332aa3340 Don't destroy existing backup by mistake on import
4b719d99f NetApp ONTAP: Fix check QoS min support for SVM account
cf2f3d07a Prevent temporary volume from being deleted accidentally
ad2db70a6 PureStorage FlashArray: Add active/active replication
6fb0d93b3 Handle the case when tempest fails
700a016d2 [stable-xena-only] update xena personas doc
dd12492f3 Prohibit volume manage to an encrypted volume type


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

api-ref/source/v3/volume-manage.inc                |   6 +-
cinder/api/contrib/volume_manage.py                |   3 +
cinder/backup/api.py                               |  41 ++---
cinder/objects/volume.py                           |  17 ++
.../netapp/dataontap/client/test_client_cmode.py   |   5 +
cinder/volume/api.py                               |  17 ++
cinder/volume/driver.py                            |  17 +-
.../netapp/dataontap/client/client_cmode.py        |   5 +
cinder/volume/drivers/pure.py                      |  31 +++-
cinder/volume/drivers/remotefs.py                  |  13 +-
cinder/volume/flows/manager/create_volume.py       |  11 +-
cinder/volume/manager.py                           |   5 +-
.../block-storage/policy-personas.rst              |  15 ++
playbooks/tempest-and-cinderlib-run.yaml           |   7 +-
...-manage-to-encrypted-type-b5b5d7f8360f037f.yaml |   8 +
...1965847-fix-backup-import-3b3ccdf740a13cff.yaml |   7 +
...g-1970768-temp-vol-delete-6586a13f08d7a5c1.yaml |   6 +
...upport-svm-scoped-account-a8458445d459023c.yaml |   5 +
.../pure_aa_replication-e3f5f6666f0b0c43.yaml      |   6 +
29 files changed, 499 insertions(+), 72 deletions(-)







More information about the Release-announce mailing list