glance_store/glance_store/tests
Abhishek Kekane 3d221ec529 [RBD] Clone v2: Image is unusable if deletion fails
Recently cinder has utilized Ceph clone v2 support for its
RBD backend, since then if you attempt to delete an image from
glance that has a dependent volume, all future uses of that
image will fail in error state. Despite the fact that image
itself is still inside of Ceph/Glance. This issue is reproducible
if you are using ceph client version greater than 'luminous'

To resolve this issue glance RBD driver now checks whether snapshot
of original image has any external references before deleting/removing
it's snapshot and returns 409 Conflict response if it has any.

NOTE: To check this dependency glance osd needs 'read' access to
cinder and nova side RBD pool.

Closes-Bug: #1954883
Depends-on: https://review.opendev.org/c/openstack/devstack-plugin-ceph/+/819476
Change-Id: If30b7bd7acac148b6f89ce46abbe128c678c90e7
2021-12-21 17:11:45 +00:00
..
etc Restore quotes removal for swift config in Python3 2020-01-28 18:11:03 -06:00
functional Doc: Use Block Storage API v3 2021-07-25 02:22:52 +09:00
unit [RBD] Clone v2: Image is unusable if deletion fails 2021-12-21 17:11:45 +00:00
__init__.py Rename glance.store to glance_store 2014-08-28 10:09:36 +02:00
base.py Enable multi store support for glance 2018-07-15 15:10:27 +00:00
fakes.py Propagate BadStoreConfiguration to library user 2015-03-28 19:34:15 +01:00
utils.py Bring FakeData utility over from glance 2020-08-26 07:38:55 -07:00