Comment 4 for bug 1248563

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

Reviewed: https://review.openstack.org/55419
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=05f4f7170ab67c20e7f7b3f9f304ccc7ca163490
Submitter: Jenkins
Branch: master

commit 05f4f7170ab67c20e7f7b3f9f304ccc7ca163490
Author: Stanislaw Pitucha <email address hidden>
Date: Wed Nov 6 14:15:51 2013 +0000

    Allow deleting instances while uuid lock is held

    Avoid issues where locked up operations on the instance prevent it
    from being deleted by the user. Reasons for the lock up are a separate
    issue and will be handled elsewhere, but terminating the instance
    should not affect any tasks anyway. Any modification should already
    gracefully handle the instance going away.

    For more discussion about the issue see:
    http://lists.openstack.org/pipermail/openstack-dev/2013-October/017454.html

    Partial-Bug: #1248563

    Change-Id: Ife26ffefccea11d6e9ca5fbd970192b322fc04fd