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
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