We are delighted to announce the release of: cinder 24.3.0 This release is part of the caracal 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. 24.3.0 ^^^^^^ Bug Fixes * NFS driver bug #1989514: When creating a snapshot of an attached volume, the volume attachment format was not updated in its connection_info and could have resulted in an unbootable guest. This has been fixed. (https://bugs.launchpad.net/cinder/+bug/1989514) * Fixed the volume property *signature_verified* propagating to images created from volumes. That property could later conflict with the same property being added again when creating a new volume from such image, preventing the volume from being created successfully. This volume property is created whenever a volume is created from an image for the purpose of indicating that the image signature was verified on creation, and was not intended to be propagated further if a new image is created from such volume. * Bug #2077643 (https://bugs.launchpad.net/cinder/+bug/2077643): Fixed "cinder-manage quota sync" CLI command, which failed with an sqlalchemy error when a project id was not specified. Changes in cinder 24.2.0..24.3.0 -------------------------------- a54442aef NFS update volume attachment format during volume snapshot 9d1b6b8a9 Fix "signature_verified" metadata propagation to images 166d2d9de Fix "cinder-manage quota check" Diffstat (except docs and test files) ------------------------------------- cinder/cmd/manage.py | 8 +++----- cinder/db/api.py | 4 ++++ cinder/db/sqlalchemy/api.py | 5 +++++ cinder/image/image_utils.py | 9 +++++---- cinder/volume/drivers/nfs.py | 10 +++++++--- cinder/volume/drivers/remotefs.py | 9 +++++++++ .../notes/attach-format-after-snapshot-9a1857456706aa72.yaml | 7 +++++++ releasenotes/notes/bug-1823445-c47c25870a98335a.yaml | 10 ++++++++++ ...bug-2077643-manage-quota-sync-no-args-7fe8dbc6e3069cfc.yaml | 6 ++++++ 12 files changed, 66 insertions(+), 16 deletions(-)