** Changed in: glance Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1316234
Title: Image delete calls slow due to synchronous wait on backend store delete Status in OpenStack Image Registry and Delivery Service (Glance): Won't Fix Bug description: Issue:- ----------- Currently, the image delete calls can be very slow if the image being delete is large (consisting of multiple chunks esp. in case of swift) or if the backend store has slow response time. Solution:- ----------------- Make image delete call asynchronous Specifically, for v1, call on this line https://github.com/openstack/glance/blob/master/glance/api/v1/images.py#L1012 and for v2, waiting on a fix for the bug https://bugs.launchpad.net/glance/+bug/1316233 to enable asynchronous deletion of image data from the store. To manage notifications about this bug go to: https://bugs.launchpad.net/glance/+bug/1316234/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp