[lxc-devel] [PATCH 3/6] give a hint if old cgroup can't be moved

2013-03-05 Thread Jiri Slaby
From: Frederic Crozat When cgroup can't be moved, it might be a hint container is already running. --- src/lxc/cgroup.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lxc/cgroup.c b/src/lxc/cgroup.c index 28f3474..6630d6c 100644 --- a/src/lxc/cgroup.c +++ b/src/lxc/cgroup.c @@ -560,6

Re: [lxc-devel] [PATCH 3/6] give a hint if old cgroup can't be moved

2013-02-19 Thread Serge Hallyn
Quoting Jiri Slaby (jsl...@suse.cz): > From: Frederic Crozat > > When cgroup can't be moved, it might be a hint container is already > running. This becomes obsolete with the patch I sent last week. (Mind you, it reminds us that we need to make sure the monitor test for this condition is workin