[openstack-dev] [glance] Option to skip deleting images in use?

Chris St. Pierre chris.a.st.pierre at gmail.com
Tue Dec 16 20:09:38 UTC 2014


Currently, with delay_delete enabled, the Glance scrubber happily deletes
whatever images you ask it to. That includes images that are currently in
use by Nova guests, which can really hose things. It'd be nice to have an
option to tell the scrubber to skip deletion of images that are currently
in use, which is fairly trivial to check for and provides a nice measure of
protection.

Without delay_delete enabled, checking for images in use likely takes too
much time, so this would be limited to just images that are scrubbed with
delay_delete.

I wanted to bring this up here before I go to the trouble of writing a spec
for it, particularly since it doesn't appear that glance currently talks to
Nova as a client at all. Is this something that folks would be interested
in having? Thanks!

-- 
Chris St. Pierre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141216/5d26d125/attachment.html>


More information about the OpenStack-dev mailing list