Re: [lxc-devel] [PATCH 2/3] lxc-start: store PID file to lxc_container

2014-01-22 Thread Serge Hallyn
Quoting Qiang Huang (h.huangqi...@huawei.com): > So we can remove PID file untill lxc_container_free. > > This also fix bug: https://github.com/lxc/lxc/issues/89 > > Signed-off-by: Qiang Huang Acked-by: Serge E. Hallyn > --- > src/lxc/lxc_start.c| 9 + > src/lxc/lxccontainer.c |

[lxc-devel] [PATCH 2/3] lxc-start: store PID file to lxc_container

2014-01-21 Thread Qiang Huang
So we can remove PID file untill lxc_container_free. This also fix bug: https://github.com/lxc/lxc/issues/89 Signed-off-by: Qiang Huang --- src/lxc/lxc_start.c| 9 + src/lxc/lxccontainer.c | 7 +++ src/lxc/lxccontainer.h | 6 ++ 3 files changed, 18 insertions(+), 4 deletions