简体   繁体   中英

Does OpenStack support jumbo frame internal networks over a physical network without jumbo frame support?

There are 2 VMs deployed in two different compute nodes in an Openstack environment. Interfaces of the VMs [configured with 9K MTU] are connected via switch [configured with 9K MTU].

ping with jumbo frame [without fragment] is not working between these two VMs.

ping <IP Address> -I <Interface Name> -s 8972 -M do

No. If physical switch between computes is not configured for jumbo frame support then switch would simply drop these packets.

You need to configure all physical devices in between to have jumbo frame support (like switch and compute node NIC card).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM