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

Commit

Permalink
[DOC] - Added "Known issues" with CentOS 7 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
clehene authored and Cosmin Lehene committed Apr 13, 2015
1 parent 23ee230 commit 20a5e6b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -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)

0 comments on commit 20a5e6b

Please sign in to comment.