Comment 2 for bug 1288574

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

Reviewed: https://review.openstack.org/78534
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=3824051b1e5618388a17c88867a3037397bc96b7
Submitter: Jenkins
Branch: master

commit 3824051b1e5618388a17c88867a3037397bc96b7
Author: jichenjc <email address hidden>
Date: Fri Feb 28 20:31:39 2014 +0800

    Delete image when backup operation failed on snapshot step

    when we snapshot an instance, we will use @delete_image_on_error to
    delete any failed snapshot, however, the image will not be removed
    by backup code flow, it will be an issue if too many backup failed
    at last ,all useful image will be removed and we have only 'error'
    image left in host

    Change-Id: Ib527ade86aef52a8445b57fa03fed434578c4204
    Closes-Bug: #1288574