Comment 5 for bug 1565895

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

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

commit ba2b0bbda58228e81c163c0b7cfef29cfaf13314
Author: Lucian Petrut <email address hidden>
Date: Fri May 27 13:37:22 2016 +0300

    Fix live migration with shared storage

    At the moment, when live migration is requested, we attempt to
    copy the instance dvd disks and log files to the remote location,
    other instance files being transparently copied by Hyper-V.

    The issue is that we don't check whether shared storage is being
    used, in which case this will fail.

    This change adds this check.

    Closes-Bug: #1565895

    Change-Id: Ib646c90c830a1cd0e5401d14c6d400226b034f73