<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Nov 14, 2022 at 8:26 AM Franck VEDEL <<a href="mailto:franck.vedel@univ-grenoble-alpes.fr">franck.vedel@univ-grenoble-alpes.fr</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div dir="auto" style="overflow-wrap: break-word;">Hello.<div>Thanks a lot Erik my problem was the MTU. </div><div><div>if I go back to a situation with MTU=1500 everywhere, all is working fine !!! </div><div><br></div><div>Is the following configuration possible and if so, how to configure with kolla-ansible files ? :</div><div><br></div><div>3 networks:</div><div>  - external (2 externals, VLAN 10 and VLAN 20): MTU = 1500</div><div>- admin:MTU=1500</div><div>- management : MTU = 9000 (a scsi bay stores volumes, with mtu 9000 ok).</div><div><br></div><div>Like this: <img id="m_-556389075835935548397B96857-0081-4556-B954-7D7F57904243" width="1149" height="388" src="cid:18483391090d285c3de1"></div><div>`</div><div></div></div></div></div></blockquote><div><br></div><div>It is possible, but in some ways not advisable. Just from a general networking standpoint, I wouldn't set any interface used for traffic coming to / from the internet to use Jumbo Frames. Strange things happen when you start fragmenting to fit through standard internet routers, particularly when you run into something on the other end that is also using a large MTU. It's fine for internal management networks, storage networks, and the like. You could move your tenant / tunneling vlan over to a different interface and let that other one serve your internal needs.</div><div><br></div><div>That being said, you need to account for VXLAN encapsulation overhead in your MTU considerations. Whatever your physical interface config is set to, your  tenant networks need to use 50 bytes less. I think this is fine by default when using 1500, but can get weird when using Jumbo frames. If you put an override config file in /etc/kolla/config/neutron/ml2_ini.conf with something like:</div><div><br></div><div>[ml2]<br>path_mtu = 9000<br></div><div><br></div><div>it should tell Neutron to take that into account. </div><div><br></div><div>-Erik</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div dir="auto" style="overflow-wrap: break-word;"><div><div>Thanks a lot if you have a solution for this.</div><div>If  impossible, I stay with 1500… it’s working, no problem.</div><div><br></div><div>
<div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div><span style="color:rgb(31,73,125);font-family:Arial,sans-serif;font-size:10pt">Franck </span></div></div></div></div></div></div><br>
</div>
<div><br><blockquote type="cite"><div>Le 12 nov. 2022 à 21:00, Franck VEDEL <<a href="mailto:franck.vedel@univ-grenoble-alpes.fr" target="_blank">franck.vedel@univ-grenoble-alpes.fr</a>> a écrit :</div><br><div><blockquote type="cite" style="font-family:Verdana;font-size:13px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div class="gmail_quote"><div>3) Networking issues like mismatched MTU</div></div></blockquote><div style="font-family:Verdana;font-size:13px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br></div><span style="font-family:Verdana;font-size:13px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none;float:none;display:inline">My MTU (between nodes ) is 9000…. </span><div style="font-family:Verdana;font-size:13px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><br></div><div style="font-family:Verdana;font-size:13px;font-style:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div>I believe my problem is the  MTU.</div><div><br></div><div>I modified /etc/kolla/config/neutron.conf and /etc/kolla/config/neutron/ml2_conf.ini.conf</div><div>then kolla-ansible -i multinode reconfigures</div><div><br></div><div>(case 1 here: <a href="https://docs.openstack.org/newton/networking-guide/config-mtu.html" target="_blank">https://docs.openstack.org/newton/networking-guide/config-mtu.html</a>)</div><div><br></div><div>I test again everything and functions that did not work work again but not all....</div><div><br></div><div>For example, instances get an ip through dhcp but can't ping the router, but on some networks it works.</div><div>However, before the reboot of the servers, I had not had a problem with the MTU of 9000.</div><div><br></div><div>I'm going back to a 1500 MTU on Monday on site.</div><div><br></div><div>Thank you Eric!!!</div><div><br></div><div><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div dir="auto" style="letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;text-decoration:none"><div><span style="color:rgb(31,73,125);font-family:Arial,sans-serif;font-size:10pt">Franck VEDEL</span></div></div></div><div style="margin:0cm 0cm 0.0001pt"><br></div><div style="font-family:Calibri,sans-serif;font-size:11pt;margin:0cm 0cm 0.0001pt"><br></div></div></div></div><br></div><div><br></div></div></div></blockquote></div><br></div></div></div></blockquote></div></div>