<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>&gt; Date: Fri, 26 Jul 2013 05:52:44 +0300<br><div>&gt; From: iheim@redhat.com<br>&gt; To: cybertimber2000@hotmail.com<br>&gt; CC: danken@redhat.com; users@ovirt.org<br>&gt; Subject: Re: [Users] oVirt 3.2 - Migration failed due to error: migrateerr<br>&gt; <br>&gt; On 07/26/2013 05:40 AM, Nicholas Kesick wrote:<br>&gt; &gt;<br>&gt; &gt; Replies inline.<br>&gt; &gt;  &gt; Date: Thu, 25 Jul 2013 22:27:17 +0300<br>&gt; &gt;  &gt; From: danken@redhat.com<br>&gt; &gt;  &gt; To: cybertimber2000@hotmail.com<br>&gt; &gt;  &gt; CC: users@ovirt.org<br>&gt; &gt;  &gt; Subject: Re: [Users] oVirt 3.2 - Migration failed due to error:<br>&gt; &gt; migrateerr<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; On Thu, Jul 25, 2013 at 11:54:40AM -0400, Nicholas Kesick wrote:<br>&gt; &gt;  &gt; &gt; When I try to migrate a VM, any VM, between my two hosts, I receive<br>&gt; &gt; an error that says Migration failed due to error: migrateerr. Looking in<br>&gt; &gt; the log I don't see any thing that jumps out other than the final message<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; VDSGenericException: VDSErrorException: Failed to MigrateStatusVDS,<br>&gt; &gt; error = Fatal error during migration<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; Ovirt-engine is version 3.2.2-1.1.fc18.noarch, firewalld is<br>&gt; &gt; disabled, and selinux is permissive.<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; Please do not say this in public, you're hurting Dan Walsh's feelings ;-)<br>&gt; &gt;  &gt;<br>&gt; &gt; I recall seeing his blog posts, and I agree. Not sure when I set it to<br>&gt; &gt; permissive... maybe to get the 3.2 install w/ Firewalld setup to<br>&gt; &gt; complete? I remember that was fixed in 3.2.1. I'll set it back to enforcing.<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; ovirt-node version is 2.6.1 on both hosts.<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt; &gt; Any suggestions would be welcome!<br>&gt; &gt;  &gt; &gt;<br>&gt; &gt;  &gt;<br>&gt; &gt;  &gt; I'd love to see /etc/vdsm/vdsm.log from source and destination. The<br>&gt; &gt;  &gt; intersting parts start with vmMigrate at the source and with<br>&gt; &gt;  &gt; vmMigrationCreate at the destination.<br>&gt; &gt; Hmm, I probably should have pulled that sooner. So, I cleared the active<br>&gt; &gt; VDSM (while nothing was running) and libvirtd.log, booted one vm, and<br>&gt; &gt; tried to migrate it. Attached are the logs. It looks like it boils down<br>&gt; &gt; to (from the source):<br>&gt; &gt; Traceback (most recent call last):<br>&gt; &gt;    File "/usr/share/vdsm/vm.py", line 271, in run<br>&gt; &gt;    File "/usr/share/vdsm/libvirtvm.py", line 505, in<br>&gt; &gt; _startUnderlyingMigration<br>&gt; &gt;    File "/usr/share/vdsm/libvirtvm.py", line 541, in f<br>&gt; &gt;    File "/usr/lib64/python2.7/site-packages/vdsm/libvirtconnection.py",<br>&gt; &gt; line 111, in wrapper<br>&gt; &gt;    File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1178, in<br>&gt; &gt; migrateToURI2<br>&gt; &gt; libvirtError: internal error Attempt to migrate guest to the same host<br>&gt; &gt; localhost<br>&gt; &gt; Does this mean my UUIDs are the same?<br>&gt; &gt; http://vaunaspada.babel.it/blog/?p=613<br>&gt; &gt; As far as the destination, I'm really not understanding what's going on<br>&gt; &gt; on the destination between "Destination VM creation succeeded" and<br>&gt; &gt; ":destroy Called" that would lead to it failing, except for what's after<br>&gt; &gt; the traceback:<br>&gt; &gt; Traceback (most recent call last):<br>&gt; &gt;    File "/usr/share/vdsm/vm.py", line 696, in _startUnderlyingVm<br>&gt; &gt;    File "/usr/share/vdsm/libvirtvm.py", line 1907, in<br>&gt; &gt; _waitForIncomingMigrationFinish<br>&gt; &gt;    File "/usr/lib64/python2.7/site-packages/vdsm/libvirtconnection.py",<br>&gt; &gt; line 111, in wrapper<br>&gt; &gt;    File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2822, in<br>&gt; &gt; lookupByUUIDString<br>&gt; &gt; libvirtError: Domain not found: no domain with matching uuid<br>&gt; &gt; '50171e1b-cf21-41d8-80f3-88ab1b980091'<br>&gt; &gt; But that is the ID of the VM by the looks of it.<br>&gt; &gt; Sorry Itamar, nothing was written to libvirtd.log after I cleared it.<br>&gt; <br>&gt; Thread-800::ERROR::2013-07-26 01:57:16,198::vm::198::vm.Vm::(_recover) <br>&gt; vmId=`50171e1b-cf21-41d8-80f3-88ab1b980091`::internal error Attempt to <br>&gt; migrate guest to the same host localhost<br>&gt; Thread-800::ERROR::2013-07-26 01:57:16,377::vm::286::vm.Vm::(run) <br>&gt; vmId=`50171e1b-cf21-41d8-80f3-88ab1b980091`::Failed to migrate<br>&gt; Traceback (most recent call last):<br>&gt;    File "/usr/share/vdsm/vm.py", line 271, in run<br>&gt;    File "/usr/share/vdsm/libvirtvm.py", line 505, in <br>&gt; _startUnderlyingMigration<br>&gt;    File "/usr/share/vdsm/libvirtvm.py", line 541, in f<br>&gt;    File "/usr/lib64/python2.7/site-packages/vdsm/libvirtconnection.py", <br>&gt; line 111, in wrapper<br>&gt;    File "/usr/lib64/python2.7/site-packages/libvirt.py", line 1178, in <br>&gt; migrateToURI2<br>&gt; libvirtError: internal error Attempt to migrate guest to the same host <br>&gt; localhost<br>&gt; <br>&gt; what are your hostnames?<br><br>"host001" on 192.168.0.103 and "host002" on 192.168.0.104<br>Even tried changing it, no luck.<br><br>Could it be because the oVirt Node - Network tab - does not have any DNS servers specified?<br></div>                                               </div></body>
</html>