We are glad to announce the release of: cinder 20.0.1: OpenStack Block Storage This release is part of the yoga 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. 20.0.1 ^^^^^^ Bug Fixes * Bug #1929223 (https://bugs.launchpad.net/os-brick/+bug/1929223): Fixed HTTPS certificate validation was disabled in PowerFlex connector. * 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. * IBM Spectrum Virtualize Family driver: Bug #1968159 (https://bugs.launchpad.net/cinder/+bug/1968159): Fix for retype failure for replicated volume-type. Controlling chfcmap call for rc_controlled fcmap for replication-type volumes during retype operation. * 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. * HPE 3PAR driver Bug #1958122 (https://bugs.launchpad.net/cinder/+bug/1958122): Fixed issue of multi-detach operation in multi host environment. * NetApp ONTAP: Fix check QoS minimum support for SVM scoped account. See: Bug #1924798 (https://bugs.launchpad.net/cinder/+bug/1924798). Changes in cinder 20.0.0..20.0.1 -------------------------------- f6d8353fd HPE 3PAR: In multi host env, fix multi-detach operation 753c02246 Don't destroy existing backup by mistake on import 4be091c42 NetApp ONTAP: Fix check QoS min support for SVM account d773fae82 Prevent temporary volume from being deleted accidentally 391f7c7f9 Handle the case when tempest fails 22e6d5308 [SVf]:Fix retype failure for replication volume-type 17e6de9cb Fix PowerFlex connector HTTPS certificate validation Diffstat (except docs and test files) ------------------------------------- cinder/backup/api.py | 41 ++++++----- .../unit/volume/drivers/ibm/test_storwize_svc.py | 31 +++++--- .../netapp/dataontap/client/test_client_cmode.py | 5 ++ cinder/volume/driver.py | 17 +++-- cinder/volume/drivers/dell_emc/powerflex/driver.py | 12 ++++ cinder/volume/drivers/hpe/hpe_3par_common.py | 57 +++++++++++++-- .../ibm/storwize_svc/storwize_svc_common.py | 7 +- .../netapp/dataontap/client/client_cmode.py | 5 ++ cinder/volume/manager.py | 5 +- playbooks/tempest-and-cinderlib-run.yaml | 7 +- ...or-certificate-validation-707b4f9f2077d4bc.yaml | 4 ++ ...1965847-fix-backup-import-3b3ccdf740a13cff.yaml | 7 ++ ...r_replication_volume-type-4e0671b299315f4b.yaml | 8 +++ ...g-1970768-temp-vol-delete-6586a13f08d7a5c1.yaml | 6 ++ ...-detach-in-multi-host-env-3f2211f29a336b6e.yaml | 6 ++ ...upport-svm-scoped-account-a8458445d459023c.yaml | 5 ++ 21 files changed, 334 insertions(+), 67 deletions(-)