Comment 1 for bug 998117

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

Reviewed: https://review.openstack.org/7345
Committed: http://github.com/openstack/nova/commit/91d007426f109dfef2142e28741edd51dcf1fdbc
Submitter: Jenkins
Branch: master

commit 91d007426f109dfef2142e28741edd51dcf1fdbc
Author: Mark Washenberger <email address hidden>
Date: Fri May 11 09:47:10 2012 -0400

    Eliminate a race condition on instance deletes.

    - Add constraint and equality conditions to nova.db[.sqlalchemy].api
    - Use host constraints to ensure the compute api doesn't simply delete
      an instance from the database that a compute manager has already
      started to run.

    This race condition is associated with bug #998117

    Change-Id: Id74192d3e66bea073327342f57ce0f26987efd2d