You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
You may also notice some packet loss between instances. On busy hosts we've seen 10-15% dropped udp packets!
The root cause is that ovs is adding tagging information to the packets, so the resulting packet that needs to be tunnelled ends up larger than the MTU and is dropped. More information is here: http://openstack.redhat.com/forum/discussion/comment/1565
In order to facilitate this process it would be prudent to configure the nova-network cookbook to allow the Neutron DHCP Agent to make use of the dnsmasq_config_file option and to pre-populate the MTU option into that config file.