Comment 3 for bug 1358609

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

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

commit 3ca0817d1f78e8f63610b5d7667752f7f4a05b51
Author: Qin Zhao <email address hidden>
Date: Tue Aug 19 14:56:12 2014 +0800

    Libvirt: Do not raise ENOENT exception

    If the disk disappears during update_status(), only need to print
    a warning, and do not need to raise an exception.

    Change-Id: I87800c855c7b349f69163e33031404ad25e2a9ca
    Closes-Bug: 1358609