Comment 1 for bug 1029463

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

Reviewed: https://review.openstack.org/10283
Committed: http://github.com/openstack/nova/commit/4810269ef648348bbc7ef9113d4e7faf47b15c55
Submitter: Jenkins
Branch: master

commit 4810269ef648348bbc7ef9113d4e7faf47b15c55
Author: Dan Smith <email address hidden>
Date: Wed Jul 25 10:33:16 2012 -0700

    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