cgroups.7: Add a subsection on cgroup v2 mount options and include 'nsdelegate'

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-02-19 16:42:26 +01:00
parent d4c9a84828
commit efb9595454
1 changed files with 9 additions and 0 deletions

View File

@ -618,6 +618,15 @@ filesystem at
.I /sys/fs/cgroup/unified
during the boot process.
.\"
.SS Cgroups v2 mount options
The following options
.RI ( "mount -o" )
can be specified when mounting the group v2 filesystem:
.TP
.IR nsdelegate " (since Linux 4.15)"
Treat cgroup namespaces as delegation boundaries.
For details, see below.
.\"
.SS Cgroups v2 controllers
The following controllers, documented in the kernel source file
.IR Documentation/cgroup-v2.txt ,