Displaying 1 result from an estimated 1 matches for "domain_to_migrate".
2008 Jul 01
0
cannot migrate vm back to original machine (currently with libvirt)
...achine #2 (where it originally resides) to machine #1. I am unable
to migrate the VM back to machine #2 using virDomainMigrate(), even if
I first migrate the VM from #2 to #1 by hand, using "xm migrate -l
<vmname> <ipaddress1>".
When I make the call to virDomainMigrate(domain_to_migrate,
connection_to_machine_2, VIR_MIGRATE_LIVE, NULL, NULL, 0), I get the
following message:
libvir: Xen Daemon error : POST operation failed: xend_post: error
from xen daemon: (xend.err "can''t connect: Name or service not known")
I have tried running my program on both machi...