We are tickled pink to announce the release of: cinder 12.0.6: OpenStack Block Storage This release is part of the queens stable release series. Download the package from: https://tarballs.openstack.org/cinder/ For more details, please see below. 12.0.6 ^^^^^^ 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 12.0.5..12.0.6 -------------------------------- 24bdb9791 Fix Snapshot object metadata loading 29d42fa73 VNX: update sg in cache 2d8f2dc11 Fix multiattach set to false after retype 11fd099c1 Fix for auth version change in Brcd HTTP 309f72202 Fix version return incorrect when endpoint url end without / 99e3d3fc7 Update the HP MSA and Lenovo driver documentation 5efe103c0 VNX Driver: delete_hba() instead of remove_hba() f712fabbe Fix for HPE MSA 2050 login failures 3fa8a646e Avoid using 'truncate' on Windows 33c504888 Fix permissions with NFS-backed snapshots and backups d83032337 VMAX driver doc - notification of fix on AFA OS upgrade issue Diffstat (except docs and test files) ------------------------------------- cinder/api/views/versions.py | 2 + cinder/backup/drivers/nfs.py | 4 +- cinder/objects/snapshot.py | 2 +- .../volume/drivers/dell_emc/vnx/mocked_vnx.yaml | 6 ++- .../volume/drivers/dell_emc/vnx/test_adapter.py | 4 +- .../zonemanager/test_brcd_http_fc_zone_client.py | 19 ++++----- cinder/volume/api.py | 4 +- cinder/volume/drivers/dell_emc/vnx/adapter.py | 5 +++ cinder/volume/drivers/dell_emc/vnx/client.py | 5 ++- cinder/volume/drivers/dell_emc/vnx/driver.py | 5 ++- cinder/volume/drivers/dothill/dothill_client.py | 10 +++-- cinder/volume/drivers/remotefs.py | 29 ++++---------- .../drivers/brocade/brcd_http_fc_zone_client.py | 45 +++++++++++++--------- .../drivers/brocade/fc_zone_constants.py | 8 ++-- .../block-storage/drivers/emc-vmax-driver.rst | 14 +++---- .../block-storage/drivers/hp-msa-driver.rst | 27 +++++++------ .../block-storage/drivers/lenovo-driver.rst | 8 ++-- .../vnx-update-sg-in-cache-3ecb673727bea79b.yaml | 7 ++++ 23 files changed, 209 insertions(+), 96 deletions(-)
participants (1)
-
no-reply@openstack.org