<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 28, 2017 at 5:33 PM, Dominik Holler <span dir="ltr">&lt;<a href="mailto:dholler@redhat.com" target="_blank">dholler@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On Tue, 28 Mar 2017 09:17:24 +0200<br>
Gianluca Cecchi &lt;<a href="mailto:gianluca.cecchi@gmail.com">gianluca.cecchi@gmail.com</a>&gt; wrote:<br>
<br>
&gt; And I want to retain that vlan configuration.<br>
<br>
</span>Why not building the vlan configuration using oVirt?<br></blockquote><div><br></div><div>iSCSI to a DELL PS Series Storage array... no bonding in their minds.... ;-(</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">You can try to<br>
ifdown eth3.100 and eth4.100,<br>
configure the ovirtmgmt on top if the bond by ovirt<br>
and ifup eth3.100 and eth4.100 again.<br>
<br>
But that is ugly and you have to test if this works.<br>
</blockquote></div><br></div><div class="gmail_extra">I would try and see...</div><div class="gmail_extra">At this moment I only have ovirtmgmt configured on other 2 network adapters.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><div class="gmail_extra">[root@ov300 ~]# brctl show</div><div class="gmail_extra">bridge name<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>bridge id<span class="gmail-Apple-tab-span" style="white-space:pre">                </span>STP enabled<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>interfaces</div><div class="gmail_extra">;vdsmdummy;<span class="gmail-Apple-tab-span" style="white-space:pre">                </span>8000.000000000000<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>no<span class="gmail-Apple-tab-span" style="white-space:pre">                </span></div><div class="gmail_extra">ovirtmgmt<span class="gmail-Apple-tab-span" style="white-space:pre">                </span>8000.1803730ba369<span class="gmail-Apple-tab-span" style="white-space:pre">        </span>no<span class="gmail-Apple-tab-span" style="white-space:pre">                </span>bond0.167</div><div><br></div></div><div class="gmail_extra">and </div><div class="gmail_extra"><div class="gmail_extra">[root@ov300 ~]# cat /proc/net/bonding/bond0 | grep &quot;Interface:&quot;</div><div class="gmail_extra">Slave Interface: em1</div><div class="gmail_extra">Slave Interface: em2</div><div class="gmail_extra">[root@ov300 ~]# </div><div><br></div><div>And iscsi configured on p1p1 and p1p2 on vlan 100</div><div><br></div><div><div>[root@ov300 ~]# ifconfig p1p1.100</div><div>p1p1.100: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 9000</div><div>        inet 10.10.100.87  netmask 255.255.255.0  broadcast 10.10.100.255</div><div>        inet6 fe80::a236:9fff:fe2e:4d80  prefixlen 64  scopeid 0x20&lt;link&gt;</div><div>        ether a0:36:9f:2e:4d:80  txqueuelen 1000  (Ethernet)</div><div>        RX packets 52149  bytes 17535400 (16.7 MiB)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 18378  bytes 1810820 (1.7 MiB)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>[root@ov300 ~]# ifconfig p1p2.100</div><div>p1p2.100: flags=4163&lt;UP,BROADCAST,RUNNING,MULTICAST&gt;  mtu 9000</div><div>        inet 10.10.100.88  netmask 255.255.255.0  broadcast 10.10.100.255</div><div>        inet6 fe80::a236:9fff:fe2e:4d82  prefixlen 64  scopeid 0x20&lt;link&gt;</div><div>        ether a0:36:9f:2e:4d:82  txqueuelen 1000  (Ethernet)</div><div>        RX packets 31440  bytes 2958260 (2.8 MiB)</div><div>        RX errors 0  dropped 0  overruns 0  frame 0</div><div>        TX packets 14  bytes 900 (900.0 B)</div><div>        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0</div><div><br></div><div>[root@ov300 ~]# </div></div><div><br></div><div><div>[root@ov300 ~]# iscsiadm -m session</div><div>tcp: [1] <a href="http://10.10.100.9:3260">10.10.100.9:3260</a>,1 iqn.2001-05.com.equallogic:4-771816-e5d0dfb59-1c9b240297958d53-ovsd3910 (non-flash)</div><div>tcp: [2] <a href="http://10.10.100.9:3260">10.10.100.9:3260</a>,1 iqn.2001-05.com.equallogic:4-771816-e5d0dfb59-1c9b240297958d53-ovsd3910 (non-flash)</div><div>[root@ov300 ~]# </div></div><div><br></div><div><div>[root@ov300 etc]# multipath -l</div><div>364817197b5dfd0e5538d959702249b1c dm-3 EQLOGIC ,100E-00         </div><div>size=1.0T features=&#39;0&#39; hwhandler=&#39;0&#39; wp=rw</div><div>`-+- policy=&#39;round-robin 0&#39; prio=0 status=active</div><div>  |- 7:0:0:0 sde 8:64 active undef  running</div><div>  `- 8:0:0:0 sdf 8:80 active undef  running</div><div>[root@ov300 etc]# </div></div><div>(lun not yet used and not yet defined as a storage domain)</div><div><br></div></div><div class="gmail_extra">I will see as soon as I will try to add an oVirt network using p1p1 and p1p2</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>