Comment 1 for bug 1329941

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

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

commit be58dd8432a8d12484f5553d79a02e720e2c0435
Author: Andrew Laski <email address hidden>
Date: Fri Jun 13 17:15:00 2014 -0400

    Xen: Cleanup orphan volume connections on boot failure

    If the boot process fails after the VDI creation but before a VBD is
    created then the current cleanup methods will not work as they all rely
    on lookups via VBD.

    Change-Id: Id0d93ee60f75bf319baf7859b220ca325175128a
    Closes-bug: #1329941