[openstack-announce] [new][cinder] cinder 9.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Nov 15 03:14:01 UTC 2016


We are mirthful to announce the release of:

cinder 9.1.0: OpenStack Block Storage

This release is part of the newton stable release series.

Download the package from:

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

For more details, please see below.

9.1.0
^^^^^

Bug Fixes

* The NetApp cDOT driver now sets the "replication_status" attribute
  appropriately on volumes created within replicated backends when
  using host level replication.

Changes in cinder 9.0.0..9.1.0
------------------------------

65dad55 Updated from global requirements
80e5a79 Fix unit tests for LVM migration with os-brick 1.7.0
496ccca Dell SC: Error creating snapshots with live volume
5d0a89c RBD: prevent creation of encrypted volumes
cff5f6c Dell SC: AsyncTask could return incomplete
d50e6ac Imported Translations from Zanata
379ea06 Fix HNAS Driver KeyError exception in volume manage
a777600 Fixes ZFSSANFS driver on Solaris platform
bf9da26 Imported Translations from Zanata
58d26c0 NetApp NFS: Look for new file for >60s
8bf56ef Coho Data: New socket connections per request
05ce46f VNX: use delete instead of remove
7361c40 Imported Translations from Zanata
744500f Imported Translations from Zanata
214678b Dell SC: Can incorrectly identify if it is failed over
0bed2f4 NetApp cDOT: Fix model update for cheesecake volumes
def2f41 VNX: raise exception if no storops
a0b0d11 extract_host: Handle empty host string input
6079b7b Fix IndexError in volume manager
96948e4 Modifies override logic for key_manager


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

cinder/keymgr/__init__.py                          |  78 +--
cinder/locale/de/LC_MESSAGES/cinder.po             |  34 +-
cinder/locale/ja/LC_MESSAGES/cinder.po             | 542 ++++++++++++++++++++-
.../unit/volume/drivers/dell/test_dellscapi.py     |  12 +
.../unit/volume/drivers/emc/vnx/mocked_vnx.yaml    |   4 +-
.../drivers/hitachi/test_hitachi_hnas_iscsi.py     |  29 +-
.../drivers/hitachi/test_hitachi_hnas_nfs.py       |  26 +
.../drivers/netapp/dataontap/test_block_7mode.py   |   5 +
.../drivers/netapp/dataontap/test_block_base.py    | 129 ++++-
.../drivers/netapp/dataontap/test_nfs_7mode.py     |   5 +
.../drivers/netapp/dataontap/test_nfs_base.py      |  76 ++-
cinder/utils.py                                    |   2 +-
cinder/volume/drivers/coho.py                      |  35 +-
.../volume/drivers/dell/dell_storagecenter_api.py  |  16 +-
.../drivers/dell/dell_storagecenter_common.py      |   7 +-
cinder/volume/drivers/emc/vnx/adapter.py           |   2 +-
cinder/volume/drivers/emc/vnx/client.py            |   3 +
cinder/volume/drivers/hitachi/hnas_iscsi.py        |  12 +
cinder/volume/drivers/hitachi/hnas_nfs.py          |  10 +
.../volume/drivers/netapp/dataontap/block_7mode.py |   3 +
.../volume/drivers/netapp/dataontap/block_base.py  |  28 +-
.../volume/drivers/netapp/dataontap/block_cmode.py |   6 +
cinder/volume/drivers/netapp/dataontap/fc_7mode.py |   6 +-
cinder/volume/drivers/netapp/dataontap/fc_cmode.py |   6 +-
.../volume/drivers/netapp/dataontap/iscsi_7mode.py |   6 +-
.../volume/drivers/netapp/dataontap/iscsi_cmode.py |   6 +-
.../volume/drivers/netapp/dataontap/nfs_7mode.py   |   3 +
cinder/volume/drivers/netapp/dataontap/nfs_base.py |  44 +-
.../volume/drivers/netapp/dataontap/nfs_cmode.py   |   6 +
cinder/volume/drivers/rbd.py                       |   5 +
cinder/volume/drivers/zfssa/zfssanfs.py            |  21 +-
cinder/volume/manager.py                           |   5 +-
cinder/volume/utils.py                             |   8 +-
...status-cheesecake-volumes-804dc8b0b1380e6b.yaml |   5 +
requirements.txt                                   |   2 +-
43 files changed, 1189 insertions(+), 158 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 64c1c3a..750125e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -50 +50 @@ taskflow>=1.26.0 # Apache-2.0
-rtslib-fb>=2.1.41 # Apache-2.0
+rtslib-fb!=2.1.60,!=2.1.61,>=2.1.41 # Apache-2.0





More information about the OpenStack-announce mailing list