chiark / gitweb /
core: don't use the unified hierarchy for the elogind cgroup yet (#4628)
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 10 Nov 2016 04:33:13 +0000 (05:33 +0100)
committerSven Eden <yamakuzure@gmx.net>
Mon, 17 Jul 2017 15:58:35 +0000 (17:58 +0200)
commitb5f1976b7a6c8b3cb7c5befa72aee4b4688f9c81
tree3201578d3c42fc359879cabe50dbbf9a6ced9c0a
parent5b75195d7551cd03ceb525aeb0f784d85e14dca2
core: don't use the unified hierarchy for the elogind cgroup yet (#4628)

Too many things don't get along with the unified hierarchy yet:

 * https://github.com/opencontainers/runc/issues/1175
 * https://github.com/docker/docker/issues/28109
 * https://github.com/lxc/lxc/issues/1280

So revert the default to the legacy hierarchy for now. Developers of the above
software can opt into the unified hierarchy with
"elogind.legacy_elogind_cgroup_controller=0".
src/basic/cgroup-util.c