Re: [libvirt] internal error hostname of destination resolved to localhost, but migration requires an FQDN

2012-05-08 Thread William Herry
Thank you Jirka I think I am more clear now: For some reason, libvirtd running on that host was not able to resolve the name to an IP address that could be sent back and still be useful and thus it sent the hostname hoping the source libvirtd would be more successful with resolving the name

[libvirt] internal error hostname of destination resolved to localhost, but migration requires an FQDN

2012-05-07 Thread William Herry
HI I use virsh to migrate kvm virtual machine, it show me this error I already use ip address in my command: virsh migrate --live kvm-test qemu+ssh://root@my_ip:port/system after a few tries I make it work by change the hostname of dest to something else rather than localhost, this looks like

Re: [libvirt] internal error hostname of destination resolved to localhost, but migration requires an FQDN

2012-05-07 Thread Jiri Denemark
On Mon, May 07, 2012 at 20:18:42 +0800, William Herry wrote: I use virsh to migrate kvm virtual machine, it show me this error I already use ip address in my command: virsh migrate --live kvm-test qemu+ssh://root@my_ip:port/system after a few tries I make it work by change the hostname of