[release-announce] cinder 12.0.8 (queens)
no-reply at openstack.org
no-reply at openstack.org
Fri Jul 26 17:08:21 UTC 2019
We enthusiastically announce the release of:
cinder 12.0.8: OpenStack Block Storage
This release is part of the queens 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.
12.0.8
^^^^^^
Bug Fixes
* Fixed NetApp SolidFire bug that avoided multiatached volumes to be
deleted.
* 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 12.0.7..12.0.8
--------------------------------
f55d3a6f6 [VNX] Fix test case issue
2cd3176c4 PowerMax Queens docs - clarifying that PowerMax is supported in Queens
1accbbc7a Create new image volume cache entry when cloning fails
0b18f8e47 Fix rbd driver json loading
8d7620b47 Fix "connector=None" issue in Kaminario drivers
e8d68422e lvm: Only use initiators when comparing connector dicts
7cc7322a0 NetApp: Return all iSCSI targets-portals
661337416 Change the matching method of the backup driver
ad8e3dc8a Make sure we install cinder requirements during the correct tox phase
e32ecf6cd Dell EMC: SC FC Driver wwns api response in lower
1fc75e74d Remove LOCI publishing from the post pipeline
b924a77bc OpenDev Migration Patch
3c4b0c130 NetApp SolidFire: Fix multi-attach volume deletion
Diffstat (except docs and test files)
-------------------------------------
.gitreview | 2 +-
.zuul.yaml | 5 +-
cinder/backup/manager.py | 45 ++++++------
.../unit/volume/drivers/dell_emc/sc/test_scapi.py | 84 +++++++++++-----------
.../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 +--
.../volume/drivers/solidfire/test_solidfire.py | 43 +++++++++++
.../unit/volume/flows/test_create_volume_flow.py | 61 +++++++++++-----
.../drivers/dell_emc/sc/storagecenter_api.py | 9 ++-
.../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 | 3 +
cinder/volume/drivers/solidfire.py | 7 +-
cinder/volume/flows/manager/create_volume.py | 30 +++++---
.../block-storage/drivers/emc-vmax-driver.rst | 8 ++-
.../cinder-tempest-dsvm-lvm-lio-barbican/run.yaml | 8 +--
.../fix-multiattach-deletion-b3990acf1f5fd378.yaml | 4 ++
...minario-cinder-driver-bug-44c728f026394a85.yaml | 6 ++
.../netapp-non-discovery-19af4e10f7b190ea.yaml | 8 +++
tox.ini | 5 +-
34 files changed, 490 insertions(+), 237 deletions(-)
More information about the Release-announce
mailing list