Re: [lxc-devel] Linux Plumbers 2013 - Container mini-summit, (hopefully) final schedule

2013-09-18 Thread Claudio Kuenzler
On Tue, Sep 17, 2013 at 3:01 AM, Stéphane Graber wrote: > Hey everyone, > > So I just went through everything the other track leads accepted over > the past couple of weeks and split the remaining time as well as > (unfortunately) reduced some of the current time allocation for some of > the talks

Re: [lxc-devel] Linux Plumbers 2013 - Container mini-summit, (hopefully) final schedule

2013-09-18 Thread Stéphane Graber
On Wed, Sep 18, 2013 at 09:30:28AM +0200, Claudio Kuenzler wrote: > On Tue, Sep 17, 2013 at 3:01 AM, Stéphane Graber wrote: > > > Hey everyone, > > > > So I just went through everything the other track leads accepted over > > the past couple of weeks and split the remaining time as well as > > (un

[lxc-devel] [lxc/lxc] 025ed0: make heavier use of process_lock (v2)

2013-09-18 Thread GitHub
Branch: refs/heads/staging Home: https://github.com/lxc/lxc Commit: 025ed0f3911836b71f498d8368725c77a7e1932a https://github.com/lxc/lxc/commit/025ed0f3911836b71f498d8368725c77a7e1932a Author: Serge Hallyn Date: 2013-09-18 (Wed, 18 Sep 2013) Changed paths: M src/lxc/af_un

Re: [lxc-devel] [PATCH] Add get_interfaces to the API - v3

2013-09-18 Thread Stéphane Graber
On Mon, Sep 16, 2013 at 05:01:11PM -0400, S.Çağlar Onur wrote: > get_ips accepts an interface name as a parameter but there was no > way to get the interfaces names from the container. This patch > introduces a new get_interfaces call to the API so that users > can obtain the name of the interfaces

[lxc-devel] [PATCH trivial] lxc-create: add -P to --lxcpath option help text

2013-09-18 Thread Serge Hallyn
Signed-off-by: Serge Hallyn --- src/lxc/lxc_create.c | 32 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/lxc/lxc_create.c b/src/lxc/lxc_create.c index ab5886b..4f205e8 100644 --- a/src/lxc/lxc_create.c +++ b/src/lxc/lxc_create.c @@ -120,22 +1

Re: [lxc-devel] [PATCH] Add get_interfaces to the API - v3

2013-09-18 Thread S . Çağlar Onur
Do you want me to sync this on top of staging and re-send?I think they are conflicting right now. On Wed, Sep 18, 2013 at 2:47 PM, Stéphane Graber wrote: > On Mon, Sep 16, 2013 at 05:01:11PM -0400, S.Çağlar Onur wrote: > > get_ips accepts an interface name as a parameter but there was no > > way

[lxc-devel] [PATCH] Add get_interfaces to the API - v4

2013-09-18 Thread S . Çağlar Onur
get_ips accepts an interface name as a parameter but there was no way to get the interfaces names from the container. This patch introduces a new get_interfaces call to the API so that users can obtain the name of the interfaces. Support for python bindings also introduced as a part of this versio

Re: [lxc-devel] [PATCH trivial] lxc-create: add -P to --lxcpath option help text

2013-09-18 Thread Stéphane Graber
On Wed, Sep 18, 2013 at 02:00:42PM -0500, Serge Hallyn wrote: > Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber > --- > src/lxc/lxc_create.c | 32 > 1 file changed, 16 insertions(+), 16 deletions(-) > > diff --git a/src/lxc/lxc_create.c b/src/lxc/lxc_cre

Re: [lxc-devel] [PATCH 1/1] make heavier use of process_lock (v2)

2013-09-18 Thread S . Çağlar Onur
Hi Serge, [resending as lxc-devel rejected my first mail due to its size] On Wed, Sep 18, 2013 at 11:20 AM, Serge Hallyn wrote: > pthread_mutex_lock() will only return an error if it was set to > PTHREAD_MUTEX_ERRORCHECK and we are recursively calling it (and > would otherwise have deadlocked).

[lxc-devel] [lxc/lxc] 799f29: Add get_interfaces to the API

2013-09-18 Thread GitHub
Branch: refs/heads/staging Home: https://github.com/lxc/lxc Commit: 799f29ab699f08e67231b012f20a25e23a6c391d https://github.com/lxc/lxc/commit/799f29ab699f08e67231b012f20a25e23a6c391d Author: S.Çağlar Onur Date: 2013-09-18 (Wed, 18 Sep 2013) Changed paths: M src/lxc/lxcc

Re: [lxc-devel] [PATCH] Add get_interfaces to the API - v3

2013-09-18 Thread Stéphane Graber
On Wed, Sep 18, 2013 at 03:11:28PM -0400, S.Çağlar Onur wrote: > Not at all as I already did it on my tree, sending in a minute as v4... Thanks, and pushed! > > > On Wed, Sep 18, 2013 at 2:58 PM, Stéphane Graber wrote: > > > On Wed, Sep 18, 2013 at 02:53:33PM -0400, S.Çağlar Onur wrote: > > >

Re: [lxc-devel] [PATCH] Add get_interfaces to the API - v3

2013-09-18 Thread Stéphane Graber
On Wed, Sep 18, 2013 at 02:53:33PM -0400, S.Çağlar Onur wrote: > Do you want me to sync this on top of staging and re-send?I think they are > conflicting right now. Ah, if you don't mind, that'd be great (I started doing it but I'm getting interrupted quite a bit since I'm attending a conference)!

Re: [lxc-devel] [PATCH] Add get_interfaces to the API - v3

2013-09-18 Thread S . Çağlar Onur
Not at all as I already did it on my tree, sending in a minute as v4... On Wed, Sep 18, 2013 at 2:58 PM, Stéphane Graber wrote: > On Wed, Sep 18, 2013 at 02:53:33PM -0400, S.Çağlar Onur wrote: > > Do you want me to sync this on top of staging and re-send?I think they > are > > conflicting right

[lxc-devel] [lxc/lxc] e3f46b: lxc-create: add -P to --lxcpath option help text

2013-09-18 Thread GitHub
Branch: refs/heads/staging Home: https://github.com/lxc/lxc Commit: e3f46bfbcffb48b65d71058ca4437f50e72e9de8 https://github.com/lxc/lxc/commit/e3f46bfbcffb48b65d71058ca4437f50e72e9de8 Author: Serge Hallyn Date: 2013-09-18 (Wed, 18 Sep 2013) Changed paths: M src/lxc/lxc_c

[lxc-devel] Cells open source release

2013-09-18 Thread Jeremy C. Andrus
Hello everyone, On behalf of myself and the rest of the Cells team here at Columbia University, I would like to announce the release of the Cells open source project: info: http://cells.cs.columbia.edu/ code: https://cells-source.cs.columbia.edu/ Cells provides multiple, isolated, virtual And

[lxc-devel] Cells open source release

2013-09-18 Thread Jeremy C. Andrus
Hello everyone, On behalf of myself and the rest of the Cells team here at Columbia University, I would like to announce the release of the Cells open source project: info: http://cells.cs.columbia.edu/ code: https://cells-source.cs.columbia.edu/ Cells provides multiple, isolated, virtual A