diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2017-11-28 17:14:33 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-11-28 17:14:33 -0600 |
commit | 3de6395ae3b8780ab501f3cf8688e1cb2a9f0243 (patch) | |
tree | 0f92c5cbaa01841dbcf1821b887bef094865c201 /NEWS.md | |
parent | 6bb7ebec483a96e258c64ea3fea18358d7893fee (diff) |
split cgroups mounting out of sysfs
This is neceessary to allow cgroups to be mounted in an lxc/lxd
container.
Fixes https://github.com/openrc/openrc/issues/187
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -5,6 +5,23 @@ the information in this file is in reverse order. ## OpenRC 0.35 +In this version, the cgroups mounting logic has been moved from the +sysfs service to the cgroups service. This was done so cgroups can be +mounted inside an lxc/lxd container without using the other parts of the +sysfs service. + +?As a result of this change, if you are upgrading, you need to add +cgroups to your sysinit runlevel by running the following command as +root: + +``` +# rc-update add cgroups sysinit +``` + +For more information, see the following issue: + +https://github.com/openrc/openrc/issues/187 + Consider this your second notification with regard to /etc/mtab being a file instead of a symbolic link. |