Comment 9 for bug 1605720

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

Reviewed: https://review.openstack.org/398812
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=842f1b6651f6104f8cb0e5ef32b80e6ffb10b067
Submitter: Jenkins
Branch: stable/newton

commit 842f1b6651f6104f8cb0e5ef32b80e6ffb10b067
Author: Chris Friesen <email address hidden>
Date: Fri Jul 22 16:33:43 2016 -0600

    Fix cold migration with qcow2 ephemeral disks

    If we have qcow2 ephemeral disks we need to ensure that the
    backing file gets created on a cold migration.

    This requires passing in the block_device_info when calling
    _create_image() so that we can loop over the ephemeral disks.

    Closes-Bug: #1605720
    Co-Authored-By: Feodor Tersin <email address hidden>
    Change-Id: Ie278bb10e1675ba1d903aaa3c0249be0d1cf147b
    (cherry picked from commit d7b831e38cbc029b7975d1059ed212762a5f6a5e)