[release-announce] cinder 12.0.10 (queens)

no-reply at openstack.org no-reply at openstack.org
Thu Oct 24 14:42:41 UTC 2019


We are excited to announce the release of:

cinder 12.0.10: 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/null/

Please report issues through:

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

For more details, please see below.

12.0.10
^^^^^^^

Bug Fixes

* Fixes a bug that prevented distributed file system drivers from
  creating snapshots during volume clone operations (NFS,
  WindowsSMBFS, VZstorage and Quobyte drivers). Fixing this allows
  creating snapshot based backups.

* Fix DetachedInstanceError is not bound to a Session for
  VolumeAttachments. This affected VolumeList.get_all, and could make
  a service fail on startup and make it stay in down state.

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

Changes in cinder 12.0.9..12.0.10
---------------------------------

772897cad Add context to cloning snapshots in remotefs driver
ea39101a9 Tests: Fix up migrate notify tests
c0f1018f2 Add retry to LVM deactivation
2abd8a68b Fix DetachedInstanceError for VolumeAttachment
b7917a865 Extend timeout for database migration tests
ce5f48718 Exclude disabled API versions from listing
c0f4374be Don't allow retype to encrypted+multiattach type
9d4e3674d 3PAR: Add config for NSP single path attach
9e5d33ac2 Fix ceph: only close rbd image after snapshot iteration is finished
84b024bbc solidfire: Enable SSL with requests


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

cinder/api/versions.py                             | 12 ++-
cinder/backup/drivers/ceph.py                      | 14 ++--
cinder/brick/local_dev/lvm.py                      |  3 +-
cinder/objects/volume_attachment.py                | 13 ++--
cinder/test.py                                     | 17 +++-
cinder/volume/api.py                               | 11 +++
cinder/volume/drivers/hpe/hpe_3par_common.py       |  8 ++
cinder/volume/drivers/hpe/hpe_3par_fc.py           | 47 +++++++++--
cinder/volume/drivers/quobyte.py                   |  3 +-
cinder/volume/drivers/remotefs.py                  | 47 ++++++-----
cinder/volume/drivers/solidfire.py                 |  3 +-
cinder/volume/drivers/vzstorage.py                 |  2 +-
.../block-storage/drivers/hpe-3par-driver.rst      | 48 ++++++++++++
.../notes/bugfix-1744692-5aebd0c97ae66407.yaml     |  6 ++
.../detachedinstanceerror-64be35894c624eae.yaml    |  6 ++
...sp-for-fc-bootable-volume-f372879e1b625b4d.yaml |  7 ++
27 files changed, 411 insertions(+), 73 deletions(-)







More information about the Release-announce mailing list