[release-announce] cinder 14.0.3 (stein)

no-reply at openstack.org no-reply at openstack.org
Mon Jan 6 10:36:41 UTC 2020


We jubilantly announce the release of:

cinder 14.0.3: OpenStack Block Storage

This release is part of the stein stable release series.

The source is available from:

    https://opendev.org/openstack/cinder

Download the package from:

    https://tarballs.openstack.org/null/

Please report issues through:

    https://bugs.launchpad.net/cinder/+bugs

For more details, please see below.

14.0.3
^^^^^^

Bug Fixes

* Dell EMC VNX Cinder Driver: Fixes bug 1794646 to delete the LUN
  from the VNX storage. Because a temporary snapshot is created from
  the LUN during creating a volume from a snapshot and isn't deleted,
  the LUN cannot be deleted before its snapshot is deleted. The fix
  makes sure the temp snapshot is deleted.

Changes in cinder 14.0.2..14.0.3
--------------------------------

997af3aa6 Fix service_uuid migration for volumes with no host
bc6902cd4 Pure Storage - Fix disconnect error in clustered environments
0970f6cd5 PowerMax Driver - PowerMax Formatted Vols Fix
186fb25d0 Increase cpu limit for image conversion
f7faeddb4 Fix VxFlexOS documentation
b4fb27dd2 Switch to opensuse-15 nodeset
417d229dd Pure: Ensure generated volume name does not exceed 63 characters
c7bfeed19 NEC Driver: Python3 compatibility
a74945b06 VNX: delete the LUN from VNX backend
bcf25eb02 Make backup_compression_algorithm case insensitive
c417ae742 Fix code-block JSON format issues
c0c272b3b Refresh the Service.service_id after re-spawning children
880c2ea64 PowerMax Docs Stein - clarifying information


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

.zuul.yaml                                         |   2 +-
cinder/api/v3/attachments.py                       |   8 +-
cinder/backup/chunkeddriver.py                     |   1 +
cinder/db/sqlalchemy/api.py                        |   3 +-
cinder/image/image_utils.py                        |   2 +-
cinder/service.py                                  |   8 ++
.../dell_emc/powermax/test_powermax_rest.py        |  84 +++++++++++++---
.../volume/drivers/dell_emc/vnx/mocked_cinder.yaml |   6 ++
.../volume/drivers/dell_emc/vnx/mocked_vnx.yaml    |  14 +++
.../volume/drivers/dell_emc/vnx/test_adapter.py    |  25 +++++
cinder/volume/drivers/dell_emc/powermax/fc.py      |   3 +-
cinder/volume/drivers/dell_emc/powermax/iscsi.py   |   3 +-
cinder/volume/drivers/dell_emc/powermax/rest.py    |  24 ++++-
cinder/volume/drivers/dell_emc/powermax/utils.py   |   1 +
cinder/volume/drivers/dell_emc/vnx/adapter.py      |   4 +-
cinder/volume/drivers/dell_emc/vnx/driver.py       |   4 +-
cinder/volume/drivers/nec/cli.py                   |  12 ++-
cinder/volume/drivers/pure.py                      |  14 ++-
cinder/volume/manager.py                           |  70 ++++++-------
.../drivers/dell-emc-powermax-driver.rst           |  15 +--
.../drivers/dell-emc-vxflex-driver.rst             | 112 +--------------------
...e-lun-due-to-tmp-snapshot-edd3cdd85e28be60.yaml |   9 ++
25 files changed, 266 insertions(+), 193 deletions(-)







More information about the Release-announce mailing list