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

Commit

Permalink
Merge pull request #24 from clehene/master
Browse files Browse the repository at this point in the history
[DOC] - Added "Known issues" with CentOS 7 notes
  • Loading branch information
ibuildthecloud committed Apr 14, 2015
2 parents 23ee230 + 20a5e6b commit 58b2620
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
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 58b2620

Please sign in to comment.