Comment 5 for bug 1403172

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

Reviewed: https://review.openstack.org/142860
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=303d02106112b4c3766a580d5ccb75f756892e02
Submitter: Jenkins
Branch: stable/icehouse

commit 303d02106112b4c3766a580d5ccb75f756892e02
Author: Jordan Tardif <email address hidden>
Date: Mon Sep 15 17:59:06 2014 -0400

    Catch ImageNotFound exception when deleting rbd volume

    When deleting a rbd volume it is possible for remove() to
    throw a ImageNotFound exception. In this case we should
    catch the exception, so the volume delete can continue.

    Closes-Bug: 1403172
    Change-Id: I32cf9d3774c129cda4449996ceeb4b43b7e42904
    (cherry picked from commit ddc8d7a4233aee139f9c91aeee885d7f2e45f8ac)