Comment 4 for bug 1029463

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

Reviewed: https://review.openstack.org/11833
Committed: http://github.com/openstack/nova/commit/86fb73623f80b6549c46d5b2af35fa6390070c20
Submitter: Jenkins
Branch: stable/essex

commit 86fb73623f80b6549c46d5b2af35fa6390070c20
Author: Dan Smith <email address hidden>
Date: Wed Aug 22 13:54:35 2012 -0400

    Fix exception handling in libvirt attach_volume()

    Currently, the real reason for a failure is dropped when attempting
    to unroll the volume connection (with the exception of when it is
    VIR_ERR_OPERATION_FAILED). This change uses save_and_reraise_exception()
    to correct that so that the actual reason for failure gets logged.

    Fixes bug 1029463

    Change-Id: Id47db565c4fb5a88d1a263600b41706dd3419726
    Signed-off-by: Aaron Rosen <email address hidden>