Comment 3 for bug 2017778

Revision history for this message
Andre Ruiz (andre-ruiz) wrote :

Just for documentation:

This one liner will fix it in all compute nodes:

juju run -a nova-compute "for i in \$(sudo ovs-vsctl show | grep 'Interface dpdk' | awk '{print \$2}'); do sudo ovs-vsctl set Interface \$i mtu_request=9000; done"