<div dir="ltr"><div class="gmail_default" style="font-family:monospace,monospace">Patch was merged to master, should be available to you the next release.</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 7, 2016 at 7:33 PM, Allon Mureinik <span dir="ltr">&lt;<a href="mailto:amureini@redhat.com" target="_blank">amureini@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 dir="ltr"><div style="font-family:monospace,monospace">I&#39;ve reproduced the issue on my env, and cooked up a patch that seems to solve it for me, in case anyone wants to cherry-pick and help verify it:</div><div><font face="monospace, monospace"><a href="https://gerrit.ovirt.org/#/c/55836" target="_blank">https://gerrit.ovirt.org/#/c/55836</a></font><br></div><div><font face="monospace, monospace"><br></font></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 6, 2016 at 4:06 AM, Alex R <span dir="ltr">&lt;<a href="mailto:ar.digger@gmail.com" target="_blank">ar.digger@gmail.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 dir="ltr"><div><div>Thank you!  This worked, though I wish I documented the process better....<br><br></div>Becuase I am not sure what I did exactly that helped?<br><br># cat /mnt/export_ovirt/images/4be3f6ac-7946-4e7b-9ca2-11731c8ba236/dom_md/metadata <br>CLASS=Backup                                                                                            # changed<span><br>DESCRIPTION=eport_storage<br>IOOPTIMEOUTSEC=10<br>LEASERETRIES=3<br>LEASETIMESEC=60<br>LOCKPOLICY=<br>LOCKRENEWALINTERVALSEC=5<br></span>POOL_UUID=                                                                                                  # I removed this<br>REMOTE_PATH=&lt;hostname&gt;.&lt;domain&gt;.com:/mnt/export_ovirt/images     # I changed this to what is listed<br>ROLE=Regular<br>SDUUID=4be3f6ac-7946-4e7b-9ca2-11731c8ba236<br>TYPE=NFS                                                                                                         # changed<br>VERSION=0                                                                                                      # changed from 3 to 0   ### I have tried this before with no succes, so it must be a combonation of other changes?<br>_SHA_CKSUM=16dac1d1c915c4d30433f35dd668dd35f60dc22c                   # I changed this to what was found in the logs<span><font color="#888888"><br><br><br><br></font></span></div><span><font color="#888888">-Alex<br><div><div><br><br></div></div></font></span></div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 3, 2016 at 2:31 AM, Vered Volansky <span dir="ltr">&lt;<a href="mailto:vered@redhat.com" target="_blank">vered@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 dir="ltr"><div><div><div><div>I&#39;ve reported the issue:<br><a href="https://bugzilla.redhat.com/show_bug.cgi?id=1323462" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1323462</a><br></div></div><br></div>A verified workaround is to change the metadata Version to 0.<br><br></div><div>Checksum should be compromised by it, so follow  <a href="http://lists.ovirt.org/pipermail/users/2012-April/007149.html" target="_blank">http://lists.ovirt.org/pipermail/users/2012-April/007149.html</a> if you have any issues with adjusting it.<br><br></div><div>Please let me know how this worked out for you.<br><br></div><div>Regards,<br></div><div>Vered<br></div></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Thu, Mar 31, 2016 at 5:28 AM, Alex R <span dir="ltr">&lt;<a href="mailto:ar.digger@gmail.com" target="_blank">ar.digger@gmail.com</a>&gt;</span> wrote:<br></span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><div dir="ltr">I am trying to import a domain that I have used as an export on a previous install.  The previous install was no older then v3.5 and was built with the all-in-one-plugin.  Before destroying that system I took a portable drive and made an export domain to export my VMs and templates.<br><br>The new system is up to date an was built as a hosted engine.  When I try to import the domain I get the following error:<br><br>&quot;Error while executing action: Cannot add Storage. Storage format V3 is not supported on the selected host version.&quot;<br><br>I just need to recover the VMs.<br><br>I connect the USB hard drive to the host and make an export directory just like I did on the old host.<br><br># ls -ld /mnt/export_ovirt<br>drwxr-xr-x. 5 vdsm kvm 4096 Mar  6 11:27 /mnt/export_ovirt<br><br>I have tried both doing an NFS mount<br># cat /etc/exports.d/ovirt.exports <br>/home/engineha  <a href="http://127.0.0.1/32(rw,anonuid=36,anongid=36,all_squash)" target="_blank">127.0.0.1/32(rw,anonuid=36,anongid=36,all_squash)</a><br>/mnt/backup-vm/ <a href="http://10.3.1.0/24(rw,anonuid=36,anongid=36,all_squash)" target="_blank">10.3.1.0/24(rw,anonuid=36,anongid=36,all_squash)</a> <a href="http://127.0.0.1/32(rw,anonuid=36,anongid=36,all_squash)" target="_blank">127.0.0.1/32(rw,anonuid=36,anongid=36,all_squash)</a><br><br># cat /mnt/export_ovirt/images/4be3f6ac-7946-4e7b-9ca2-11731c8ba236/dom_md/metadata<br>CLASS=Backup<br>DESCRIPTION=eport_storage<br>IOOPTIMEOUTSEC=10<br>LEASERETRIES=3<br>LEASETIMESEC=60<br>LOCKPOLICY=<br>LOCKRENEWALINTERVALSEC=5<br>POOL_UUID=053926e4-e63d-450e-8aa7-6f1235b944c6<br>REMOTE_PATH=/mnt/export_ovirt/images<br>ROLE=Regular<br>SDUUID=4be3f6ac-7946-4e7b-9ca2-11731c8ba236<br>TYPE=LOCALFS<br>VERSION=3<br>_SHA_CKSUM=2e6e203168bd84f3dc97c953b520ea8f78119bf0<br><br># ls -l /mnt/export_ovirt/images/4be3f6ac-7946-4e7b-9ca2-11731c8ba236/master/vms/4873de49-9090-40b1-a21d-665633109aa2/4873de49-9090-40b1-a21d-665633109aa2.ovf <br>-rw-r--r--. 1 vdsm kvm 9021 Mar  6 11:50 /mnt/export_ovirt/images/4be3f6ac-7946-4e7b-9ca2-11731c8ba236/master/vms/4873de49-9090-40b1-a21d-665633109aa2/4873de49-9090-40b1-a21d-665633109aa2.ovf<br><br>Thanks,<br>Alex<br></div>
<br></div></div><span>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<br></span></blockquote></div><br></div>
</blockquote></div><br></div>
</div></div><br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>
</div></div></blockquote></div><br></div></div>