<html><body>
<div style="font-size: 13.3333px; font-family: tahoma; color: rgb(0, 0, 0); font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);">I was able to get around this by dropping one of the nics out of the bond, and have the switch port reconfigured for a standard vlan, ran the setup and reconfigured network and re establish the bond.</div>

<div id="signature" style="font-family: tahoma; color: rgb(0, 0, 0); font-size: 13.3333px; font-weight: 400; font-style: normal; background: none 0% 0% / auto repeat scroll padding-box border-box rgba(0, 0, 0, 0);">&nbsp;
<blockquote style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">-----Original Message-----<br />
From: Doug Ingham &lt;dougti@gmail.com&gt;<br />
To: Bryan Sockel &lt;Bryan.Sockel@altn.com&gt;<br />
Cc: &quot;users@ovirt.org&quot; &lt;users@ovirt.org&gt;<br />
Date: Tue, 28 Mar 2017 11:44:35 -0400<br />
Subject: Re: [ovirt-users] Setting up hosted engine appliance on a bonded interface<br />
&nbsp;
<div dir="ltr">Hi Bryan,
<div>
<div class="gmail_extra">&nbsp;
<div class="gmail_quote">On 23 March 2017 at 23:54, Bryan Sockel <span dir="ltr">&lt;<a href="mailto:Bryan.Sockel@altn.com" target="_blank">Bryan.Sockel@altn.com</a>&gt;</span> wrote:

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>
<div style="font-size:13.3333px;font-family:tahoma;color:rgb(0,0,0);font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">&nbsp;</div>

<div id="m_-326219302735341315signature" style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">Hi,</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">&nbsp;</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">I am attempting to deploy an appliance to a bonded interface, and i getting this error when it attempts to setup the bridge:</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">&nbsp;</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">&nbsp;</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">[ ERROR ] Failed to execute stage &#39;Misc configuration&#39;: Failed to setup networks {&#39;ovirtmgmt&#39;: {&#39;bonding&#39;: &#39;bond0&#39;, &#39;ipaddr&#39;: u&#39;10.20.101.181&#39;, &#39;netmask&#39;: u&#39;255.255.255.0&#39;, &#39;defaultRoute&#39;: True, &#39;gateway&#39;: u&#39;10.20.101.1&#39;}}. Error code: &quot;-32603&quot; message: &quot;Attempt to call function: &lt;bound method Global.setupNetworks of &lt;API.Global object at 0x39c9110&gt;&gt; with arguments: ({u&#39;ovirtmgmt&#39;: {u&#39;bonding&#39;: u&#39;bond0&#39;, u&#39;ipaddr&#39;: u&#39;10.20.101.181&#39;, u&#39;netmask&#39;: u&#39;255.255.255.0&#39;, u&#39;defaultRoute&#39;: True, u&#39;gateway&#39;: u&#39;10.20.101.1&#39;}}, {}, {u&#39;connectivityCheck&#39;: False}) error: &#39;NoneType&#39; object is not iterable&quot;<br />
&nbsp;</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">&nbsp;</div>

<div style="font-family:tahoma;color:rgb(0,0,0);font-size:13.3333px;font-weight:400;font-style:normal;background:none 0% 0%/auto repeat scroll padding-box border-box rgba(0,0,0,0)">Is it possible to deploy an appliance to a network bond?&nbsp; My Network guy has configured my ports in the switch so i can connect via bonded links. &nbsp;however, if the interfaces are not bonded, it will suspend the links.</div>
</div>
</blockquote>

<div>&nbsp;</div>

<div>With LACP &amp; bonding mode 4 (the type of bonding you configure with a switch), you *can* configure the link to be suspended if one of the member ports are down, however that would only be desired in very specific edge cases. I see no reason why you should be using such a configuration.</div>

<div>LACP is usually used to provide both aggregated bandwidth &amp; port redundancy. If one of the member ports fail, then the link is maintained with the aggregated bandwidth of the remaining links. You don&#39;t even need the bond configured on both sides, if you only configure it on one side, then the ports fall back to individual/non-aggregated mode (although some manufacturers only permit that in passive mode, not active mode).</div>

<div>&nbsp;</div>

<div>If your bond is configured as you say, then I suggest you ask your network guy to reconfigure the bond - you lose link redundancy at absolutely no benefit.<br />
&nbsp;</div>

<div>&nbsp;</div>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div>&nbsp;</div>
<br />
______________________________<wbr />_________________<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/<wbr />mailman/listinfo/users</a><br />
&nbsp;</blockquote>
</div>
<br />
<br />
--
<div class="gmail_signature" data-smartmail="gmail_signature">Doug</div>
</div>
</div>
</div>
</blockquote>
</div>
</body></html>