Re: [lxc-devel] [PATCH 1/1] RFC: api change: default container->daemonize to true

2014-01-14 Thread Stéphane Graber
On Mon, Jan 13, 2014 at 11:08:48AM -0600, Serge Hallyn wrote: > Pretty much the only case where we do NOT want to daemonize > a container start is lxc-start. So make c->daemonize true > by default, and have lxc-start set it to false. > > If there are existing API users who rely on daemonize by >

[lxc-devel] [PATCH 1/1] RFC: api change: default container->daemonize to true

2014-01-13 Thread Serge Hallyn
Pretty much the only case where we do NOT want to daemonize a container start is lxc-start. So make c->daemonize true by default, and have lxc-start set it to false. If there are existing API users who rely on daemonize by default, then they will be broken by this. It seems we should do this bef