Comment 2 for bug 1355348

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

Reviewed: https://review.openstack.org/113341
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=4c4dc3a6d331426e472e2dd1e9b0513da7cb7450
Submitter: Jenkins
Branch: master

commit 4c4dc3a6d331426e472e2dd1e9b0513da7cb7450
Author: Andrew Laski <email address hidden>
Date: Mon Aug 11 14:36:30 2014 -0400

    Lock attach_volume

    There are some issues with instance and volume cleanup when the volume
    is not in a fully attached state so it will be safer to not attempt a
    terminate_instance while there are attachments in progress.

    Change-Id: I4347794e51004a881bf4ef5ee30f65ac28773e51
    Closes-Bug: #1355348