We are gleeful to announce the release of: cinder 13.0.8: OpenStack Block Storage This release is part of the rocky stable release series. The source is available from: https://opendev.org/openstack/cinder Download the package from: https://tarballs.openstack.org/null/ Please report issues through: https://bugs.launchpad.net/cinder/+bugs For more details, please see below. 13.0.8 ^^^^^^ Bug Fixes * Fixes a bug that prevented distributed file system drivers from creating snapshots during volume clone operations (NFS, WindowsSMBFS, VZstorage and Quobyte drivers). Fixing this allows creating snapshot based backups. * Fix DetachedInstanceError is not bound to a Session for VolumeAttachments. This affected VolumeList.get_all, and could make a service fail on startup and make it stay in down state. Changes in cinder 13.0.7..13.0.8 -------------------------------- ce951a3b5 Increase cpu limit for image conversion 1e3a08add Add retry to LVM deactivation eabf648b7 Fix DetachedInstanceError for VolumeAttachment 0a5fe0d22 Extend timeout for database migration tests b886d093d Add context to cloning snapshots in remotefs driver 4adaa86f9 Don't allow retype to encrypted+multiattach type Diffstat (except docs and test files) ------------------------------------- cinder/brick/local_dev/lvm.py | 3 +- cinder/image/image_utils.py | 2 +- cinder/objects/volume_attachment.py | 13 +++-- cinder/volume/api.py | 11 ++++ cinder/volume/drivers/quobyte.py | 3 +- cinder/volume/drivers/remotefs.py | 47 +++++++++------- cinder/volume/drivers/vzstorage.py | 2 +- .../notes/bugfix-1744692-5aebd0c97ae66407.yaml | 6 +++ .../detachedinstanceerror-64be35894c624eae.yaml | 6 +++ 17 files changed, 161 insertions(+), 54 deletions(-)