Comment 14 for bug 1565895

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

Reviewed: https://review.openstack.org/335114
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=5ee7f3b30cae5f122ab85d6422a7d9dfd12ff9ab
Submitter: Jenkins
Branch: master

commit 5ee7f3b30cae5f122ab85d6422a7d9dfd12ff9ab
Author: Lucian Petrut <email address hidden>
Date: Thu Jun 16 11:41:20 2016 +0300

    Hyper-V: properly handle shared storage during migrations

    In case of migrations, we attempt to move the instance files without
    checking whether shared storage is used. Note that the block_migration
    flag is ignored.

    After a live migration is performed, we always try to delete the
    instance files. Also, if the migration fails, the destination node is
    not cleaned up, as the HyperVLiveMigrateData object is not used at the
    moment.

    This change addresses those issues.

    Partial-Bug: #1565895

    Change-Id: I0ac0a2d2e7a8771024a486dd5931bd05b1ecd074