[release-announce] cinder 13.0.4 (rocky)

no-reply at openstack.org no-reply at openstack.org
Tue Mar 26 01:25:02 UTC 2019


We jubilantly announce the release of:

cinder 13.0.4: OpenStack Block Storage

This release is part of the rocky stable release series.

Download the package from:

    https://tarballs.openstack.org/cinder/

For more details, please see below.

13.0.4
^^^^^^

Bug Fixes

* Fixed group availability zone-backend host mismatch [Bug 1773446
  (https://bugs.launchpad.net/cinder/+bug/1773446)].

* Fixed NetApp SolidFire bug that avoided multiatached volumes to be
  deleted.

* 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 13.0.3..13.0.4
--------------------------------

10baccdcc NetApp SolidFire: Fix multi-attach volume deletion
c7183f4e1 Fix Support Matrix - Pure does support Multiattach
bce461ba4 Fix Snapshot object metadata loading
1f57f502c VNX: update sg in cache
7ed2d0caa Restore VMAX unit test mock
5c1f6c053 VMware: Fix revert-to-snapshot
0db5fe3b3 Fix api-ref title levels and index
6ca3f2bad Fix group availability zone-backend host mismatch
48d188c78 Fix version return incorrect when endpoint url end without /
b7dac1548 Fix for auth version change in Brcd HTTP
acca9dbc7 VNX Driver: delete_hba() instead of remove_hba()
883b29cf4 Fix for HPE MSA 2050 login failures
f6cdfe9a9 Delete related encryption provider when a volume type is deleting


Diffstat (except docs and test files)
-------------------------------------

api-ref/source/v2/ext-backups.inc                  |  2 +-
api-ref/source/v2/index.rst                        |  1 +
api-ref/source/v2/qos-specs-v2-qos-specs.inc       |  2 +-
api-ref/source/v2/volumes-v2-snapshots-actions.inc |  5 +-
cinder/api/views/versions.py                       |  2 +
cinder/db/sqlalchemy/api.py                        |  5 ++
cinder/group/api.py                                |  1 +
cinder/objects/snapshot.py                         |  2 +-
.../unit/volume/drivers/dell_emc/vmax/test_vmax.py |  1 +
.../volume/drivers/dell_emc/vnx/mocked_vnx.yaml    |  6 +-
.../volume/drivers/dell_emc/vnx/test_adapter.py    |  4 +-
.../volume/drivers/solidfire/test_solidfire.py     | 43 ++++++++++++
.../unit/volume/drivers/vmware/test_vmware_vmdk.py |  4 +-
.../zonemanager/test_brcd_http_fc_zone_client.py   | 19 ++---
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/solidfire.py                 |  7 +-
cinder/volume/drivers/vmware/vmdk.py               |  2 +-
.../drivers/brocade/brcd_http_fc_zone_client.py    | 45 +++++++-----
.../drivers/brocade/fc_zone_constants.py           |  8 +--
.../notes/bug-1773446-984d76ed29445c9b.yaml        |  5 ++
.../fix-multiattach-deletion-b3990acf1f5fd378.yaml |  4 ++
.../vnx-update-sg-in-cache-3ecb673727bea79b.yaml   |  7 ++
30 files changed, 268 insertions(+), 53 deletions(-)







More information about the Release-announce mailing list