We are delighted to announce the release of: cinder 22.1.1: OpenStack Block Storage This release is part of the antelope 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. 22.1.1 ^^^^^^ Bug Fixes * Bug #2025277 (https://bugs.launchpad.net/cinder/+bug/2025277): Fixed a regression in the fix for Cinder backup restoring into sparse volumes, where OpenStack's integrated CLI triggered a traceback. The deprecated project-specific legacy CLI of Cinder continued to work. * Bug #1945500 (https://bugs.launchpad.net/cinder/+bug/1945500): The original attempt at fixing this bug did not account for differences in how glance and cinder store image metadata, and as a result some image properties were not filtered out. This new improved fix addresses those differences and makes the filtering more thorough. * HPE 3PAR driver Bug #2015746 (https://bugs.launchpad.net/cinder/+bug/2015746): Fixed: minor code changes to work with new wsapi. * Bug #1997980 (https://bugs.launchpad.net/cinder/+bug/1997980): RBD: Fixed failure to update rbd image features for multi-attach when features = 0. Changes in cinder 22.1.0..22.1.1 -------------------------------- 81af154d8 Fix a regression in restoring to sparse volumes f542dd07b Fix glance metadata properties filtering 14687515f Make paramiko import optional ced3bcbe1 HPE 3PAR: Few issues with new WSAPI (of 2023) efd742409 RBD: Skip update_features when features = 0 Diffstat (except docs and test files) ------------------------------------- cinder/exception.py | 4 + cinder/image/image_utils.py | 22 ++- cinder/ssh_utils.py | 9 +- .../unit/volume/flows/test_create_volume_flow.py | 8 +- cinder/volume/drivers/hpe/hpe_3par_common.py | 36 +++-- cinder/volume/drivers/rbd.py | 6 +- cinder/volume/flows/manager/create_volume.py | 2 +- .../notes/backup-sparse-f685f4321f2994f5.yaml | 7 + .../notes/bug1945500-e4df056b8be2e0ef.yaml | 8 + ...ode-changes-for-new-wsapi-25865a65a428ce46.yaml | 4 + ...bd-update-features-bugfix-df97b50864ce9712.yaml | 6 + 15 files changed, 338 insertions(+), 46 deletions(-)
participants (1)
-
no-reply@openstack.org