<div dir="ltr"><div><div><div>My setup  has 3 networks: 1xIB,1x10Gbit+1Gbit for ovirt-management.<br></div>The ovirt network does not have any trouble, it is always there.<br>I was trying to rename or remove my IB network which was used for VM migrations.<br>I was using web-GUI, which was removing IB0 network w/o problem. After removal the hosts where ok. Then I put them to maintenance mode. To refresh iptables rules I did reinstall. then reinstall was failing with message that IB0 not attached to any interface. But IB0 interface is not possible to attach it is already deleted and not visible in any network dialog.<br>After creating interface with the same name everything is online now.<br>My current interface list is following:<br> virsh -r net-list<br>Name                 State      Autostart     Persistent<br>--------------------------------------------------<br>;vdsmdummy;          active     no            no<br>vdsm-cls10G          active     yes           yes<br>vdsm-IB0             active     yes           yes<br>vdsm-ovirtmgmt       active     yes           yes<br><br></div>On this host the IB0 is not atached to any interface, I wondered, if it should show up  in the net list?<br><br>I think the GUI does not rename/remove the interface from the DB. Some constrain keeps still IB0 in DB.<br></div><br><div><div><br></div></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><pre cols="72"><span><pre cols="72">***********************************************************</pre></span> Dr. Arman Khalatyan              eScience -SuperComputing 
 Leibniz-Institut für Astrophysik Potsdam (AIP)            
 An der Sternwarte 16, 14482 Potsdam, Germany              <br><span><pre cols="72">***********************************************************<br></pre></span></pre>
</div></div></div>
<br><div class="gmail_quote">On Sun, Dec 28, 2014 at 10:31 AM, Moti Asayag <span dir="ltr">&lt;<a href="mailto:masayag@redhat.com" target="_blank">masayag@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"><span class=""><br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Arman Khalatyan&quot; &lt;<a href="mailto:arm2arm@gmail.com">arm2arm@gmail.com</a>&gt;<br>
&gt; To: &quot;users&quot; &lt;<a href="mailto:users@ovirt.org">users@ovirt.org</a>&gt;<br>
&gt; Sent: Wednesday, December 24, 2014 1:22:43 PM<br>
&gt; Subject: [ovirt-users] Unable to reinstall hosts after network removal.<br>
&gt;<br>
&gt; Hello,<br>
&gt; I have a little trouble with ovirt 3.5 on CentOS6.6:<br>
&gt; I was removing all networks from all hosts.<br>
<br>
</span>Did you use the setup networks dialog from the UI in order to remove those networks ?<br>
Or have you removed those networks from the host directly (where you should used the:<br>
1. virsh net-destroy &#39;the-network-name&#39;<br>
2. virsh net-undefine &#39;the-network-name&#39;<br>
)<br>
<br>
can you report the output of &#39;virsh -r net-list&#39;  ?<br>
<span class=""><br>
&gt; Then after removing network from data center the hosts went to unusable.<br>
<br>
</span>What was the host&#39;s status prior to removing its networks ? Was it up ?<br>
<span class=""><br>
&gt; Every time after reinstall the host claims that the network is not<br>
&gt; configured, but it s already removed from network tab in DC.<br>
<br>
</span>What is the missing network name ? Is it &#39;ovirtmgmt&#39; ?<br>
<span class=""><br>
&gt; Where from it gets the old configuration? the old interfaces also restored<br>
&gt; every time on the reinstalled hosts.<br>
<br>
</span>The hosts via vdsm reports their network configuration via the &#39;getCapabilities&#39; verb<br>
of vdsm. You can try running it on the host:<br>
<br>
vdsClient -s 0 getVdsCaps<br>
<br>
and examine the nics / neworks / bridges / vlans / bonds elements.<br>
<span class=""><br>
&gt; Which DB table is in charge of dc-networks?<br>
&gt;<br>
<br>
</span>The retrieved information from vdsm is reported to &#39;vds_interace&#39; table.<br>
The dc networks are stored in &#39;networks&#39; table and networks attached to<br>
clusters are stored in network_cluster table.<br>
<br>
I wouldn&#39;t recommend on deleting entries from the tables directly. There are<br>
certain constraints which shouldn&#39;t be violated, i.e. the management network<br>
&#39;ovirtmgnt&#39; is blocked for removal from the engine.<br>
<span class=""><br>
&gt; Thanks,<br>
&gt; Arman.<br>
&gt;<br>
&gt;<br>
&gt; ***********************************************************<br>
&gt; Dr. Arman Khalatyan eScience -SuperComputing Leibniz-Institut für Astrophysik<br>
&gt; Potsdam (AIP) An der Sternwarte 16, 14482 Potsdam, Germany<br>
&gt; ***********************************************************<br>
&gt;<br>
</span>&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><br></div>