<div dir="ltr"><div>Hi,<br><br></div>Can you please attach the engine and vdsm logs?<br><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><br>Thanks,<br></div>Idan<br></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Tue, Apr 26, 2016 at 1:13 AM,  <span dir="ltr">&lt;<a href="mailto:ccox@endlessnow.com" target="_blank">ccox@endlessnow.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">In the past we had a 3.4 and a 3.5 ovirt.  I was able to attach an Export<br>
domain to one, export Templates and/or VMs... put in into Maint mode,<br>
Detach it from the datacenter, go to the other ovirt manager, import the<br>
Domain (sometimes forcing an attach, sometimes it would automatically<br>
attach) and import my VM and/or template.  Afterwards, placing it back<br>
into Maint mode and Dettaching.<br>
<br>
Often times there would be a residual icon left under Storage for the<br>
detached item... and the process was fairly repeatable.<br>
<br>
Now, it&#39;s getting repeatable in a bad way.  Now it won&#39;t import, I have to<br>
manually do two table record deletes and a REST call to remove the<br>
connected storage and then and only then can I successfully import.<br>
<br>
psql db mods look like (from the ovirt manage box):<br>
First to find erroneous data:<br>
select * from storage_domain_static where storage_domain_type = 3;<br>
Then we locate the offending uuid (see full one below on the REST call)<br>
and delete the record our of storage_domain_dynamic and static like so:<br>
engine=# delete from storage_domain_dynamic where id =<br>
&#39;9f00c1d9-3f2a-41b9-80c3-344900622b07&#39;;<br>
DELETE 1<br>
engine=# select<br>
Deletestorage_domain_static(&#39;9f00c1d9-3f2a-41b9-80c3-344900622b07&#39;);<br>
<br>
Folks here talked about the latter command, but it would fail if the<br>
reference in the storage_domain_dynamic table wasn&#39;t removed first.<br>
<br>
<br>
Rest call looks something like this:<br>
curl -v -u &quot;admin@internal:ourpassword&quot; -X DELETE<br>
<a href="https://ovirt.example.com/ovirt-engine/api/storageconnections/9f00c1d9-3f2a-41b9-80c3-344900622b07" rel="noreferrer" target="_blank">https://ovirt.example.com/ovirt-engine/api/storageconnections/9f00c1d9-3f2a-41b9-80c3-344900622b07</a><br>
<br>
Any ideas about what is not apparently broken on our site?<br>
<br>
Is there any other way to do export/import across datacenters?<br>
<br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org">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>
</blockquote></div><br></div></div>