[release-announce] cinder 10.0.8 (ocata)

no-reply at openstack.org no-reply at openstack.org
Tue Oct 2 16:20:10 UTC 2018


We joyfully announce the release of:

cinder 10.0.8: OpenStack Block Storage

This release is part of the ocata stable release series.

Download the package from:

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

For more details, please see below.

10.0.8
^^^^^^


Security Issues
***************

* Removed the ability to create volumes in a ScaleIO Storage Pool
  that has zero-padding disabled. A new configuration option
  "sio_allow_non_padded_volumes" has been added to override this new
  behavior and allow unpadded volumes, but should not be enabled if
  multiple tenants will utilize volumes from a shared Storage Pool.


Bug Fixes
*********

* NetApp ONTAP NFS (bug 1690954): Fix wrong usage of export path as
  volume name when deleting volumes and snapshots.

* NetApp ONTAP (bug 1762424): Fix ONTAP NetApp driver not being able
  to extend a volume to a size greater than the corresponding LUN max
  geometry.

* We no longer leave orphaned chunks on the backup backend or leave
  a temporary volume/snapshot when aborting a backup.

* NetApp cDOT block and file drivers have improved support for SVM
  scoped user accounts. Features not supported for SVM scoped users
  include QoS, aggregate usage reporting, and dedupe usage reporting.

Changes in cinder 10.0.7..10.0.8
--------------------------------

2dc5215 ScaleIO: Prevent usage of unsafe volumes
bc0e966 Rename devstack-plugin-ceph jobs
b84e6e4 import zuul job settings from project-config
fec6168 VSA: Concurrent request handling in attachment
3c73ff1 HPE Lefthand: fix volume manage operation
f16396f HPE Lefthand: fix volume retype operation
05c9fae HPE Lefthand: Fixed cloning operation
cdeb4c1 HPE LeftHand: extend volume if larger than snapshot
d67448f NetApp: Fix to support SVM scoped permissions.
57804ec GoodnessWeigher schedules non-type volumes
43f04f6 Check for migrated UUID in SolidFire delete
e82b839 Move disk space check to run when needed
1c899cf Fix for volume from image snapshot free space issue
b3e6ed4 Remove redundant cleanups in test_volume_backup
dbca62c NetApp ONTAP: Fix export path used as volume name
ee330b9 NetApp ONTAP: Set new sub-lun clone limit for ONTAP driver
f3aa39f Fix leftovers after backup abort


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

.zuul.yaml                                         | 271 +++++++++++++++++++++
cinder/backup/chunkeddriver.py                     |   3 +-
cinder/backup/manager.py                           |  34 ++-
cinder/objects/base.py                             |  28 +++
cinder/scheduler/weights/goodness.py               |   6 +-
.../unit/volume/drivers/dell_emc/scaleio/mocks.py  |   3 +
.../unit/volume/drivers/hpe/test_hpelefthand.py    | 181 +++++++++++++-
.../netapp/dataontap/client/test_client_cmode.py   |  34 +--
.../drivers/netapp/dataontap/test_block_cmode.py   |  72 +++---
.../drivers/netapp/dataontap/test_nfs_cmode.py     |  71 ++++--
.../netapp/dataontap/utils/test_capabilities.py    |  68 ++++--
.../volume/drivers/solidfire/test_solidfire.py     |  39 ++-
.../unit/volume/flows/test_create_volume_flow.py   |  69 +++++-
cinder/volume/drivers/dell_emc/scaleio/driver.py   |  53 +++-
cinder/volume/drivers/hpe/hpe_lefthand_iscsi.py    |  65 ++++-
.../volume/drivers/netapp/dataontap/block_cmode.py |  29 +--
.../netapp/dataontap/client/client_cmode.py        |  15 +-
.../volume/drivers/netapp/dataontap/nfs_cmode.py   |  53 ++--
.../netapp/dataontap/performance/perf_cmode.py     |   8 +-
.../drivers/netapp/dataontap/utils/capabilities.py |  36 ++-
cinder/volume/drivers/solidfire.py                 |  11 +-
cinder/volume/flows/manager/create_volume.py       |  19 +-
.../notes/bug-1690954-40fc21683977e996.yaml        |   5 +
.../notes/bug-1762424-f76af2f37fe408f1.yaml        |   5 +
.../notes/fix-abort-backup-df196e9dcb992586.yaml   |   5 +
.../notes/netapp_fix_svm_scoped_permissions.yaml   |   5 +
.../scaleio-zeropadding-a0273c56c4d14fca.yaml      |   8 +
33 files changed, 1076 insertions(+), 254 deletions(-)







More information about the Release-announce mailing list