Comment 4 for bug 1619602

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

Reviewed: https://review.openstack.org/387361
Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=93a4cb6207ed35b7b5325b5b03bff5126677695f
Submitter: Jenkins
Branch: master

commit 93a4cb6207ed35b7b5325b5b03bff5126677695f
Author: Lucian Petrut <email address hidden>
Date: Mon Oct 17 14:20:12 2016 +0300

    HyperV: ensure config drives are copied as well during resizes

    During cold migration, vhd config drive images are not copied
    over, on the wrong assumption that the instance is already
    configured and does not need the config drive.

    For this reason, migrating instances using vhd config drives
    will fail, as there is a check ensuring that the config drive
    is present, if required.

    This change addresses the issue, removing the check that was
    preventing the config drive from being copied.

    (cherry-picked from commit 2dd231cff199bd75bcd3d1031a9ff0a1a82ec1cb)

    Change-Id: I8cd42bed4515f4f75c92e595c4d8b847b16058dd
    Closes-Bug: #1619602