Comment 4 for bug 1060836

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

Reviewed: https://review.openstack.org/16663
Committed: http://github.com/openstack/nova/commit/ff776d4ec4620de2e9d765fd1a31834c30f0e1fe
Submitter: Jenkins
Branch: stable/folsom

commit ff776d4ec4620de2e9d765fd1a31834c30f0e1fe
Author: MotoKen <email address hidden>
Date: Thu Oct 4 14:37:49 2012 +0800

    libvirt: ignore deleted domain while get block dev

    The get_all_block_devices could raise libvirtError if domain was deleted
    while listing instances. This will cause LibvirtISCSIVolumeDriver to fail
    disconnect_volume. This patch ignores the domain that could not be found
    to avoid this issue.

    Fixes bug 1060836

    Change-Id: I9dc994d8ca7fc084830adb4f6f9d3ca10e0fe577
    (cherry picked from commit 5a16b8f3e230cad0fb8d1278b42e6754069e8501)