From: Zbigniew Jędrzejewski-Szmek Date: Mon, 20 Feb 2017 00:33:48 +0000 (-0500) Subject: man: describe the cgroup hierarchy kernel commandline options X-Git-Tag: v233~41^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee0755131de1986e816f8e003d848532f6e36f3e;p=thirdparty%2Fsystemd.git man: describe the cgroup hierarchy kernel commandline options Fixes #4827. v2: - update for the inverted interpration of systemd.legacy_systemd_cgroup_controller --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 415b8d3cf98..f9ce4e0c69d 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -92,6 +92,8 @@ systemd.default_standard_error= systemd.setenv= systemd.machine_id= + systemd.unified_cgroup_hierarchy + systemd.legacy_systemd_cgroup_controller Parameters understood by the system and service manager to control system behavior. For details, see diff --git a/man/systemd.xml b/man/systemd.xml index 2964fecd25e..c6f26131395 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1010,6 +1010,41 @@ for every boot. + + systemd.unified_cgroup_hierarchy + + When specified without an argument or with a true argument, + enables the usage of + unified cgroup hierarchy + (a.k.a. cgroups-v2). When specified with a false argument, fall back to + hybrid or full legacy cgroup hierarchy. + + If this option is not specified, the default behaviour is determined + during compilation (the + option). If the kernel does not support unified cgroup hierarchy, the legacy + hierarchy will be used even if this option is specified. + + + + + systemd.legacy_systemd_cgroup_controller + + Takes effect if the full unified cgroup hierarchy is not used + (see previous option). When specified without an argument or with a true + argument, disables the use of "hybrid" cgroup hierarchy (i.e. a cgroups-v2 + tree used for systemd, and + legacy + cgroup hierarchy, a.k.a. cgroups-v1, for other controllers), and + forces a full "legacy" mode. When specified with a false argument, enables + the use of "hybrid" hierarchy. + + If this option is not specified, the default behaviour is determined + during compilation (the + option). If the kernel does not support unified cgroup hierarchy, the legacy + hierarchy will be used even if this option is specified. + + + quiet