Comment 4 for bug 1495834

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

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

commit 71d2d31b9b86df4071c3728666842eec6cd1c727
Author: Radoslav Gerganov <email address hidden>
Date: Tue Oct 6 16:01:45 2015 +0300

    VMware: specify chunk size when reading image data

    When reading OVA image data from Glance without specifying chunk size,
    nova-compute tries to read the entire tar stream in memory because this
    is how the tar fileobject is implemented. This patch fixes this by
    specifying the chunk size to be 64KB.

    Change-Id: I953dfa1c28c25886306e1c9afe281cf2faca4db5
    Closes-Bug: #1495834