[release-announce] cinder 13.0.6 (rocky)

no-reply at openstack.org no-reply at openstack.org
Fri Jul 26 10:23:31 UTC 2019


We contentedly announce the release of:

cinder 13.0.6: OpenStack Block Storage

This release is part of the rocky stable 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.

13.0.6
^^^^^^

Bug Fixes

* Kaminario FC and iSCSI drivers: Fixed bug 1829398
  (https://bugs.launchpad.net/cinder/+bug/1829398) where force detach
  would fail.

* NetApp iSCSI drivers no longer use the discovery mechanism for
  multipathing and they always return all target/portals when
  attaching a volume.  Thanks to this, volumes will be successfully
  attached even if the target/portal selected as primary is down, this
  will be the case for both, multipath and single path connections.

Changes in cinder 13.0.5..13.0.6
--------------------------------

79212ffdb Revert "Declare multiattach support for HPE MSA"
2990af850 Remove Sheepdog tests from zuul config
4fd1cdcf6 [VNX] Fix test case issue
00cfd67d0 Fix python3 compatibility of rbd get_fsid
b0cf233d8 Create new image volume cache entry when cloning fails
d5291871b lvm: Only use initiators when comparing connector dicts
4467c231b Fix "connector=None" issue in Kaminario drivers
81bf95370 Make sure we install cinder requirements during the correct tox phase
33742fff1 Remove LOCI publishing from the post pipeline
8d5ce262c 3PAR: Provide an option duing creation of volume from snapshot
8be2bb6d2 NetApp: Return all iSCSI targets-portals
fc658f492 Declare multiattach support for HPE MSA


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

.zuul.yaml                                         |  33 ---
.../volume/drivers/dell_emc/vnx/mocked_vnx.yaml    |  13 +-
.../volume/drivers/dell_emc/vnx/test_adapter.py    |  12 +-
.../drivers/netapp/dataontap/test_block_base.py    |  50 ++--
.../drivers/netapp/dataontap/test_block_cmode.py   |  13 -
.../volume/drivers/netapp/eseries/test_driver.py   |  10 +-
.../unit/volume/flows/test_create_volume_flow.py   |  63 +++--
cinder/volume/drivers/hpe/hpe_3par_common.py       |  74 +++++-
.../volume/drivers/kaminario/kaminario_common.py   |  11 +-
cinder/volume/drivers/kaminario/kaminario_fc.py    |  24 +-
cinder/volume/drivers/lvm.py                       |   3 +-
.../volume/drivers/netapp/dataontap/block_base.py  |  32 +--
.../volume/drivers/netapp/dataontap/block_cmode.py |  23 --
cinder/volume/drivers/netapp/eseries/library.py    |  28 ++-
cinder/volume/drivers/netapp/utils.py              |  25 +-
cinder/volume/drivers/rbd.py                       |  20 +-
cinder/volume/flows/manager/create_volume.py       |  30 ++-
...minario-cinder-driver-bug-44c728f026394a85.yaml |   6 +
.../netapp-non-discovery-19af4e10f7b190ea.yaml     |   8 +
tox.ini                                            |   5 +-
25 files changed, 605 insertions(+), 253 deletions(-)







More information about the Release-announce mailing list