Re: [Lxc-users] [MySQL] Weird performances problem between containers on a same host

2011-08-11 Thread Daniel Lezcano
On 08/11/2011 09:32 AM, Mauras Olivier wrote: > So here's my results. > On 55 packets transmitted for the mysql request > 25 correct checksums > 28 incorrect > > Disabling TSO and GSO doesn't help much, got exact same result AFAIR, you have to disable all the offloading capabilities of the interfa

Re: [Lxc-users] [MySQL] Weird performances problem between containers on a same host

2011-08-11 Thread Mauras Olivier
Ok so to make things working out quickly, i added some network interfaces to the host and moved the MySQL container on a second bridge using eth2 No more speed problem... It only happens on containers sharing the same devices. On Thu, Aug 11, 2011 at 10:10 AM, Mauras Olivier wrote: > Also, bandwi

Re: [Lxc-users] [MySQL] Weird performances problem between containers on a same host

2011-08-11 Thread Mauras Olivier
Also, bandwidth between containers is very bad... scp a file doesn't get over 2.1MB/s - On gigabit interface - and drop over time. On Thu, Aug 11, 2011 at 9:32 AM, Mauras Olivier wrote: > So here's my results. > On 55 packets transmitted for the mysql request > 25 correct checksums > 28 incorrect

Re: [Lxc-users] [PATCH 1/2] working fedora template

2011-08-11 Thread Ramez Hanna
On Wed, Aug 10, 2011 at 5:54 PM, Daniel Lezcano wrote: > On 08/10/2011 09:21 AM, Ramez Hanna wrote: >> On Tue, Aug 9, 2011 at 5:16 PM, Daniel Lezcano >> wrote: >>> On 08/08/2011 10:54 AM, Ramez Hanna wrote: >From c117fc7051971a9166cf5ab1f85cb6331b91a78c Mon Sep 17 00:00:00 2001 From: I

Re: [Lxc-users] [MySQL] Weird performances problem between containers on a same host

2011-08-11 Thread Mauras Olivier
So here's my results. On 55 packets transmitted for the mysql request 25 correct checksums 28 incorrect Disabling TSO and GSO doesn't help much, got exact same result As for the macvlan bridge mode how can i check if it's available or not?? Would it let things work even if not supported? --- Misc