<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 11 July 2016 at 12:52, Sam Yaple <span dir="ltr"><<a href="mailto:samuel@yaple.net" target="_blank">samuel@yaple.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>After lots of fun on IRC I have given up this battle. I am giving up quickly because frickler has purposed a workaround (or better solution depending on who you ask). So for all of you keeping track at home, if you want your vxlan and your vlan networks to have the same MTU, here are the relevant options to set as of Mitaka.</div></div></blockquote><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>[DEFAULT]</div><div>global_physnet_mtu = 1550</div><div><div>[ml2]</div><div>path_mtu = 1550</div><div>physical_network_mtus = physnet1:1500</div></div><div><br></div><div>This should go without saying, but i'll say it anyway: Your underlying network interface must be at least 1550 MTU for the above config to result in all instances receiving 1500 mtu regardless of network type. If you want some extra IRC reading, there was a more extensive conversation about this [1]. Good luck, you'll need it.</div><div><br></div><div>[1] <a href="http://eavesdrop.openstack.org/irclogs/%23openstack-neutron/%23openstack-neutron.2016-07-11.log.html#t2016-07-11T13:39:45" target="_blank">http://eavesdrop.openstack.org/irclogs/%23openstack-neutron/%23openstack-neutron.2016-07-11.log.html#t2016-07-11T13:39:45</a></div></div></blockquote><div><br></div><div>To be fair, what was said on there doesn't apply to this fix (which I hadn't seen - I think it was in the channel before I joined).<br><br>You were suggesting that you should still be able to disable MTU advertisement - which, as I pointed out, wouldn't do what you wanted, as it would leave the ports used for DHCP, routing and metatdata servers all with different IPs to your instances in some cases, and likely this would break your system in exciting and unpredictable ways.<br><br>The fix proposed does *not* disable MTU advertisement, however.  It will make Neutron calculate a 1500 MTU for VLAN and VXLAN networks, both - which it will advertise, but that's effectively a no-op and I imagine you don't really care.  The more important thing, though, is that Neutron now understands that the MTUs are 1500 and it will apply that properly to its service ports.  The solution above makes good sense and is much better than disabling advertisement - go with it.<br>-- <br></div><div>Ian.<br></div></div></div></div>