We are glad to announce the release of: cinder 17.0.1: OpenStack Block Storage This release is part of the victoria 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. 17.0.1 ^^^^^^ Bug Fixes * Bug #1887962 (https://bugs.launchpad.net/cinder/+bug/1887962): PowerMax driver fix to rectify incorrectly deleted non-temporary snapshots when calling do_sync_check used in multiple operations due to missing check for temporary snapshot name. * Bug #1895510 (https://bugs.launchpad.net/cinder/+bug/1895510): IBM DS8K: Fixed compatability issue when using the IBM DS8K driver with storage version R9 and later. * RBD driver Bug #1898918 (https://bugs.launchpad.net/cinder/+bug/1898918): Fix thread block caused by the flatten operation during cloning a volume. Now the flatten operation is executed in a different thread. * RBD driver bug #1901241 (https://bugs.launchpad.net/cinder/+bug/1901241): Fixed an issue where decreasing the "rbd_max_clone_depth" configuration option would prevent volumes that had already exceeded that depth from being cloned. * Bug #1904440 (https://bugs.launchpad.net/cinder/+bug/1904440): When an iSCSI/FC encrypted volume was cloned, the rekey operation would stamp the wrong encryption key on the newly cloned volume. This resulted in a volume that could not be attached. It does not present a security problem. * Bug #1898587 (https://bugs.launchpad.net/cinder/+bug/1898587): Address cloning and api request timeout issues users may hit in certain environments, by allowing configuring timeout values for these operations through cinder configuration file. Changes in cinder 17.0.0..17.0.1 -------------------------------- cdc586631 Fix volume rekey during clone dc5058b1c PowerMax Docs - Victoria new features and supported software 23a821b2a Do not fail when depth is greater than rbd_max_clone_depth 3b2e7d662 NetApp SolidFire: Fix clone and request timeout issues e8efdb240 [IBM DS8K]: Fixed rest API issue to get bundle 914548f70 PowerMax Driver - Fix non-temporary snapshot delete f1521d82d RBD: Run flatten in a different thread when cloning a volume c1567d633 Fix service_get_log tests Diffstat (except docs and test files) ------------------------------------- .../dell_emc/powermax/test_powermax_common.py | 67 +-- .../unit/volume/drivers/ibm/test_ds8k_proxy.py | 20 +- .../volume/drivers/solidfire/test_solidfire.py | 13 +- cinder/volume/drivers/dell_emc/powermax/common.py | 31 +- cinder/volume/drivers/dell_emc/powermax/fc.py | 3 +- cinder/volume/drivers/dell_emc/powermax/iscsi.py | 3 +- .../volume/drivers/ibm/ibm_storage/ds8k_helper.py | 49 +-- cinder/volume/drivers/rbd.py | 24 +- cinder/volume/drivers/solidfire.py | 61 ++- cinder/volume/flows/manager/create_volume.py | 2 +- .../drivers/dell-emc-powermax-driver.rst | 458 +++++++++++++++++++-- .../notes/bug-1887962-643379faf20f01cf.yaml | 7 + ...T-API-issue-to-get-bundle-198a3b89255759bb.yaml | 6 + .../notes/bug-1898918-b24a93d7d5aff238.yaml | 7 + .../notes/bug-1901241-361b1b361bfa5152.yaml | 8 + .../bug-1904440-clone-rekey-fd57a2b5f6224e0f.yaml | 8 + ...nd-request-timeout-issues-56f7a7659c7ec775.yaml | 7 + 20 files changed, 699 insertions(+), 169 deletions(-)
participants (1)
-
no-reply@openstack.org