We are satisfied to announce the release of: cinder 9.1.2: 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.2 ^^^^^ Bug Fixes * Fixed an issue where the NetApp cDOT NFS driver failed to clone new volumes from the image cache. Changes in cinder 9.1.1..9.1.2 ------------------------------ 7e59cad backup of active 3par ISCSI bootable volume fails be2ad10 VMAX driver - QoS key fix 5cb9852 VMAX driver - Heat detach issue. 412a97e NetApp Data ONTAP headroom calculation error b3b2e13 Delete volume when rescheduling cec8d5e Huawei: Fix the rest query timeout problem f6a4f93 NetApp cDOT driver fails to clone from NFS cache Diffstat (except docs and test files) ------------------------------------- .../volume/drivers/huawei/test_huawei_drivers.py | 26 +-- .../netapp/dataontap/performance/test_perf_base.py | 2 +- .../drivers/netapp/dataontap/test_nfs_base.py | 5 + .../volume/drivers/netapp/dataontap/utils/fakes.py | 16 +- .../netapp/dataontap/utils/test_capabilities.py | 92 +++++++++ cinder/volume/drivers/emc/emc_vmax_common.py | 2 +- cinder/volume/drivers/emc/emc_vmax_masking.py | 65 +++--- cinder/volume/drivers/emc/emc_vmax_utils.py | 1 + cinder/volume/drivers/hpe/hpe_3par_common.py | 43 +++- cinder/volume/drivers/huawei/huawei_driver.py | 5 +- cinder/volume/drivers/huawei/rest_client.py | 23 ++- cinder/volume/drivers/netapp/dataontap/nfs_base.py | 2 + .../netapp/dataontap/performance/perf_base.py | 3 +- .../drivers/netapp/dataontap/utils/capabilities.py | 49 ++++- cinder/volume/flows/manager/create_volume.py | 18 +- ...lone-from-nfs-image-cache-2218fb402783bc20.yaml | 4 + 19 files changed, 573 insertions(+), 98 deletions(-)
participants (1)
-
no-reply@openstack.org