We high-spiritedly announce the release of: cinder 25.3.1 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.3.1 ^^^^^^ Bug Fixes * Bug #2111461 (https://bugs.launchpad.net/cinder/+bug/2111461): Fixed issue preventing cinder-manage command to purge deleted rows due to foreign key constraint errors. This happened as timestamp for bulk delete operations were recalculated per table resulting in slighty different intervals for deleting rows on primary and dependents tables. * HPE 3PAR driver Bug #2119709 (https://bugs.launchpad.net/cinder/+bug/2119709): Fixed: skip license check to work with new wsapi (of 2025). * Pure Storage driver bug #2096801 (https://bugs.launchpad.net/cinder/+bug/2096801): Fixed issue using Manage Volumes from the GUI. * Pure Storage bug #2101859 (https://bugs.launchpad.net/cinder/+bug/2101859): Fixed issue where LACP bonds were not been correctly identified as iSCSI and NVMe targets. * [Pure Storage] When using synchronous replication, ensure that FlashArray pods used by Cinder do not have SafeMode protection groups attached, as SafeMode is not supported by Cinder. * Bug #1886543 (https://bugs.launchpad.net/cinder/+bug/1886543): On retypes requiring a migration, try to use the driver assisted mechanism when moving from one backend to another when we know it's safe from the volume type perspective. Changes in cinder 25.3.0..25.3.1 -------------------------------- e70f1a858 Stop testing old release of cinder 90adabb67 HPE 3par - skip license check for new wsapi af4cb88a6 cinder-manage: Use same timestamp for purging deleted rows 49b5c010d Driver assisted migration on retype when it's safe 36e7d28cf zuul: cinder-plugin-ceph-tempest: raise swap size b9ac7315e [Pure Storage] Fix issue with LACP ports not being identified dfd9a8109 Huawei hypermetro: RECOVERYPOLICY typo 34590bec8 [Pure Storage] Remove SafeMode PGs from Replication Pods 1dde98deb [Pure Storage] Manage Volume from GUI fails 6f53af57d Always upload image volumes in a native thread Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - cinder/db/sqlalchemy/api.py | 2 +- cinder/image/image_utils.py | 2 +- cinder/volume/drivers/hpe/hpe_3par_common.py | 7 +- cinder/volume/drivers/huawei/hypermetro.py | 2 +- cinder/volume/drivers/pure.py | 70 ++++++-- cinder/volume/manager.py | 36 +++- ...ign-key-constraint-errors-8a60db1f0158b36e.yaml | 9 + ...de-changes-for-wsapi-2025-75a9fda5d994504c.yaml | 4 + .../notes/pure-cinder-manage-aa40d62bf2bd0d33.yaml | 6 + .../notes/pure_lacp_iscsi-34678bdb98fa6bab.yaml | 7 + .../notes/pure_pod_safemode-d64b0705828529e5.yaml | 6 + ...retype-assisted-migration-6cdc7f9b21beb859.yaml | 7 + 18 files changed, 482 insertions(+), 112 deletions(-)
participants (1)
-
no-reply@openstack.org