Comment 2 for bug 1555699

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

Reviewed: https://review.openstack.org/291733
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9740e18a31c0682d2852ac745242c69475d89113
Submitter: Jenkins
Branch: master

commit 9740e18a31c0682d2852ac745242c69475d89113
Author: Claudiu Belu <email address hidden>
Date: Fri Mar 11 16:09:52 2016 +0200

    hyper-v: Copies back files on failed migration

    On cold migration, the contents of the instance folder are
    copied to the new host. The original folder cannot be removed
    because the VM configuration files cannot be deleted until the VM
    is destroyed.

    Because of this, when the migration fails to copy the files, it will
    try to revert this through folder renaming. Since the original folder
    still exists, an exception is raised.

    Change-Id: Ia42ed873924999d57336a105bcaa2b856f3a3a9d
    Closes-Bug: #1555699