Re: [Openstack-operators] UDP Buffer Filling

2017-07-28 Thread John Petrini
Hi Liping, Thank you for the detailed response! I've gone over our environment and checked the various values. First I found that we are dropping packets on the physcial nics as well as inside the instance (though only when its UDP receive buffer overflows). Our physical nics are using the defau

Re: [Openstack-operators] UDP Buffer Filling

2017-07-28 Thread Saverio Proto
It is merged in Mitaka but your glance images must be decorated with: hw_vif_multiqueue_enabled='true' when you do "openstack image show uuid" in the property you should see this, and then you will have multiqueue Saverio 2017-07-28 14:50 GMT+02:00 John Petrini : > Hi Saverio, > > Thanks fo

Re: [Openstack-operators] UDP Buffer Filling

2017-07-28 Thread Erik McCormick
On Jul 28, 2017 8:51 AM, "John Petrini" wrote: Hi Saverio, Thanks for the info. The parameter is missing completely: I've came across the blueprint for adding the image property hw_vif_multiqueue_enabled. Do you know if this feature is available in

Re: [Openstack-operators] UDP Buffer Filling

2017-07-28 Thread John Petrini
Hi Saverio, Thanks for the info. The parameter is missing completely: I've came across the blueprint for adding the image property hw_vif_multiqueue_enabled. Do you know if this feature is available in Mitaka? John Petrini Platforms Engineer //

Re: [Openstack-operators] UDP Buffer Filling

2017-07-28 Thread Saverio Proto
Hello John, a common problem is packets being dropped when they pass from the hypervisor to the instance. There is bottleneck there. check the 'virsh dumpxml' of one of the instances that is dropping packets. Check for the interface section, should look like:

Re: [Openstack-operators] UDP Buffer Filling

2017-07-27 Thread John Petrini
Hi Pedro, Thank you for the suggestion. I will look into this. John Petrini Platforms Engineer // *CoreDial, LLC* // coredial.com // [image: Twitter] [image: LinkedIn] [image: Google Plus]

[Openstack-operators] UDP Buffer Filling

2017-07-27 Thread John Petrini
Hi List, We are running Mitaka with VLAN provider networking. We've recently encountered a problem where the UDP receive queue on instances is filling up and we begin dropping packets. Moving instances out of OpenStack onto bare metal resolves the issue completely. These instances are running ast