<div>Hi,</div>
<div>
<div>I am trying to setup a cluster of two nodes, with self hoste Engine.</div>
<div>Things went fine for the first machine, but it as rather messy about the second one.</div>
<div>I would like to have load balancing and failover for both management network and storage (NFS repository).</div>
<div>&nbsp;</div>
<div>So what should I exactly do to get a working network stack which can be recognized when I try to add this host to the cluster ?</div>
<div>&nbsp;</div>
<div>Have tried configuring bonds and briges using Cockpit, using manual "ifcfg" files, but all the time I see the bridges and the bonds not linked in the Engine interface, so the new host cannot be enrolled.</div>
<div>If I try to link "ovirtmgmt" to the the associated bond, I have a connectivity loss because it is the management device, and I have te restart the network services. As management configuration is not OK, I can't setup the storage connection.</div>
<div>&nbsp;</div>
<div>And if I just try to activate the host, I will install and configure things and then complain about missing "ovirtmgmt" and "nfs" networks, which both exist and work and Centos level.</div>
<div>&nbsp;</div>
<div>The interface, bonds and bridge names are copy/paste from the first server.</div>
<div>&nbsp;</div>
<div># brctl show ovirtmgmt<br />bridge name&nbsp;&nbsp; &nbsp;bridge id&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;STP enabled&nbsp;&nbsp; &nbsp;interfaces<br />ovirtmgmt&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;8000.44a842394200&nbsp;&nbsp; &nbsp;no&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;bond0</div>
<div># ip addr show bond0<br />33: bond0: &lt;BROADCAST,MULTICAST,MASTER,UP,LOWER_UP&gt; mtu 1500 qdisc noqueue master ovirtmgmt state UP qlen 1000<br />&nbsp;&nbsp;&nbsp; link/ether 44:a8:42:39:42:00 brd ff:ff:ff:ff:ff:ff<br />&nbsp;&nbsp;&nbsp; inet6 fe80::46a8:42ff:fe39:4200/64 scope link <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; valid_lft forever preferred_lft forever<br /># ip addr show em1<br />2: em1: &lt;BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP&gt; mtu 1500 qdisc mq master bond0 state UP qlen 1000<br />&nbsp;&nbsp;&nbsp; link/ether 44:a8:42:39:42:00 brd ff:ff:ff:ff:ff:ff<br /># ip addr show em3<br />4: em3: &lt;BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP&gt; mtu 1500 qdisc mq master bond0 state UP qlen 1000<br />&nbsp;&nbsp;&nbsp; link/ether 44:a8:42:39:42:00 brd ff:ff:ff:ff:ff:ff</div>
<div>&nbsp;</div>
<div>By the way, is it mandatory to stop and disable NetworkManager or not ?</div>
<div>&nbsp;</div>
<div>Thanks for any kind of help :-)</div>
</div>