We are tickled pink to announce the release of: cinder 10.0.6: 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. Changes in cinder 10.0.5..10.0.6 -------------------------------- 7580fac Allow v3.0 volume metadata API calls 7973f02 3PAR: Get host from os-brick b3c7cca VMAX driver - Ocata assigning QoS attributes to the correct SG 740c715 Eliminate randomness in encode_name&encode_host_name methods ee8e859 Fix bug of detaching failed while concurrently attach/detach e57409b Do proper cleanup if connect volume fails Diffstat (except docs and test files) ------------------------------------- cinder/api/v3/volume_metadata.py | 38 +++--- .../unit/volume/drivers/dell_emc/test_vmax.py | 41 ++++++ .../volume/drivers/huawei/test_huawei_drivers.py | 126 ++++++++++++++++-- cinder/volume/driver.py | 31 +++-- cinder/volume/drivers/dell_emc/vmax/common.py | 8 -- cinder/volume/drivers/dell_emc/vmax/masking.py | 4 + cinder/volume/drivers/hpe/hpe_3par_iscsi.py | 9 +- cinder/volume/drivers/huawei/constants.py | 2 +- cinder/volume/drivers/huawei/huawei_driver.py | 143 +++++++-------------- cinder/volume/drivers/huawei/huawei_utils.py | 70 +++++++++- cinder/volume/drivers/huawei/hypermetro.py | 46 ++++--- cinder/volume/drivers/huawei/rest_client.py | 72 ++++------- cinder/volume/manager.py | 7 +- 17 files changed, 440 insertions(+), 242 deletions(-)
participants (1)
-
no-reply@openstack.org