[release-announce] cinder 18.2.1 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Thu Nov 3 11:27:18 UTC 2022


We enthusiastically announce the release of:

cinder 18.2.1: OpenStack Block Storage

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

18.2.1
^^^^^^

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.

* NFS driver bug #1946059
  (https://bugs.launchpad.net/cinder/+bug/1946059): Fixed revert to
  snapshot operation.

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

Changes in cinder 18.2.0..18.2.1
--------------------------------

ebc27d371 NFS: Fix generic revert to snapshot flow
70164132d SF: Remove compat clone image code
eb2720645 NetApp ONTAP: Fix check QoS min support for SVM account
ba947e6d7 Prohibit volume manage to an encrypted volume type
741d0ce54 Don't destroy existing backup by mistake on import
9a473fdf0 Fix: nfs format info limitation
553264535 Prevent temporary volume from being deleted accidentally
c29a6d087 Handle the case when tempest fails


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

api-ref/source/v2/volume-manage.inc                |   2 +
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 +
.../volume/drivers/solidfire/test_solidfire.py     |  32 ----
cinder/volume/api.py                               |  17 ++
cinder/volume/driver.py                            |  17 +-
.../netapp/dataontap/client/client_cmode.py        |   5 +
cinder/volume/drivers/remotefs.py                  |  15 +-
cinder/volume/drivers/solidfire.py                 |  33 ----
cinder/volume/flows/manager/create_volume.py       |  11 +-
cinder/volume/manager.py                           |   5 +-
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 +
.../fix-nfs-revert-to-snap-adc04204b3661d66.yaml   |   6 +
...upport-svm-scoped-account-a8458445d459023c.yaml |   5 +
30 files changed, 462 insertions(+), 132 deletions(-)







More information about the Release-announce mailing list