[release-announce] [cinder] cinder 10.0.5 (ocata)
no-reply at openstack.org
no-reply at openstack.org
Mon Aug 28 00:27:50 UTC 2017
We are delighted to announce the release of:
cinder 10.0.5: 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.5
^^^^^^
Bug Fixes
* Prohibit the deletion of group if group snapshot exists.
Changes in cinder 10.0.4..10.0.5
--------------------------------
397a26f NetApp: block drivers fail when volume missing.
bf4e53c NetApp: Fix SVM scoped user startup exception
46fdb2e Kamiario: Fix over subscription reporting
3e6e342 Adds missing entries for Quobyte driver to rootwrap
42aa97b Do not delete group if group snapshot exists
4e0c50e Switch to use stable data_utils
e1f8b8a Huawei driver supports front-end qos
10032ad Change Huawei driver's private data storing place
efc653f XtremIO: fix fetching FC targets from X2 array
76498ac VMAX driver - volume and snapshot treated as dicts in attach snapshot
e4b41eb Unity: temp snapshot for backup deleted twice
7246988 Fix image cache db query when limits are enabled
Diffstat (except docs and test files)
-------------------------------------
cinder/group/api.py | 6 +
cinder/image/cache.py | 1 +
.../tempest/api/volume/test_volume_unicode.py | 2 +-
.../unit/volume/drivers/dell_emc/test_vmax.py | 36 ++-
.../unit/volume/drivers/dell_emc/test_xtremio.py | 22 +-
.../volume/drivers/dell_emc/unity/test_driver.py | 11 -
.../volume/drivers/huawei/test_huawei_drivers.py | 335 ++++++++++++++-------
.../drivers/netapp/dataontap/test_block_base.py | 35 +++
cinder/volume/drivers/dell_emc/unity/driver.py | 19 +-
cinder/volume/drivers/dell_emc/vmax/common.py | 77 ++++-
cinder/volume/drivers/dell_emc/vmax/fc.py | 22 +-
cinder/volume/drivers/dell_emc/vmax/iscsi.py | 14 +-
cinder/volume/drivers/dell_emc/xtremio.py | 23 +-
cinder/volume/drivers/huawei/constants.py | 1 +
cinder/volume/drivers/huawei/huawei_driver.py | 98 +++---
cinder/volume/drivers/huawei/huawei_utils.py | 35 +++
cinder/volume/drivers/huawei/hypermetro.py | 8 +-
cinder/volume/drivers/huawei/replication.py | 42 +--
cinder/volume/drivers/huawei/rest_client.py | 5 +-
cinder/volume/drivers/huawei/smartx.py | 9 +-
.../volume/drivers/kaminario/kaminario_common.py | 2 +-
.../volume/drivers/netapp/dataontap/block_base.py | 11 +-
.../drivers/netapp/dataontap/utils/capabilities.py | 2 +-
etc/cinder/rootwrap.d/volume.filters | 4 +-
...bit-group-deletion-if-groupsnapshot-exists.yaml | 3 +
28 files changed, 611 insertions(+), 239 deletions(-)
More information about the Release-announce
mailing list