[release-announce] cinder 13.0.7 (rocky)
no-reply at openstack.org
no-reply at openstack.org
Fri Oct 4 13:18:44 UTC 2019
We are ecstatic to announce the release of:
cinder 13.0.7: 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.7
^^^^^^
Bug Fixes
* Bug 1809249 (https://bugs.launchpad.net/cinder/+bug/1809249) -
3PAR driver adds the config option *hpe3par_target_nsp* that can be
set to the 3PAR backend to use when multipath is not enabled and the
Fibre Channel Zone Manager is not used.
* Dell EMC SC Driver: Fixes bug 1822229 to handle the volume
mappings in the backend when a volume is attached to multiple
instances on the same host.
Changes in cinder 13.0.6..13.0.7
--------------------------------
767bdf1a5 Dell EMC SC: Handle the mappings of multiattached volume
cb928c4b3 Fix VolumeAttachment is not bound to a Session
df7fd514a 3PAR: Add config for NSP single path attach
058700edc Fix NFS volume retype with migrate
30e2cb17e Remove experimental openSUSE 42.3 job
57b127459 Fix ceph: only close rbd image after snapshot iteration is finished
e85118363 Fixing 404's and broken links
5f9c93b19 Prevent double-attachment race in attachment_reserve
a02fa540e Add OS-SCH-HNT in extensions list
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 15 ---
cinder/api/contrib/scheduler_hints.py | 11 ++
cinder/api/extensions.py | 2 +-
cinder/backup/drivers/ceph.py | 14 +--
cinder/cmd/api.py | 3 +
cinder/objects/volume_attachment.py | 8 +-
.../unit/volume/drivers/dell_emc/sc/test_fc.py | 101 ++++++++++++++++
.../unit/volume/drivers/dell_emc/sc/test_sc.py | 72 +++++++++++
cinder/volume/api.py | 30 +++++
.../drivers/dell_emc/sc/storagecenter_common.py | 23 ++++
.../volume/drivers/dell_emc/sc/storagecenter_fc.py | 17 ++-
.../drivers/dell_emc/sc/storagecenter_iscsi.py | 22 +++-
cinder/volume/drivers/hpe/hpe_3par_common.py | 8 ++
cinder/volume/drivers/hpe/hpe_3par_fc.py | 47 ++++++--
cinder/volume/drivers/nfs.py | 3 +-
cinder/wsgi/wsgi.py | 3 +
.../block-storage/drivers/hpe-3par-driver.rst | 48 ++++++++
.../drivers/ibm-storage-volume-driver.rst | 5 +-
.../block-storage/drivers/vmware-vmdk-driver.rst | 4 +-
...sp-for-fc-bootable-volume-f372879e1b625b4d.yaml | 7 ++
...e-multiattach-onterminate-6ab1f96f21bb284d.yaml | 7 ++
28 files changed, 676 insertions(+), 144 deletions(-)
More information about the Release-announce
mailing list