We are pumped to announce the release of: cinder 11.2.2: OpenStack Block Storage This release is part of the pike stable release series. The source is available from: https://git.openstack.org/cgit/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. 11.2.2 ^^^^^^ Bug Fixes * Dell EMC VNX Driver: Fixes bug 1817385 to make sure the sg can be created again after it was destroyed under *destroy_empty_storage_group* setting to *True*. Changes in cinder 11.2.1..11.2.2 -------------------------------- cef58020b Fix permissions with NFS-backed snapshots and backups 4d795e5a3 Avoid using 'truncate' on Windows a83b730f2 Replace openstack.org git:// URLs with https:// 4db9d829e Ensure image utils don't block greenthreads 9bf444b86 Fix for HPE MSA 2050 login failures 713bb5f50 Retry on DBDeadLock affecting worker updates 983124787 Fix Snapshot object metadata loading dcfc2f3d5 VNX: update sg in cache Diffstat (except docs and test files) ------------------------------------- cinder/backup/drivers/nfs.py | 4 +- cinder/db/sqlalchemy/api.py | 4 ++ cinder/image/image_utils.py | 13 +++++-- cinder/objects/snapshot.py | 2 +- .../volume/drivers/dell_emc/vnx/mocked_vnx.yaml | 4 ++ cinder/volume/drivers/dell_emc/vnx/adapter.py | 5 +++ cinder/volume/drivers/dell_emc/vnx/driver.py | 7 +++- cinder/volume/drivers/dothill/dothill_client.py | 10 +++-- cinder/volume/drivers/remotefs.py | 29 ++++----------- .../legacy/cinder-tempest-dsvm-lvm-lio/run.yaml | 4 +- .../vnx-update-sg-in-cache-3ecb673727bea79b.yaml | 7 ++++ 15 files changed, 117 insertions(+), 49 deletions(-)