Comment 6 for bug 1236356

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

Reviewed: https://review.openstack.org/51316
Committed: http://github.com/openstack/nova/commit/c63f4af000af191a9a70b6b62dbda40a5c9b59e5
Submitter: Jenkins
Branch: milestone-proposed

commit c63f4af000af191a9a70b6b62dbda40a5c9b59e5
Author: Nikola Dipanov <email address hidden>
Date: Thu Oct 10 16:00:26 2013 +0200

    Libvirt: disallow live-mig for volume-backed with local disk

    This patch makes libvirt raise an error if a live migration was
    requested without shared storage for a volume-backed instance, if that
    instance has any local disks.

    The reason is that without shared storage, local disks will be
    re-created on the destination node which can result in loss of data.

    Change-Id: Ic96dabf6020e957309280862b325792faf44b1f5
    Closes-bug: 1236356
    (cherry picked from commit cf89e78a1b921adee5b1943600315b0637fdefdc)