We are glad to announce the release of: cinder 23.5.0 This release is part of the bobcat 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. 23.5.0 ^^^^^^ Bug Fixes * NFS driver bug #2074377 (https://bugs.launchpad.net/cinder/+bug/2074377): Fixed regression caused by change I65857288b797 (the mitigation for CVE-2024-32498) that was preventing the creation of a new volume from the second and subsequent snapshots of an existing volume. * Pure Storage driver bug #2100547 (https://bugs.launchpad.net/cinder/+bug/2100547): Fixed issue where volumes created as clones from a source image volume do get the defined QoS settings associated with the volume type used. * Pure Storage bug #2101859 (https://bugs.launchpad.net/cinder/+bug/2101859): Fixed issue where LACP bonds were not been correctly identified as NVMe targets. Changes in cinder 23.4.0..23.5.0 -------------------------------- d1f105a6e NFS driver: Fix fail creating volume with multiple snapshots adff145d8 [Pure Storage] Fix QoS setting for cloned volumes 8759488e0 [Pure Storage] Fix issue with NVMe LACP ports not being identified 0a0c534a2 [stable-2023.2-only] Fix online data migrations 94d8dd983 RBD: tpool.Proxy client object 2c6bf4410 Tests: Fix double mocking in test_rbd 6a7dddfc8 Tests: Fix type error in volume encryption unit tests Diffstat (except docs and test files) ------------------------------------- cinder/db/sqlalchemy/api.py | 5 +- cinder/image/image_utils.py | 64 +++++++++++++------ cinder/volume/drivers/nfs.py | 8 ++- cinder/volume/drivers/pure.py | 8 ++- cinder/volume/drivers/rbd.py | 1 + cinder/volume/flows/manager/create_volume.py | 7 +- ...fix-nfs-vol-from-snapshot-654a07d25a33bf7d.yaml | 8 +++ .../notes/pure_clone_qos_fix-a2a13311e94247db.yaml | 7 ++ .../pure_storage_nvme_lacp-ef1a2a911c7ecc75.yaml | 6 ++ 14 files changed, 193 insertions(+), 52 deletions(-)
participants (1)
-
no-reply@openstack.org