Comment 10 for bug 1657808

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

Reviewed: https://review.openstack.org/422775
Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=449cda4fed51250992446c83a4b50bc45fd10c6d
Submitter: Jenkins
Branch: master

commit 449cda4fed51250992446c83a4b50bc45fd10c6d
Author: Lucas Alvares Gomes <email address hidden>
Date: Thu Jan 19 17:16:38 2017 +0000

    Limit memory usage when running qemu-img convert

    This patch is limiting the memory address space to 1 GiB when invoking
    qemu-img convert. The qemu-img command can be exploited so we better
    play on the safe side (See: bug #1449062).

    Change-Id: I2088f74b32d1392310c569cfaa7fd368cb737421
    Closes-Bug: #1657808