[release-announce] cinder 13.0.9 (rocky)

no-reply at openstack.org no-reply at openstack.org
Wed Mar 4 02:25:54 UTC 2020


We are glad to announce the release of:

cinder 13.0.9: 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.9
^^^^^^

Bug Fixes

* Fixed issue where all Ceph RBD backups would be incremental after
  the first one. The driver now honors whether "--incremental" is
  specified or not.

Changes in cinder 13.0.8..13.0.9
--------------------------------

bcea359d5 Cinder backup export broken
f0c23a77c Fix: Create new cache entry when xtremio reaches snap limit
bc247cfef Tell reno to ignore the kilo branch
bce6d01e1 Support Incremental Backup Completion In RBD
0ba501e02 Make volume soft delete more thorough
3e68bf69c Cap sphinx for py2 to match global reqs
fc709e728 Add 'volume_attachment' to volume expected attributes
d70fc1671 Fix service_uuid migration for volumes with no host


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

.gitignore                                         |   2 +
cinder/backup/api.py                               |   4 +
cinder/backup/drivers/ceph.py                      | 220 ++++++++++--------
cinder/db/sqlalchemy/api.py                        |  41 ++--
cinder/exception.py                                |   5 +
cinder/objects/backup.py                           |  20 +-
cinder/objects/base.py                             |   1 +
cinder/objects/volume.py                           |   2 +-
.../unit/volume/flows/test_create_volume_flow.py   |  67 +++---
cinder/volume/drivers/dell_emc/xtremio.py          |   3 +-
cinder/volume/flows/manager/create_volume.py       |  20 +-
cinder/volume/manager.py                           |   6 -
lower-constraints.txt                              |   1 +
...-backup-completion-in-rbd-1f2165fefcc470d1.yaml |   5 +
reno.yaml                                          |   4 +
test-requirements.txt                              |   1 +
23 files changed, 477 insertions(+), 285 deletions(-)


Requirements updates
--------------------

diff --git a/test-requirements.txt b/test-requirements.txt
index 28ee878f0..2109d5300 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,0 +16 @@ psycopg2>=2.6.2 # LGPL/ZPL
+SQLAlchemy-Utils>=0.36.1 # BSD License






More information about the Release-announce mailing list