Comment 12 for bug 1455252

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

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

commit c8ceeb46c7589a9159c4ad2ad50ac19249981aa0
Author: Markus Zoeller <email address hidden>
Date: Wed Feb 3 16:04:29 2016 +0100

    libvirt: Add serial ports to the migration data object

    The serial console code in nova picks TCP ports for each serial
    interface of an instance. When doing a live migration, the
    TCP ports used for the migrating instance might be in use on
    the target hypervisor which causes the live migration to fail.

    This patch adds a field to the migration data object so that a follow
    up patch can use that to rewrite the guest XML.

    Change-Id: I970014ee0ee8059f5976797bf344fea9a7ccb32d
    Related-Bug: #1455252