[new][cinder] cinder 8.1.1 release (mitaka)
We are high-spirited to announce the release of: cinder 8.1.1: OpenStack Block Storage This release is part of the mitaka stable release series. For more details, please see below. 8.1.1 ^^^^^ New Features ************ * Report pools in volume stats for Block Device Driver. * Support Force backup of in-use cinder volumes for Nimble Storage. * Added support for vhd disk-format for volume upload-to-image. Bug Fixes ********* * 3PAR driver creates FC VLUN of match-set type instead of host sees. With match-set, the host will see the virtual volume on specified NSP (Node-Slot-Port). This change in vlun type fixes bug 1577993. * Fix issue with PureFCDriver where partially case sensitive comparison of connector wwpn could cause initialize_connection to fail when attempting to create duplicate Purity host. Changes in cinder 8.1.0..8.1.1 ------------------------------ 2355946 Dell SC: Add exclude_domain_ip option de954d0 Fixes consistency snapshot creation 3140f75 Block Device Driver: report pools in volume stats 3a589db Fix the password print in cinder-volume.log issue e44f016 add more credentials information to check_is_admin 2a7da4f Updated from global requirements 0ea086e Add support for force backup for Nimble Storage 3cfe6bd Imported Translations from Zanata 9f59a3a Handle snapshot delete conflict in 3par driver 55a668d Ignore case when comparing wwns in Pure FC driver f45d02b Fix volume upload-to-image for vhd disk-format a5b0c7b Fix _is_share_clone_compatible for NetApp NFS storage 424c11a Fix volume retype from SolidFire 5f45e03 Implement match-set type 3PAR FC VLUN creation Diffstat (except docs and test files) ------------------------------------- cinder/image/image_utils.py | 17 ++- cinder/locale/cs/LC_MESSAGES/cinder.po | 7 +- cinder/locale/de/LC_MESSAGES/cinder.po | 10 +- cinder/locale/es/LC_MESSAGES/cinder.po | 10 +- cinder/locale/fr/LC_MESSAGES/cinder.po | 10 +- cinder/locale/it/LC_MESSAGES/cinder.po | 10 +- cinder/locale/ja/LC_MESSAGES/cinder.po | 10 +- cinder/locale/ko_KR/LC_MESSAGES/cinder.po | 10 +- cinder/locale/pt_BR/LC_MESSAGES/cinder.po | 10 +- cinder/locale/ru/LC_MESSAGES/cinder.po | 10 +- cinder/locale/tr_TR/LC_MESSAGES/cinder.po | 7 +- cinder/locale/zh_CN/LC_MESSAGES/cinder.po | 26 ++-- cinder/locale/zh_TW/LC_MESSAGES/cinder.po | 10 +- cinder/policy.py | 9 +- .../unit/volume/drivers/netapp/dataontap/fakes.py | 2 +- cinder/volume/api.py | 5 + cinder/volume/driver.py | 1 + cinder/volume/drivers/block_device.py | 37 +++-- .../volume/drivers/dell/dell_storagecenter_api.py | 47 +++--- .../drivers/dell/dell_storagecenter_common.py | 7 +- cinder/volume/drivers/hpe/hpe_3par_common.py | 33 ++++- cinder/volume/drivers/hpe/hpe_3par_fc.py | 68 +++++++-- .../volume/drivers/netapp/dataontap/nfs_cmode.py | 2 + cinder/volume/drivers/nimble.py | 86 ++++++++++- cinder/volume/drivers/pure.py | 2 +- cinder/volume/drivers/solidfire.py | 2 +- ...te-fc-vlun-match-set-type-babcf2cbce1ce317.yaml | 5 + .../notes/bdd-pools-stats-afb4398daa9248de.yaml | 3 + .../nimble-add-force-backup-539e1e5c72f84e61.yaml | 4 + .../notes/pure-fc-wwpn-case-c1d97f3fa7663acf.yaml | 5 + ...sk-format-upload-to-image-5851f9d35f4ee447.yaml | 3 + test-requirements.txt | 2 +- 39 files changed, 644 insertions(+), 214 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index ef3191c..048c273 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -14 +14 @@ mox3>=0.7.0 # Apache-2.0 -PyMySQL>=0.6.2 # MIT License +PyMySQL!=0.7.7,>=0.6.2 # MIT License
participants (1)
-
no-reply@openstack.org