We joyfully announce the release of: cinder 23.4.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.4.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. Changes in cinder 23.3.0..23.4.0 -------------------------------- 0480073b9 NFS update volume attachment format during volume snapshot a770f7208 Fix "signature_verified" metadata propagation to images Diffstat (except docs and test files) ------------------------------------- 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 ++++++++++ 8 files changed, 48 insertions(+), 11 deletions(-)
participants (1)
-
no-reply@openstack.org