Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 2031741

Summary: Implement Glance support for clone v2 deferred deletion in RBD driver
Product: Red Hat OpenStack Reporter: Giulio Fidente <gfidente>
Component: openstack-glanceAssignee: Cyril Roelandt <cyril>
Status: CLOSED MIGRATED QA Contact:
Severity: high Docs Contact: RHOS Documentation Team <rhos-docs>
Priority: high    
Version: 18.0 (Zed)CC: akekane, athomas, eglynn, eharney, gcharot, msava, udesale
Target Milestone: AlphaKeywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-11-07 00:44:12 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Giulio Fidente 2021-12-13 11:22:10 UTC
Implement support for Ceph clone v2 in the RBD driver

This will permit deletion of images which still have COW clones created either by Cinder or Nova in different pools, deferring to Ceph management of the "trash" [1]. It is complementary to the corresponding Cinder feature [2]

1. https://github.com/ceph/ceph/pull/27521
2. https://bugzilla.redhat.com/show_bug.cgi?id=1997715

Comment 2 Gregory Charot 2022-04-28 10:20:15 UTC
Removing from the 18 backlog for now, we need to completely solve the cinder case before we start thinking about Glance. Will reassess target when the cinder implementation is done.