Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marty Sweet
To add to my last reply, I have just created the following compute examples, tests all run with the VM launch on the same Hypervisor: === Offering with 50Mbps === # tc class show dev

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marty Sweet
Yeah, from the libvirt website (http://libvirt.org/cgroups.html): Network tuning The net_cls is not currently used. Instead traffic filter policies are set directly against individual virtual network interfaces. However, when bandwidth limiting is applied, I can't see any obvious rules with any

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marcus Sorensen
Check the XML that was generated when the VM in question was started: # virsh dumpxml i-2-15-VM | egrep "inbound|outbound" See if the settings match what you put in your network offering or properties (whichever applies to your situation). On Oct 28, 2013 1:44 PM, "Marty Swee

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marcus Sorensen
It just uses the libvirt XML, which uses cgroups, which uses tc rules. On Mon, Oct 28, 2013 at 2:25 PM, Marty Sweet wrote: > Hi Marcus, > > My earlier email mentioned those configurations, unfortunately not really > complying with what was set out in the compute offering. > After setting the comp

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marty Sweet
Hi Marcus, My earlier email mentioned those configurations, unfortunately not really complying with what was set out in the compute offering. After setting the compute offering network limit and stop/starting the VMs the lines do not appear, and outbound traffic has returned to normal speeds but i

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marty Sweet
Thanks for the links, while I have set 0 for all the properties the following results still occur: Guest -> Other Server : >900Mbps (As expected) Other Server -> Guest (so inbound to the VM) : Varies depending on hypervisor host: 121, 405, 233, 234Mbps Each hypervisor has 2 NICS in an LACP bond,

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Marcus Sorensen
Yeah, the bandwidth limiting for KVM was dropped into 4.2. You just need to tweak your settings, whether it's on network offerings or global. On Mon, Oct 28, 2013 at 8:25 AM, Wei ZHOU wrote: > Please read this artcle http://support.citrix.com/article/CTX132019 > Hope this help you. > > > 2013/10/

Re: Bandwidth Shaping - Ubuntu 12.04.3 KVM

2013-10-28 Thread Wei ZHOU
Please read this artcle http://support.citrix.com/article/CTX132019 Hope this help you. 2013/10/28 Marty Sweet > Hi Guys, > > Following my upgrade from 4.1.1 -> 4.2.0, I have noticed that VM traffic is > now limited to 2Mbits. > My compute offerings were already 1000 for network limit and I hav