[libvirt] Local qemu migration

Marc-André Lureau marcandre.lureau at gmail.com
Tue Nov 4 15:43:35 UTC 2014


Hi,

Attempting to migration from session to system qemu fails because of the
following checks in  qemuMigrationCookieXMLParse():

   if (STREQ(mig->remoteHostname, mig->localHostname)) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("Attempt to migrate guest to the same host %s"),
                       mig->remoteHostname);
        goto error;
    }
....
    if (memcmp(mig->remoteHostuuid, mig->localHostuuid, VIR_UUID_BUFLEN) ==
0) {
        virReportError(VIR_ERR_INTERNAL_ERROR,
                       _("Attempt to migrate guest to the same host %s"),
                       tmp);
        goto error;

Is there a technical limitation for this error? If not, could it be
overriden with an additional flag?

cheers

-- 
Marc-André Lureau
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20141104/9a12ee5e/attachment-0001.htm>


More information about the libvir-list mailing list