Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-23 Thread Stéphane Graber
On 04/23/2013 11:27 PM, S.Çağlar Onur wrote: > Hi, > > I accidentally send new patches with the old subject. I was trying to > add V2 or something to subject line but run git send-email mistakenly, > you can use them but sorry about the confusion. > > Best, Pushed. > On Tue, Apr 23, 2013 at 5:1

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-23 Thread S . Çağlar Onur
Hi, I accidentally send new patches with the old subject. I was trying to add V2 or something to subject line but run git send-email mistakenly, you can use them but sorry about the confusion. Best, On Tue, Apr 23, 2013 at 5:19 PM, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-23 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > On 04/23/2013 05:29 AM, S.Çağlar Onur wrote: > > Hey Stéphane, > > > > On Wed, Apr 17, 2013 at 6:06 PM, Serge Hallyn > > wrote: > > > > Quoting S.Çağlar Onur (cag...@10ur.org ): > > >

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-23 Thread Stéphane Graber
On 04/23/2013 05:29 AM, S.Çağlar Onur wrote: > Hey Stéphane, > > On Wed, Apr 17, 2013 at 6:06 PM, Serge Hallyn > wrote: > > Quoting S.Çağlar Onur (cag...@10ur.org ): > > From: "S.Çağlar Onur" mailto:cag...@10ur.org>> > > > >

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-22 Thread S . Çağlar Onur
Hey Stéphane, On Wed, Apr 17, 2013 at 6:06 PM, Serge Hallyn wrote: > Quoting S.Çağlar Onur (cag...@10ur.org): > > From: "S.Çağlar Onur" > > > > Trying to stop multiple containers concurrently ends up with "cgroup is > not mounted" errors as multiple threads corrupts the shared variables. > > Fix

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-17 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > From: "S.Çağlar Onur" > > Trying to stop multiple containers concurrently ends up with "cgroup is not > mounted" errors as multiple threads corrupts the shared variables. > Fix that stack corruption and start to use getmntent_r to support stopping > mu

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-16 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > From: "S.Çağlar Onur" > > Trying to stop multiple containers concurrently ends up with "cgroup is not > mounted" errors as multiple threads corrupts the shared variables. > Fix that stack corruption and start to use getmntent_r to support stopping > mu

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-15 Thread S . Çağlar Onur
Hi Serge, I find some free time today so I just sent them again for review. On Mon, Apr 15, 2013 at 2:00 PM, S.Çağlar Onur wrote: > Hi Serge, > > Thanks for the review. If you are not in a hurry I can send another round > that includes your suggestions in couple of days. > > Best, > > > On Mo

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-15 Thread S . Çağlar Onur
Hi Serge, Thanks for the review. If you are not in a hurry I can send another round that includes your suggestions in couple of days. Best, On Mon, Apr 15, 2013 at 1:12 PM, Serge Hallyn wrote: > Quoting S.Çağlar Onur (cag...@10ur.org): > > From: "S.Çağlar Onur" > > > > Trying to stop multiple

Re: [lxc-devel] [PATCH 2/2] Support stopping containers concurrently

2013-04-15 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > From: "S.Çağlar Onur" > > Trying to stop multiple containers concurrently ends up with "cgroup is not > mounted" errors as multiple threads corrupts the shared variables. > Fix that stack corruption and start to use getmntent_r to support stopping > mu