<div dir="ltr">Ian,<div><br></div><div>Overthinking and corner cases led to the existing implementation which doesn't solve the MTU problem and arguably makes the situation worse because options in the configuration files give operators the impression they can control it. For example, the segment_mtu does nothing in the in-tree drivers, the network_device_mtu option only impacts parts of some in-tree drivers, and path_mtu only provides a way to change the MTU for VMs for all in-tree drivers. I ran my experiments without any of these options to provide a clean slate for empirically analyzing the problem and finding a solution for the majority of operators.</div><div><br></div><div>Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 25, 2016 at 6:31 AM, Sean M. Collins <span dir="ltr"><<a href="mailto:sean@coreitpro.com" target="_blank">sean@coreitpro.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mon, Jan 25, 2016 at 01:37:55AM EST, Kevin Benton wrote:<br>
> At a minimum I think we should pick a default in devstack and dump a<br>
> warning in neutron if operators don't specify it.<br>
<br>
</span>Here's the DevStack change that implements this.<br>
<br>
<a href="https://review.openstack.org/#/c/267604/" rel="noreferrer" target="_blank">https://review.openstack.org/#/c/267604/</a><br>
<br>
Again this just fixes it for DevStack. Deployers still need to set the<br>
MTUs by hand in their deployment tool of choice. I would hope that we<br>
can still move forward with some sort of automatic discovery - and also<br>
figure out a way to take it from 3 different config knobs down to like<br>
one master knob, for the sake of sanity.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sean M. Collins<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
__________________________________________________________________________<br>
OpenStack Development Mailing List (not for usage questions)<br>
Unsubscribe: <a href="http://OpenStack-dev-request@lists.openstack.org?subject:unsubscribe" rel="noreferrer" target="_blank">OpenStack-dev-request@lists.openstack.org?subject:unsubscribe</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" rel="noreferrer" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</div></div></blockquote></div><br></div>