Comment 0 for bug 950168

Revision history for this message
Johannes Erdfelt (johannes.erdfelt) wrote :

There's a race condition between the shutdown and the destroy which results in the rescue VM sometimes not being destroyed.

This is caused by the use of an asynchronous shutdown but without waiting for it to finish.

Also, the destroy is done asynchronously without any wait so any failures will be silently dropped.