<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Dec 1, 2017 at 1:38 PM, Gabriel Stein <span dir="ltr">&lt;<a href="mailto:gabrielstein@gmail.com" target="_blank">gabrielstein@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Hi again!</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">well, I&#39;m trying to migrate all my VMs from Proxmox to oVirt. Proxmox doesn&#39;t have libvirt and I can dump the files using vzdump &lt;vm-id&gt; &lt;directory&gt; and the output is a *.vma file I think from Proxmox. I can&#39;t even find the files, Proxmox create Logical Volumes for every VM.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I converted that to *.qcow2 using qemu-img convert, the conversion worked(at least no errors) but I can&#39;t import it using  a script that I found on web* and the export storage domain(oVirt didn&#39;t found it).</div><div style="font-size:12.8px"><br></div></div></blockquote><div> </div></div></div><div class="gmail_extra">If you already converted from LV to img file, in recent versions of oVirt you can upload virtual disks from your client to the oVirt infrastructure, while connected to the web admin gui with a browser.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Under disks --&gt; upload:</div><div class="gmail_extra"><a href="https://drive.google.com/file/d/1DopgiOZ82Zc-W3IYGns1_QQ7JrFF_DUS/view?usp=sharing">https://drive.google.com/file/d/1DopgiOZ82Zc-W3IYGns1_QQ7JrFF_DUS/view?usp=sharing</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Then you select your image on local disk (or share...):</div><div class="gmail_extra"><a href="https://drive.google.com/file/d/16HBE6VnfO_P3xsqi_16ae4yHh__7G4FS/view?usp=sharing">https://drive.google.com/file/d/16HBE6VnfO_P3xsqi_16ae4yHh__7G4FS/view?usp=sharing</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">NOTE: I don&#39;t know why you are asked to input the size of the disk at destination....</div><div class="gmail_extra"><br></div><div class="gmail_extra">Please note that you have to enable the Image I/O Proxy service on engine during engine-setup (you can re-run engine-setup also to change configuration settings if you didn&#39;t enabled it at installation time)</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra"># engine-setup</div><div class="gmail_extra">[ INFO  ] Stage: Initializing</div><div class="gmail_extra">[ INFO  ] Stage: Environment setup</div><div class="gmail_extra">          Configuration files: [&#39;/etc/ovirt-engine-setup.conf.d/10-packaging-jboss.conf&#39;, &#39;/etc/ovirt-engine-setup.conf.d/10-packaging.conf&#39;, &#39;/etc/ovirt-engine-setup.conf.d/20-setup-ovirt-post.conf&#39;]</div><div class="gmail_extra">          Log file: /var/log/ovirt-engine/setup/ovirt-engine-setup-20171114112028-cyi1ot.log</div><div class="gmail_extra">          Version: otopi-1.6.2 (otopi-1.6.2-1.el7.centos)</div><div class="gmail_extra">[ INFO  ] Stage: Environment packages setup</div><div class="gmail_extra">[ INFO  ] Stage: Programs detection</div><div class="gmail_extra">[ INFO  ] Stage: Environment setup</div><div class="gmail_extra">[ INFO  ] Stage: Environment customization</div><div class="gmail_extra">         </div><div class="gmail_extra">          --== PRODUCT OPTIONS ==--</div><div><br></div></div><div class="gmail_extra">. . .</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">          --== CONFIGURATION PREVIEW ==--</div><div class="gmail_extra">         </div><div>. . .</div></div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">          Configure Image I/O Proxy               : True</div><div><br></div></div><div class="gmail_extra">. . .</div><div class="gmail_extra"><br></div><div class="gmail_extra">and that the client where you run firefox needs to be able to connect to port 54323 of the engine server to upload the file</div><div class="gmail_extra"><br></div><div class="gmail_extra">On engine:</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">$ sudo systemctl status ovirt-imageio-proxy.service -l</div><div class="gmail_extra">● ovirt-imageio-proxy.service - oVirt ImageIO Proxy</div><div class="gmail_extra">   Loaded: loaded (/usr/lib/systemd/system/ovirt-imageio-proxy.service; enabled; vendor preset: disabled)</div><div class="gmail_extra">   Active: active (running) since Tue 2017-11-14 11:36:30 CET; 2 weeks 3 days ago</div><div class="gmail_extra"> Main PID: 664 (ovirt-imageio-p)</div><div class="gmail_extra">   CGroup: /system.slice/ovirt-imageio-proxy.service</div><div class="gmail_extra">           └─664 /usr/bin/python /usr/bin/ovirt-imageio-proxy</div><div class="gmail_extra"><br></div><div class="gmail_extra">Nov 14 11:36:29 <a href="http://engine.mydomain.it">engine.mydomain.it</a> systemd[1]: Starting oVirt ImageIO Proxy...</div><div class="gmail_extra">Nov 14 11:36:30 <a href="http://engine.mydomain.it">engine.mydomain.it</a> systemd[1]: Started oVirt ImageIO Proxy.</div><div><br></div><div>Then you can create a VM and assign this imported floating disk to it.</div><div>HIH,</div><div>Gianluca</div><div><br></div></div></div>