Re: [lxc-devel] [PATCH] lxc-ps: handle cgroup collisions

2013-05-08 Thread Christian Seiler
Hi Serge, a quick comment: > +if lxc-info -P $lxc_path -t RUNNING -n z1; then Just from reading the patch without testing it: s/z1/$container/ -- Christian -- Learn Graph Databases - Download FREE O'Reilly Book "G

Re: [lxc-devel] [PATCH] lxc-ps: handle cgroup collisions

2013-05-08 Thread Serge Hallyn
Quoting Christian Seiler (christ...@iwakd.de): > Hi Serge, > > a quick comment: > > > +if lxc-info -P $lxc_path -t RUNNING -n z1; then > > Just from reading the patch without testing it: s/z1/$container/ cut and paste snafu, thanks! -

Re: [lxc-devel] [PATCH] lxc-ps: handle cgroup collisions

2013-05-08 Thread Serge Hallyn
Quoting Serge Hallyn (serge.hal...@ubuntu.com): > Quoting Christian Seiler (christ...@iwakd.de): > > Hi Serge, > > > > a quick comment: > > > > > +if lxc-info -P $lxc_path -t RUNNING -n z1; then > > > > Just from reading the patch without testing it: s/z1/$container/ > > cut and paste snafu

[lxc-devel] [PATCH] lxc-shutdown: fix lxc_path variable

2013-05-08 Thread Dwight Engen
Signed-off-by: Dwight Engen --- src/lxc/lxc-shutdown.in | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lxc/lxc-shutdown.in b/src/lxc/lxc-shutdown.in index 953ee6e..c81e736 100644 --- a/src/lxc/lxc-shutdown.in +++ b/src/lxc/lxc-shutdown.in @@ -41,7 +41,7 @@ al

Re: [lxc-devel] [PATCH] lxc-shutdown: fix lxc_path variable

2013-05-08 Thread Serge Hallyn
Quoting Dwight Engen (dwight.en...@oracle.com): > Signed-off-by: Dwight Engen Thanks Dwight - yeah I've caught myself getting it wrong in other places. Acked-by: Serge E. Hallyn and applied/pushed. > --- > src/lxc/lxc-shutdown.in | 12 ++-- > 1 file changed, 6 insertions(+), 6 deleti