-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for mtu > 1500? #679
Comments
Also, this means we're running our storage over a 1500 byte MTU network, which is going to impact storage performance. |
Reading the documentation (and checking our Neutron configuration), it looks like the max mtu and default mtu setting is the same. I can update it to 9000, but all future Neutron networks will have their default mtu set to 9000, and the recommendation is to update all current Neutron networks to 9000. Would there be possible consequences to this change? @hakasapl do you know if anything would have to change on the switch? |
@tzumainn ESI would need to set the MTU on the switchport - does it currently do that? Other than that everything else upstream if 9216 MTU so it should be fine |
The ansible playbooks currently have this line: https://github.com/CCI-MOC/network-runner/blob/devel/etc/ansible/roles/network-runner/providers/dellemc.os9.os9/conf_access_port.yaml#L8 Does this mean all our MTUs are already set to 9216 on the switch anyway? |
@tzumainn yes we should be good in that case |
Is it possible to support network MTUs greater than 1500 bytes? I tried:
And was told:
Why I care:
The text was updated successfully, but these errors were encountered: