On 03/15/2013 01:33 AM, digvijay chauhan wrote:
Hello,
i migrated the vm to the dsetination but when i remigrate to its
original host is gives me.
[root@node0 ~]# virsh migrate try3 --live qemu+ssh://100.100.102.106/system
<
http://100.100.102.106/system> --unsafe
root(a)100.100.102.106 <mailto:root@100.100.102.106>'s password:
error: internal error hostname on destination resolved to localhost, but
migration requires an FQDN.
That message should be self explanatory: the destination host needs a FQDN
(fully qualified domain name), but the equivalent of hostname --fqdn is
'localhost'. You need to fix that for migration to work.
- Cole