Re: [lxc-devel] [PATCH 6/6] Enable lxc_fini() to destroy container on shutdown This works for any bdev-type but is only used for overlayfs and aufs now

2015-09-07 Thread Serge Hallyn
Quoting Christian Brauner (christianvanbrau...@gmail.com): > Now we can e.g. implement ephemeral containers in a consistent way. > > Signed-off-by: Christian Brauner > > 100.0% src/lxc/ > diff --git a/src/lxc/start.c b/src/lxc/start.c > index ffb8d12..1179d2c

Re: [lxc-devel] [PATCH 6/6] Enable lxc_fini() to destroy container on shutdown This works for any bdev-type but is only used for overlayfs and aufs now

2015-09-07 Thread Christian Brauner
On Mon, Sep 07, 2015 at 05:25:03PM +, Serge Hallyn wrote: > Quoting Christian Brauner (christianvanbrau...@gmail.com): > > Now we can e.g. implement ephemeral containers in a consistent way. > > > > Signed-off-by: Christian Brauner > > > > 100.0% src/lxc/ > >

Re: [lxc-devel] [PATCH 6/6] Enable lxc_fini() to destroy container on shutdown This works for any bdev-type but is only used for overlayfs and aufs now

2015-09-07 Thread Christian Brauner
On Mon, Sep 07, 2015 at 05:13:56PM +, Serge Hallyn wrote: > Quoting Christian Brauner (christianvanbrau...@gmail.com): > > Fixes for the return value checks. > > > > On Sun, Sep 06, 2015 at 10:38:21AM +0200, Christian Brauner wrote: > > > Now we can e.g. implement ephemeral containers in a

[lxc-devel] [PATCH 6/6] Enable lxc_fini() to destroy container on shutdown This works for any bdev-type but is only used for overlayfs and aufs now

2015-09-06 Thread Christian Brauner
Now we can e.g. implement ephemeral containers in a consistent way. Signed-off-by: Christian Brauner 100.0% src/lxc/ diff --git a/src/lxc/start.c b/src/lxc/start.c index ffb8d12..1179d2c 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -83,6 +83,11 @@ const

Re: [lxc-devel] [PATCH 6/6] Enable lxc_fini() to destroy container on shutdown This works for any bdev-type but is only used for overlayfs and aufs now

2015-09-06 Thread Christian Brauner
Fixes for the return value checks. On Sun, Sep 06, 2015 at 10:38:21AM +0200, Christian Brauner wrote: > Now we can e.g. implement ephemeral containers in a consistent way. > > Signed-off-by: Christian Brauner > > 100.0% src/lxc/ > diff --git a/src/lxc/start.c