Re: [lxc-devel] [PATCH 2/2] python3: Handle invalid global config keys

2014-06-10 Thread Stéphane Graber
On Tue, Jun 10, 2014 at 12:08:59PM -0400, Chuck Short wrote: > > From ca1d20fd125bc63f8b0e04c80c1032f5bdb580b8 Mon Sep 17 00:00:00 2001 > From: Chuck Short > Date: Tue, 10 Jun 2014 12:05:58 -0400 > Subject: [PATCH 2/2] python3: Handle invalid global config keys > > Signed-off-by: Chuck Short

Re: [lxc-devel] [PATCH 1/2] python2: Don't require a template name

2014-06-10 Thread Stéphane Graber
On Tue, Jun 10, 2014 at 12:08:20PM -0400, Chuck Short wrote: > The template name isn't required, if it's not passed, then create will > simply be asked to create a container without a rootfs. > > Signed-off-by: Chuck Short Acked-by: Stéphane Graber > From c629b7c1adcf64ad1da9f3bdc0b30434147e71

[lxc-devel] [lxc/lxc] b7ee86: cgfs: Log the whole cgroup path too

2014-06-10 Thread GitHub
Branch: refs/heads/stable-1.0 Home: https://github.com/lxc/lxc Commit: b7ee866b8afe2c8a002f42218c73a8191b016e03 https://github.com/lxc/lxc/commit/b7ee866b8afe2c8a002f42218c73a8191b016e03 Author: Stéphane Graber Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M src/lxc

[lxc-devel] [lxc/lxc] b7aa56: tests: Wait 5s for init to respond in lxc-test-aut...

2014-06-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/lxc/lxc Commit: b7aa56b85ca96f321ef6aadb60a28f8c16bec44d https://github.com/lxc/lxc/commit/b7aa56b85ca96f321ef6aadb60a28f8c16bec44d Author: Stéphane Graber Date: 2014-06-10 (Tue, 10 Jun 2014) Changed paths: M src/tests/l

[lxc-devel] [PATCH 2/2] python3: Handle invalid global config keys

2014-06-10 Thread Chuck Short
From ca1d20fd125bc63f8b0e04c80c1032f5bdb580b8 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Tue, 10 Jun 2014 12:05:58 -0400 Subject: [PATCH 2/2] python3: Handle invalid global config keys Signed-off-by: Chuck Short --- lxc.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) d

[lxc-devel] [PATCH 1/2] python2: Don't require a template name

2014-06-10 Thread Chuck Short
The template name isn't required, if it's not passed, then create will simply be asked to create a container without a rootfs. Signed-off-by: Chuck Short From c629b7c1adcf64ad1da9f3bdc0b30434147e7100 Mon Sep 17 00:00:00 2001 From: Chuck Short Date: Tue, 10 Jun 2014 12:04:36 -0400 Subject: [PATCH

Re: [lxc-devel] LXC 1.0.4 approaching

2014-06-10 Thread Michael H. Warfield
On Tue, 2014-06-10 at 07:18 -0400, Dwight Engen wrote: > On Mon, 9 Jun 2014 11:06:03 -0400 > Stéphane Graber wrote: > > > Hey there, > > > > I just pushed Mike's lxc-autostart change to 1.0.4 as it was requested > > by both him (for Fedora) and Dwight (for Oracle). > > > > There's one more cras

Re: [lxc-devel] TODO list?

2014-06-10 Thread Stephan Sachse
hi, maybe this https://www.redhat.com/archives/libvir-list/2014-February/msg01545.html https://lists.linuxcontainers.org/pipermail/lxc-devel/2014-February/008223.html /me -- Software is like sex, it's better when it's free! ___ lxc-devel mailing lis

Re: [lxc-devel] LXC 1.0.4 approaching

2014-06-10 Thread Dwight Engen
On Mon, 9 Jun 2014 11:06:03 -0400 Stéphane Graber wrote: > Hey there, > > I just pushed Mike's lxc-autostart change to 1.0.4 as it was requested > by both him (for Fedora) and Dwight (for Oracle). > > There's one more crasher in the python3 binding I'd like to sort out > and then I think I'll b