We are amped to announce the release of: cinder 11.1.0: OpenStack Block Storage This release is part of the pike release series. Download the package from: https://tarballs.openstack.org/cinder/ For more details, please see below. Changes in cinder 11.0.2..11.1.0 -------------------------------- 7f4c4ae Zuul: Remove project name 114c658 VMAX doc - incorrect info on Hybrids in Pike f756813 Storwize: fix an incorrect temporary parameter name 0e4e148 cinder incremental backup with ceph fails if last one deleted 60bd878 Run backup-restore operations on native thread 112ee58 backup: set default swiftclient log level to WARN 0dfda7e Update NEC driver configuration document for Pike a1084c2 Remove logging on Swift backup obj writer d9b38a4 Fix: Propagate OS global request ID 96d0e27 Fix compression related tests 06fb04a Fix Backup uses latest req-id for all log calls 0e57f89 Move disk space check to run when needed d65bf82 Add admin ctxt to request qos_specs in SolidFire 24825e9 Check for migrated UUID in SolidFire delete 29456fa handle no default_cgsnapshot_type 0daf881 3PAR: Update CHAP on host record when volume is migrated to new compute host 6da81fb nimble : remove unsupported from release notes 0652a58 StorageCenter: Fix volume mapping for API v3.1 a91fad7 Fix manage_existing API behaving wrongly with storage pools 41c565d VNX: Fix cloning failure when system is busy dda90fe FlashSystem: Add CMMVC6045E CLI error for multi-host mapping 78c2ff9 FlashSystems: permit snapshot/clone volumes larger than source fb7d962 Fix available space checking for image conversion 78cd77e Validate volume status again when snapshot created 8518fe3 Add thin provisioning package to install guide 3374013 Raise PolicyNotAuthorized exception on consistency Group snapshot cfe0cf9 Fix create encrypted volume from image 82c9d00 Switch to oslo_db retry decorator 68df7c8 VMAX driver - detach volume shouldn't remove from volume groups Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 - bindep.txt | 1 + cinder/api/contrib/cgsnapshots.py | 10 +- cinder/backup/chunkeddriver.py | 57 +++-- cinder/backup/driver.py | 16 +- cinder/backup/drivers/ceph.py | 66 +++-- cinder/backup/drivers/swift.py | 4 - cinder/backup/manager.py | 32 ++- cinder/cmd/backup.py | 15 +- cinder/context.py | 1 + cinder/db/sqlalchemy/api.py | 64 ++--- cinder/image/image_utils.py | 4 +- cinder/objects/snapshot.py | 3 +- .../unit/backup/drivers/test_backup_google.py | 23 +- .../unit/volume/drivers/dell_emc/sc/test_scapi.py | 31 ++- .../unit/volume/drivers/dell_emc/vmax/test_vmax.py | 121 +++++---- .../volume/drivers/dell_emc/vnx/test_client.py | 8 +- .../volume/drivers/ibm/test_ibm_flashsystem.py | 52 +++- .../unit/volume/drivers/ibm/test_storwize_svc.py | 14 ++ .../volume/drivers/solidfire/test_solidfire.py | 39 ++- .../unit/volume/flows/test_create_volume_flow.py | 5 +- cinder/volume/api.py | 26 +- cinder/volume/driver.py | 5 + .../drivers/dell_emc/sc/storagecenter_api.py | 15 +- cinder/volume/drivers/dell_emc/vmax/common.py | 60 ++--- cinder/volume/drivers/dell_emc/vmax/masking.py | 64 +++-- cinder/volume/drivers/dell_emc/vmax/provision.py | 27 ++ cinder/volume/drivers/dell_emc/vnx/client.py | 5 +- cinder/volume/drivers/dell_emc/vnx/driver.py | 6 +- cinder/volume/drivers/hpe/hpe_3par_iscsi.py | 22 +- cinder/volume/drivers/ibm/flashsystem_common.py | 93 ++++--- .../ibm/storwize_svc/storwize_svc_common.py | 4 +- cinder/volume/drivers/solidfire.py | 21 +- cinder/volume/flows/manager/create_volume.py | 49 ++-- cinder/volume/group_types.py | 2 +- cinder/volume/manager.py | 24 +- .../block-storage/drivers/emc-vmax-driver.rst | 5 +- .../drivers/nec-storage-m-series-driver.rst | 19 +- .../install/cinder-storage-install-ubuntu.rst | 2 +- .../mark-nimble-deprecated-9f7d1c178b48fa39.yaml | 13 - 52 files changed, 1050 insertions(+), 516 deletions(-)