Comment 5 for bug 1338830

Revision history for this message
Andrew Laski (alaski) wrote : Re: Potential incomplete fix for OSSA 2014-017

There does appear to still be a gap in the previous fix. That fix assumed that cleanup only needed to happen if vm_state == RESCUED. But a rescued instance can be suspended in which case that check would fail and not try to unrescue the instance or clean up the rescued image.

It does appear that if the unrescue were attempted and then failed for any reason, perhaps due to the power state check above, Nova should still clean up the rescue instance.