[release-announce] cinder 17.4.0 (victoria)

no-reply at openstack.org no-reply at openstack.org
Wed Apr 27 09:59:46 UTC 2022


We are ecstatic to announce the release of:

cinder 17.4.0: OpenStack Block Storage

This release is part of the victoria 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.

17.4.0
^^^^^^


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

* Log a warning from the volume service when a volume driver's
  get_volume_stats() call takes a long time to return.  This can help
  deployers troubleshoot a cinder-volume service misbehaving due to a
  driver/backend performance issue.


Bug Fixes
*********

* Fixed the schema validation for attachment create API to make
  instance uuid an optional field. It had mistakenly been defined as a
  required field when schema validation was added in an earlier
  release. Also updated the schema to allow specification of the
  "mode" parameter, which has been available since microversion >=
  3.54, but which was not recognized as a legitimate request field.

* Bug #1924643 (https://bugs.launchpad.net/cinder/+bug/1924643):
  Fixed the NetApp cinder driver sub-clone operation that might be
  used by extend operation in case the extended size is greater than
  the max LUN geometry.

Changes in cinder 17.3.0..17.4.0
--------------------------------

d7bb194d0 Fix: Schema validation for attachment create API
1034c9aec Add warning message about slow volume backend
9a28bce3e NetApp ONTAP: Fix sub-clone zapi call


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

api-ref/source/v3/attachments.inc                  |  2 +-
cinder/api/schemas/attachments.py                  |  7 ++++-
cinder/api/v3/attachments.py                       | 14 ++++++---
.../netapp/dataontap/client/test_client_cmode.py   | 36 ++++++++++++++++++++++
.../netapp/dataontap/client/client_cmode.py        |  6 ++--
cinder/volume/manager.py                           | 15 ++++++++-
...idation-attachment-create-3488914cb52d44d2.yaml | 10 ++++++
.../fix-sub-clone-operation-f42a84ab17930f24.yaml  |  7 +++++
.../slow-get-volume-stats-91b84c6e661dc605.yaml    |  7 +++++
9 files changed, 95 insertions(+), 9 deletions(-)







More information about the Release-announce mailing list