<p dir="ltr">Hi, I found that to, in all my VMs. It seems not to be linked ovirt as I found other People have the issue in kvm forum. </p>
<p dir="ltr">Regards Ricky</p>
<div class="gmail_quote">Den 5 jan 2013 10:45 skrev &quot;Haim Ateya&quot; &lt;<a href="mailto:hateya@redhat.com">hateya@redhat.com</a>&gt;:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Ricky,<br>
<br>
its really interesting, the vm process failed to start as libvirt identified double use of same PCI address:<br>
<br>
Thread-3111::ERROR::2013-01-03 16:30:27,373::vm::617::vm.Vm::(_startUnderlyingVm) vmId=`9741c58b-e7b2-41d8-9f35-8ea79ca81528`::The vm start process failed<br>
Traceback (most recent call last):<br>
  File &quot;/usr/share/vdsm/vm.py&quot;, line 579, in _startUnderlyingVm<br>
    self._run()<br>
  File &quot;/usr/share/vdsm/libvirtvm.py&quot;, line 1421, in _run<br>
    self._connection.createXML(domxml, flags),<br>
  File &quot;/usr/lib64/python2.6/site-packages/vdsm/libvirtconnection.py&quot;, line 83, in wrapper<br>
    ret = f(*args, **kwargs)<br>
  File &quot;/usr/lib64/python2.6/site-packages/libvirt.py&quot;, line 2489, in createXML<br>
    if ret is None:raise libvirtError(&#39;virDomainCreateXML() failed&#39;, conn=self)<br>
libvirtError: XML error: Attempted double use of PCI Address &#39;0:0:1.2&#39; (may need &quot;multifunction=&#39;on&#39;&quot; for device on function 0<br>
Thread-3111::DEBUG::2013-01-03 16:30:27,377::vm::933::vm.Vm::(setDownStatus) vmId=`9741c58b-e7b2-41d8-9f35-8ea79ca81528`::Changed state to Down: XML error: Attempted double use of PCI Address &#39;0:0:1.2&#39; (may need &quot;multifunction=&#39;on&#39;&quot; for device on function 0<br>

<br>
from the VM xml, I see you trying to use 6 devices of USB with same PCI address:<br>
<br>
                &lt;controller type=&quot;usb&quot;&gt;<br>
                        &lt;address bus=&quot;0x00&quot; domain=&quot;0x0000&quot; function=&quot;0x2&quot; slot=&quot;0x01&quot; type=&quot;pci&quot;/&gt;<br>
                &lt;/controller&gt;<br>
                &lt;controller type=&quot;usb&quot;&gt;<br>
                        &lt;address bus=&quot;0x00&quot; domain=&quot;0x0000&quot; function=&quot;0x2&quot; slot=&quot;0x01&quot; type=&quot;pci&quot;/&gt;<br>
                &lt;/controller&gt;<br>
                &lt;controller type=&quot;usb&quot;&gt;<br>
                        &lt;address bus=&quot;0x00&quot; domain=&quot;0x0000&quot; function=&quot;0x2&quot; slot=&quot;0x01&quot; type=&quot;pci&quot;/&gt;<br>
                &lt;/controller&gt;<br>
                &lt;controller type=&quot;usb&quot;&gt;<br>
                        &lt;address bus=&quot;0x00&quot; domain=&quot;0x0000&quot; function=&quot;0x2&quot; slot=&quot;0x01&quot; type=&quot;pci&quot;/&gt;<br>
                &lt;/controller&gt;<br>
                &lt;controller type=&quot;usb&quot;&gt;<br>
                        &lt;address bus=&quot;0x00&quot; domain=&quot;0x0000&quot; function=&quot;0x2&quot; slot=&quot;0x01&quot; type=&quot;pci&quot;/&gt;<br>
                &lt;/controller&gt;<br>
                &lt;controller type=&quot;usb&quot;&gt;<br>
                        &lt;address bus=&quot;0x00&quot; domain=&quot;0x0000&quot; function=&quot;0x2&quot; slot=&quot;0x01&quot; type=&quot;pci&quot;/&gt;<br>
                &lt;/controller&gt;<br>
<br>
need to understand what went wrong there, was it the export attempt that created this problematic entry in the OVF file or was it the import?<br>
anyway, please open a bug for it.<br>
<br>
Haim<br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Ricky&quot; &lt;<a href="mailto:rockybaloo@gmail.com">rockybaloo@gmail.com</a>&gt;<br>
&gt; To: <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; Sent: Thursday, January 3, 2013 7:00:21 PM<br>
&gt; Subject: [Users] Failed to import Vm from export to storagedomain<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; So, Finally I reinstalled the whole cluster after I have exported<br>
&gt; every VM.<br>
&gt;<br>
&gt; I followed this wiki<br>
&gt; <a href="http://wiki.dreyou.org/dokuwiki/doku.php?id=ovirt_rpm_start31" target="_blank">http://wiki.dreyou.org/dokuwiki/doku.php?id=ovirt_rpm_start31</a>.<br>
&gt;<br>
&gt; Everything went up except that I just have one host installed in the<br>
&gt; cluster. The other host is still serving the old cluster....<br>
&gt;<br>
&gt; When trying to import my old VMs I got problems with some of them not<br>
&gt; beeing imported. But 3 of my VMs did and one of them was my<br>
&gt; mailserver... but when I try to start the VM I hit the wall again.<br>
&gt;<br>
&gt; I have attached the vdsm.log, right now I cant see the forest for all<br>
&gt; the trees........<br>
&gt;<br>
&gt; Regards //Ricky<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt;<br>
</blockquote></div>