We contentedly announce the release of: cinder 25.2.0 This release is part of the dalmatian 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. 25.2.0 ^^^^^^ New Features ************ * Ceph driver: Add config option to keep only the last n snapshots per backup to save disk space on the source volume storage. Enabling this option can cause incremental backups to become full backups instead under special circumstances. Please take a look at the Ceph backup driver docs for more information. Bug Fixes ********* * Dell PowerMax Driver bug #2081742 (https://bugs.launchpad.net/cinder/+bug/2081742): The REST API calls for the masking view connection do not return the HostLUN ID immediately. To address this, an exception has been added to implement a retry mechanism. * Dell PowerMax Driver bug #2092259 (https://bugs.launchpad.net/cinder/+bug/2092259): Before a volume can be deleted, the driver issues a command to clean up active snapshots in the backend and then polls the backend to make sure the cleanup has occurred. This fix enhances the polling mechanism to give the backend more time to do the cleanup, thereby increasing the probability that the driver will be able to make a successful volume deletion request. * 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. * RBD driver bug #2092534 (https://bugs.launchpad.net/cinder/+bug/2092534): Fixed uploading a volume to image when image has different format than volume. Changes in cinder 25.1.0..25.2.0 -------------------------------- 39883f2b7 NFS driver: Fix fail creating volume with multiple snapshots e9315330f Dell PowerMax: Enhanced the retry mechanism to verify the active snapshots. 4c66ccebf Dell PowerMax: Added exception handling after the masking view REST call. c579760dd RBD: Fix upload volume with different format 0b165a3f3 Dell PowerMax: Add PowerMax Laurel Release support 14912780b Ceph: Add option to keep only last n snapshots per backup Diffstat (except docs and test files) ------------------------------------- cinder/backup/drivers/ceph.py | 125 +++++++++++++++++++-- cinder/image/image_utils.py | 64 +++++++---- cinder/message/message_field.py | 3 + .../dell_emc/powermax/test_powermax_common.py | 31 +++++ .../dell_emc/powermax/test_powermax_rest.py | 15 +-- cinder/volume/drivers/dell_emc/powermax/common.py | 2 +- cinder/volume/drivers/dell_emc/powermax/rest.py | 42 ++++--- cinder/volume/drivers/nfs.py | 8 +- cinder/volume/drivers/rbd.py | 37 +++++- .../block-storage/backup/ceph-backup-driver.rst | 21 ++++ .../drivers/dell-emc-powermax-driver.rst | 6 + ...wermax-rest-api-hostlunid-ee22d0105c990ea0.yaml | 8 ++ ...ailed-fix-active-snapshot-ccc3f9b6251d2634.yaml | 12 ++ ...eep-only-last-n-snapshots-89dc532656f453f4.yaml | 8 ++ ...fix-nfs-vol-from-snapshot-654a07d25a33bf7d.yaml | 8 ++ ...ix-rbd-upload-diff-format-38fc4ef24d7145ba.yaml | 7 ++ 20 files changed, 513 insertions(+), 80 deletions(-)
participants (1)
-
no-reply@openstack.org