<div dir="ltr"><div>Hi Shahar,</div><div><br></div><div>Doesn&#39;t appear to be there:</div><div><br></div><div>engine=&gt; select vm_name from vm_static where vm_name=&#39;wvm2&#39;;</div><div> vm_name </div><div>---------</div><div>(0 rows)</div><div><br></div><div>Thanks,</div><div><br></div><div>Cam</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 21, 2016 at 8:33 AM, Shahar Havivi <span dir="ltr">&lt;<a href="mailto:shavivi@redhat.com" target="_blank">shavivi@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 20.07.16 20:06, Richard W.M. Jones wrote:<br>
&gt; On Wed, Jul 20, 2016 at 07:16:32PM +0100, Cam Mac wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The import doesn&#39;t happen automatically, you have to do the final step<br>
&gt; &gt; &gt; manually (when using the command line).  See:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; <a href="http://libguestfs.org/virt-v2v.1.html#output-to-rhev" rel="noreferrer" target="_blank">http://libguestfs.org/virt-v2v.1.html#output-to-rhev</a><br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; However that error shouldn&#39;t happen.  It looks like the name is the<br>
&gt; &gt; &gt; same as the name of an existing VM.  From virt-v2v you can do the<br>
&gt; &gt; &gt; whole conversion/import over again, this time adding the `-on<br>
&gt; &gt; &gt; new_name&#39; option to the command line (obviously choosing a name which<br>
&gt; &gt; &gt; is not otherwise being used).<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I don&#39;t know if there&#39;s a way to get oVirt to change the name when<br>
&gt; &gt; &gt; importing from the export domain.  As far as I know you have to start<br>
&gt; &gt; &gt; the import from scratch.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; There&#39;s no existing VM with that name that I can see. It may have come from<br>
&gt; &gt; one of my earlier import attempts,<br>
&gt; &gt; though that earlier attempt did not show up in the GUI, it did write files<br>
&gt; &gt; to the export domain.<br>
&gt; &gt;<br>
&gt; &gt; I re-ran the conversion again with a rename but it failed to import it<br>
&gt; &gt; again, with the same error.<br>
&gt; &gt;<br>
&gt; &gt; Could there be a record in the DB somewhere, or does it look at the files<br>
&gt; &gt; alone? Just trying to work out where the conflict is.<br>
&gt;<br>
&gt; I had a look at the ovirt-engine code where<br>
&gt; ACTION_TYPE_FAILED_NAME_ALREADY_USED is raised and it appears to come<br>
&gt; from a database check.  However I&#39;m not really familiar enough with<br>
&gt; the code to be sure.  Probably best to ask an oVirt developer, or try<br>
&gt; dumping the database to see if &quot;wvm2&quot; appears in a column anywhere.<br>
&gt;<br>
&gt; Rich.<br>
&gt;<br>
&gt; --<br>
&gt; Richard Jones, Virtualization Group, Red Hat <a href="http://people.redhat.com/~rjones" rel="noreferrer" target="_blank">http://people.redhat.com/~rjones</a><br>
&gt; Read my programming and virtualization blog: <a href="http://rwmj.wordpress.com" rel="noreferrer" target="_blank">http://rwmj.wordpress.com</a><br>
&gt; Fedora Windows cross-compiler. Compile Windows programs, test, and<br>
&gt; build Windows installers. Over 100 libraries supported.<br>
&gt; <a href="http://fedoraproject.org/wiki/MinGW" rel="noreferrer" target="_blank">http://fedoraproject.org/wiki/MinGW</a><br>
</div></div>It may be in the DB...<br>
Try to run this via psql:<br>
<br>
select vm_name from vm_static where vm_name=&#39;wvm2&#39;;<br>
<br>
and see if there is a result...<br>
</blockquote></div><br></div>