Comment 8 for bug 1323203

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

Reviewed: https://review.openstack.org/136798
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=1d48d01d9db7746972ed7e5f13fb72289dba895b
Submitter: Jenkins
Branch: stable/icehouse

commit 1d48d01d9db7746972ed7e5f13fb72289dba895b
Author: Edward Hope-Morley <email address hidden>
Date: Sun Jun 15 21:30:19 2014 +0100

    Removes unecessary call to rbd.Image

    Removed duplicate and unprotected call to rbd.Image
    in rbd driver which can result in an uncaught exception
    if the rbd image no longer exists.

    Also added unit test for _delete_backup_snaps()

    Closes-Bug: 1323203
    Change-Id: I89eedb0d0276a985b4d496093df2eee2ce067ec1
    (cherry picked from commit 86643780bc2cf1f7a467a7c65aab64e3110d031e)