Skip to content
This repository was archived by the owner on Feb 24, 2023. It is now read-only.

Commit 58b2620

Browse files
Merge pull request #24 from clehene/master
[DOC] - Added "Known issues" with CentOS 7 notes
2 parents 23ee230 + 20a5e6b commit 58b2620

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,17 @@ TimeoutStopSec=15
134134
WantedBy=multi-user.target
135135
```
136136

137+
Known issues
138+
============
139+
140+
### Inconsistent cgroup
141+
CentOS 7 is inconsistent in the way it handles some cgroups.
142+
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.
143+
144+
This will cause `systemd-docker` to fail unless run with`systemd-docker --cgroups name=systemd run`
145+
146+
See https://github.com/ibuildthecloud/systemd-docker/issues/15 for details.
147+
137148
License
138149
-------
139150
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)

0 commit comments

Comments
 (0)