From 20a5e6bc53e13b3501df00969ca8d12cdda92a8b Mon Sep 17 00:00:00 2001
From: clehene <clehene@gmail.com>
Date: Fri, 27 Mar 2015 10:43:28 -0700
Subject: [PATCH] [DOC] - Added "Known issues" with CentOS 7 notes

---
 README.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/README.md b/README.md
index 539f420..bd064a4 100644
--- a/README.md
+++ b/README.md
@@ -134,6 +134,17 @@ TimeoutStopSec=15
 WantedBy=multi-user.target
 ```
 
+Known issues
+============
+
+### Inconsistent cgroup
+CentOS 7 is inconsistent in the way it handles some cgroups. 
+It has `3:cpuacct,cpu:/user.slice` in `/proc/[pid]/cgroups` which is inconsistent with the cgroup path `/sys/fs/cgroup/cpu,cpuacct/` that systemd-docker is trying to move pids to.
+
+This will cause `systemd-docker` to fail unless run with`systemd-docker --cgroups name=systemd run`
+
+See https://github.com/ibuildthecloud/systemd-docker/issues/15 for details.
+
 License
 -------
 [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
-- 
GitLab