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

2013-04-24 Thread Stéphane Graber
On 04/24/2013 10:35 PM, S.Çağlar Onur wrote: > Just wanted to remind that we still need this on top of Dwight's awesome > work so that start work reliably. Looks good to me. Acked-by: Stéphane Graber > On Tue, Apr 23, 2013 at 5:24 PM, S.Çağlar Onur > wrote: > > Fr

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

2013-04-24 Thread S . Çağlar Onur
Just wanted to remind that we still need this on top of Dwight's awesome work so that start work reliably. On Tue, Apr 23, 2013 at 5:24 PM, S.Çağlar Onur wrote: > From: "S.Çağlar Onur" > > Trying to start multiple containers concurrently may cause > lxc_monitor_read_timeout to fail as select c

[lxc-devel] [PATCH 1/2] Support starting containers concurrently

2013-04-23 Thread S . Çağlar Onur
From: "S.Çağlar Onur" Trying to start multiple containers concurrently may cause lxc_monitor_read_timeout to fail as select call could be interrupted by a signal, handle it. Signed-off-by: S.Çağlar Onur --- src/lxc/state.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff

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

2013-04-17 Thread S . Çağlar Onur
Hi Serge, On Wed, Apr 17, 2013 at 6:02 PM, Serge Hallyn wrote: > Quoting S.Çağlar Onur (cag...@10ur.org): > > From: "S.Çağlar Onur" > > > > Trying to start multiple containers concurrently may cause > lxc_monitor_read_timeout to fail as select call could be interrupted by a > signal, handle it.

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

2013-04-17 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > From: "S.Çağlar Onur" > > Trying to start multiple containers concurrently may cause > lxc_monitor_read_timeout to fail as select call could be interrupted by a > signal, handle it. > > Signed-off-by: S.Çağlar Onur > --- > src/lxc/state.c |9 +++

[lxc-devel] [PATCH 1/2] Support starting containers concurrently

2013-04-17 Thread S . Çağlar Onur
From: "S.Çağlar Onur" Trying to start multiple containers concurrently may cause lxc_monitor_read_timeout to fail as select call could be interrupted by a signal, handle it. Signed-off-by: S.Çağlar Onur --- src/lxc/state.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) di

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

2013-04-17 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > Hi, > > That's up to you, I can keep them in my branch till we endup with a new > monitor code or you can merge them now and they start to work with new > monitor code later. > > I'm using git to send those patches and I can easily add signed-off lines >

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

2013-04-17 Thread S . Çağlar Onur
Hi, That's up to you, I can keep them in my branch till we endup with a new monitor code or you can merge them now and they start to work with new monitor code later. I'm using git to send those patches and I can easily add signed-off lines (I even don't know why they are missing as I believe I u

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

2013-04-17 Thread Serge Hallyn
Quoting S.Çağlar Onur (cag...@10ur.org): > From: "S.Çağlar Onur" > > Trying to start multiple containers concurrently may cause > lxc_monitor_read_timeout to fail as select call could be interrupted by a > signal, handle it. Hi, so if I understand right we're waiting on this for a redesign of

[lxc-devel] [PATCH 1/2] Support starting containers concurrently

2013-04-15 Thread S . Çağlar Onur
From: "S.Çağlar Onur" Trying to start multiple containers concurrently may cause lxc_monitor_read_timeout to fail as select call could be interrupted by a signal, handle it. --- src/lxc/state.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lxc/state.c b/sr

[lxc-devel] [PATCH 1/2] Support starting containers concurrently

2013-04-14 Thread S . Çağlar Onur
From: "S.Çağlar Onur" Trying to start multiple containers concurrently may cause lxc_monitor_read_timeout to fail as select call could be interrupted by a signal, handle it. --- src/lxc/state.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/lxc/state.c b/sr