Comment 6 for bug 1188532

Revision history for this message
Nikhil Komawar (nikhil-komawar) wrote :

Glance side update:

(To be) abandoned: https://review.openstack.org/121639

Complete fix proposed: https://review.openstack.org/#/c/144464/

https://review.openstack.org/#/c/144464/ resolves the issue on Glance side. However, the download process may still be running from dashboard in some cases.

We've a race condition between when the download has started and when the upload operation raises a Duplicate exception.

One suggestion is to poll for Image status and delete the download process on the client (here Dashboard) side.