During uploading an image, if the glance service is stopped or restarted, the status of the uploading image is in 'Saving' state forever and this image is not usable.
Bug #1020270 reported by
Jenny Shieh
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
If the glance process is stopped or restarted during an image is being uploaded, this image's status is in 'Saving' state forever. Glance should update its status to be 'error' because this image is not usable at all.
Same for the snapshot of the instance. If the KVMHost is shutdown, the status of the imcomplete snapshot image should be in 'error' state.
To post a comment you must log in.
Makes sense. This is expected behavior as Glance doesn't claim to handle failures like this. Feel free to push up some code to help treat the problem.