Comment 9 for bug 1281324

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/74240
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=556ab844c823dd364032d59ab1b61780243cbfd1
Submitter: Jenkins
Branch: master

commit 556ab844c823dd364032d59ab1b61780243cbfd1
Author: Robert Collins <email address hidden>
Date: Tue Feb 18 16:03:23 2014 +1300

    Delete ERROR+DELETING VMs during compute startup.

    We should perhaps do this check during message bus reconnection as
    well.. Anyhow, if a compute node is offline during a nova API call
    to delete an instance, and the rabbit message is lost for some
    reason (or alternatively if the delete method throws an error)
    then the task state is not cleared and won't be cleared on compute
    restart, leaving it wedged forever.

    Change-Id: Ie0a47958eb0fb58307902437a95634d5f54f74f3
    Fixes-bug: #1281324
    Co-Authored-By: Steve Kowalik <email address hidden>