From 61254835297120114c69397727b1e75d22345288 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 10 Jan 2018 05:34:54 +0100 Subject: [PATCH] cgroups.7: Add some rationale for the existence of the "domain invalid" cgroup type Signed-off-by: Michael Kerrisk --- man7/cgroups.7 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 215e2eaad..0d7bafa0c 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -1167,6 +1167,14 @@ cgroup by writing the string to the .I cgroup.type file. +.IP +The rationale for the existence of this "interim" type +during the creation of a threaded subtree +(rather than the kernel simply immediately converting all cgroups +under the threaded root to the type +.IR threaded ) +is to allow for +possible future extensions to the thread mode model .\" .SS Threaded versus domain controllers With the addition of threads mode,