Comment 3 for bug 1187422

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

Reviewed: https://review.openstack.org/33265
Committed: http://github.com/openstack/nova/commit/6e8737c3aa52889394e843272f3a7e5a3a5935c1
Submitter: Jenkins
Branch: master

commit 6e8737c3aa52889394e843272f3a7e5a3a5935c1
Author: Andrea Rosa <email address hidden>
Date: Mon Jun 10 15:35:53 2013 +0100

    Complete deletion when compute manager start-up.

    Sometimes instances stay in DELETED state (vm_state) but are not
    marked as deleted in the DB.
    The combination of vm_state=DELETED and deleted=0 is a valid
    combination but if we found it during the compute manager start-up that is
    an indication that something went wrong while we were deleting an instance.
    The aim of this change is just to complete the deletion during the compute
    mangager start-up for instances found in that state.

    bug 1187422
    Change-Id: I52efa07b4d98106214fc54aee3af9de6eacb58d9