Ok. While waiting for Daniel's, I tryed to add one more line to /etc/hosts. Now it looks like this: <br><br>127.0.0.1    localhost.localdomain   localhost    localhost4<br>::1     localhost6.localdomain6 localhost6<br>

<b>192.168.0.67 fedorao.pisolar fedorao</b><br>192.168.1.4 cluster.pisolar cluster<br><br>I added the line pointing the name of the "fedorao" machine on it's own /etc/hosts, made the same in "cluster" machine, rebooted both, and tried to migrate again.<br>

<br>Migrating with virt-manager gives me this error message: <br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">Unable to migrate guest: operation failed: Migration unexpectedly failed<br>

Unable to migrate guest: operation failed: Migration unexpectedly failed<br>Traceback (most recent call last):<br>  File "/usr/local/share/virt-manager/virtManager/asyncjob.py", line 45, in cb_wrapper<br>    callback(asyncjob, *args, **kwargs)<br>

  File "/usr/local/share/virt-manager/virtManager/migrate.py", line 523, in _async_migrate<br>    vm.migrate(dstconn, migrate_uri, rate, live, secure, meter=meter)<br>  File "/usr/local/share/virt-manager/virtManager/domain.py", line 1141, in migrate<br>

    self._backend.migrate(destconn.vmm, flags, newname, interface, rate)<br>  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 518, in migrate<br>    if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self)<br>

libvirtError: operation failed: Migration unexpectedly failed<br></blockquote><br>Trying to use virsh, I get this answer: <br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">

[root@fedorao ~]# virsh migrate --live lol qemu+ssh://<a href="http://192.168.1.4/system">192.168.1.4/system</a><br><a href="mailto:root@192.168.1.4">root@192.168.1.4</a>'s password: <br>erro:operation failed: Migration unexpectedly failed<br>

</blockquote><br><br>(lol being the name of my test VM)<br><br><div class="gmail_quote">On Wed, Feb 2, 2011 at 6:00 PM, Justin Clift <span dir="ltr"><<a href="mailto:jclift@redhat.com">jclift@redhat.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On 03/02/2011, at 7:11 AM, Bruno Lamps wrote:<br>
> [root@cluster ~]# hostname<br>
> cluster.pisolar<br>
> [root@cluster ~]# cat /etc/hosts<br>
> 127.0.0.1    cluster    localhost.localdomain    localhost    localhost4<br>
> ::1    cluster    localhost6.localdomain6    localhost6<br>
> 192.168.0.67 fedorao.pisolar fedorao<br>
<br>
</div>This bit sounds (to me) like it *might* be worth checking.  It has "cluster"<br>
pointing to the loopback interface on the host instead of the ethernet IP:<br>
<div class="im"><br>
  192.168.1.4 cluster.pisolar cluster<br>
<br>
</div>But, you might want to wait for Daniel's input first. :)<br>
</blockquote></div><br>