[release-announce] [cinder] cinder 11.0.2 (pike)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 21 21:08:10 UTC 2017


We are glad to announce the release of:

cinder 11.0.2: OpenStack Block Storage

This release is part of the pike release series.

Download the package from:

    https://tarballs.openstack.org/cinder/

For more details, please see below.

11.0.2
^^^^^^


New Features
************

* Kaminario K2 iSCSI driver now supports non discovery multipathing
  (Nova and Cinder won't use iSCSI sendtargets) which can be enabled
  by setting *disable_discovery* to *true* in the configuration.


Known Issues
************

* Kaminario K2 now supports networks with duplicated FQDNs via
  configuration option *unique_fqdn_network* so attaching in these
  networks will work (bug #1720147).


Bug Fixes
*********

* Dell EMC PS Series Driver code was creating duplicate ACL records
  during live migration. Fixes the initialize_connection code to not
  create access record for a host if one exists previously. This
  change fixes bug 1726591.

* Dell EMC PS Series Driver was creating unmanaged snapshots when
  extending volumes. Fixed it by adding the missing no-snap parameter.
  This change fixes bug 1720454.

Changes in cinder 11.0.1..11.0.2
--------------------------------

30ca90f Disallow unmanaging encrypted volumes
c11a447 Removed gb quota decrement in grp snapshot delete
4320c78 Fix for volume from image snapshot free space issue
369cb8a nimble: handle unicode strings in volume create
85bc755 Unity: Fix duplicate hosts created with same name
a337c01 HPE3PAR: Create FC vlun as host sees
ab7ead6 VMAX driver - Volume identifier issues
5b6b430 VMAX driver - concurrently deleting volumes can fail
c11b6a9 Kaminario K2: Support duplicated FQDN in network
7bcb2ff Kaminario K2: Add non discovery iSCSI multipath
54c076d Prevent leaking encryption key when deleting volume
cc6bca9 HPE3PAR: Modify host & clear zone after detach
f17ace7 Correct gb,snapshot quota update in group snapshot
e633fee Add .zuul.yaml with LIO job
907fc3d HPE 3PAR: Handle single path in FC configuration
1efed3a Dell EMC PS: Fix Duplicate ACL records Issue
d117d76 Use total reserved quota value instead of partial
f3430f5 ibm-storage: Fix create_volume_from_snapshot
1e5cd9b Dell EMC PS: Fix extend volume creating unmanaged snapsots
b0abda5 Storwize: add NPIV support


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

.gitignore                                         |   1 +
.zuul.yaml                                         |  33 +++++
cinder/message/defined_messages.py                 |   3 +
cinder/message/message_field.py                    |  15 +-
.../volume/drivers/dell_emc/unity/test_adapter.py  |  10 +-
.../volume/drivers/dell_emc/unity/test_client.py   |  36 +++--
.../unit/volume/drivers/dell_emc/vmax/test_vmax.py |  68 +++++----
.../unit/volume/drivers/ibm/test_storwize_svc.py   | 123 +++++++++++++++
.../unit/volume/drivers/ibm/test_xiv_proxy.py      |  22 +++
.../unit/volume/flows/test_create_volume_flow.py   | 101 +++++++++++--
.../unit/volume/flows/test_manage_volume_flow.py   |   2 +
cinder/volume/api.py                               |  38 +++--
cinder/volume/drivers/dell_emc/ps.py               |  39 +++--
cinder/volume/drivers/dell_emc/unity/adapter.py    |   9 +-
cinder/volume/drivers/dell_emc/unity/client.py     |  52 ++++---
cinder/volume/drivers/dell_emc/vmax/common.py      |  32 ++--
cinder/volume/drivers/dell_emc/vmax/rest.py        |  36 ++++-
cinder/volume/drivers/hpe/hpe_3par_common.py       |  44 ++++--
cinder/volume/drivers/hpe/hpe_3par_fc.py           |  88 +++++------
cinder/volume/drivers/ibm/ibm_storage/xiv_proxy.py |  10 +-
.../ibm/storwize_svc/storwize_svc_common.py        |  41 ++++-
.../drivers/ibm/storwize_svc/storwize_svc_fc.py    |  13 +-
.../volume/drivers/kaminario/kaminario_common.py   |  26 +++-
cinder/volume/drivers/kaminario/kaminario_iscsi.py |  36 +++--
cinder/volume/drivers/nimble.py                    |  23 ++-
cinder/volume/flows/api/create_volume.py           |  11 +-
cinder/volume/flows/manager/create_volume.py       |  15 +-
cinder/volume/flows/manager/manage_existing.py     |   1 +
cinder/volume/manager.py                           |  13 +-
.../legacy/cinder-tempest-dsvm-lvm-lio/post.yaml   |  15 ++
.../legacy/cinder-tempest-dsvm-lvm-lio/run.yaml    |  73 +++++++++
.../k2-disable-discovery-bca0d65b5672ec7b.yaml     |   6 +
.../k2-non-unique-fqdns-b62a269a26fd53d5.yaml      |   6 +
.../notes/ps-duplicate-ACL-5aa447c50f2474e7.yaml   |   5 +
.../ps-extend_volume-no-snap-8aa447c50f2475a7.yaml |   5 +
43 files changed, 1161 insertions(+), 309 deletions(-)







More information about the Release-announce mailing list