Comment 13 for bug 1382164

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to ironic (master)

Reviewed: https://review.openstack.org/130881
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=65f094533f4fd4bbc2debfa6a7445deac292a6b1
Submitter: Jenkins
Branch: master

commit 65f094533f4fd4bbc2debfa6a7445deac292a6b1
Author: yunhong jiang <email address hidden>
Date: Fri Oct 24 02:39:44 2014 -0700

    Convert qcow2 image to raw format when deploy

    In iscsi deployment, currently the image are converted to raw format
    in advance and then copied to the compute node later using DD command.

    This patch supports convert on the fly, that means the image is converted
    when copying the image to the compute node.

    Change-Id: Iae8942c3f4d7c296966fe4325523034dd47e5556
    Related-Bug: #1382164