Comment 2 for bug 1365637

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

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

commit e039b036b5e9dbaff8b37f7ab22c209b71bdc182
Author: Jesse J. Cook <email address hidden>
Date: Thu Sep 4 13:17:37 2014 -0500

    xenapi: send chunk terminator on subprocess exc

    During chunk upload if a subprocess exception is thrown, a malformed
    chunk upload occurs.

    This patch adds logging for subprocess exceptions and sends the
    terminator even in the event of a subprocess exception. The incomplete
    file upload will then be cleaned up by the client.

    Change-Id: I559f201430bcd4c36d669c7772a10bfe3cd54d41
    Closes-Bug: 1365637