We are delighted to announce the release of: glance-store 4.3.2: OpenStack Image Service Store Library This release is part of the antelope release series. The source is available from: https://opendev.org/openstack/glance-store Download the package from: https://pypi.org/project/glance-store Please report issues through: https://bugs.launchpad.net/glance-store/+bugs For more details, please see below. 4.3.2 ^^^^^ New Features * The RBD driver now moves images to the trash if they cannot be deleted immediately due to having snapshots. This fixes the long- standing issue where base images are unable to be deleted until/unless all snapshots of it are also deleted. Moving the image to the trash allows Glance to proceed with the deletion of the image (as far as it is concerned), mark the RBD image for deletion, which will happen once the last snapshot that uses it has been deleted. Changes in glance-store 4.3.1..4.3.2 ------------------------------------ aae8199 RBD: Trash image when snapshots prevent deletion d68a842 Do not always import boto3 4f4de23 Update 'extras' for cinder driver Diffstat (except docs and test files) ------------------------------------- glance_store/_drivers/rbd.py | 21 ++++++------ glance_store/_drivers/s3.py | 21 +++++++++--- .../rbd-trash-snapshots-158a39da4248fb0c.yaml | 10 ++++++ setup.cfg | 2 +- 6 files changed, 78 insertions(+), 27 deletions(-)
participants (1)
-
no-reply@openstack.org