]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: don't use the unified hierarchy for the systemd cgroup yet (#4628)
authorMartin Pitt <martin.pitt@ubuntu.com>
Thu, 10 Nov 2016 04:33:13 +0000 (05:33 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 10 Nov 2016 04:33:13 +0000 (23:33 -0500)
commit843d5baf6aad6c53fc00ea8d95d83209a4f92de1
tree369b1b930462487ced5043ba64ef5ee3cf4ec87c
parentfa000db3912a3ad4dec6e490076beb9a66cb51f0
core: don't use the unified hierarchy for the systemd 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
"systemd.legacy_systemd_cgroup_controller=0".
src/basic/cgroup-util.c