Comment 2 for bug 1269345

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

Reviewed: https://review.openstack.org/114981
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=7ac4fc76f2d777fd4e0ec4245eaf989f99917be2
Submitter: Jenkins
Branch: master

commit 7ac4fc76f2d777fd4e0ec4245eaf989f99917be2
Author: Vipin Balachandran <email address hidden>
Date: Thu Aug 14 20:36:20 2014 +0530

    VMware: Handle exceptions raised by image update

    Exceptions raised by glance image update are not handled while writing
    to image. This results in volume being stuck in uploading state for
    a long time even after image transfer failure. This patch fixes the
    exception handling.

    Change-Id: I7651c96968caa49c5421d68ee4dbe9e55f7f53b1
    Closes-Bug: #1357239
    Partial-Bug: #1269345