diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-19 16:42:26 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2020-02-23 09:58:23 +0100 |
| commit | efb959545497182593b9b303671df602b8c6af92 (patch) | |
| tree | 5201f7f87a0e7edcefc97927cd93244676edcb6c /man7/cgroups.7 | |
| parent | d4c9a848289ae7e97eb848f2d2f44631246fefe7 (diff) | |
| download | man-pages-efb959545497182593b9b303671df602b8c6af92.tar.gz | |
cgroups.7: Add a subsection on cgroup v2 mount options and include 'nsdelegate'
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/cgroups.7')
| -rw-r--r-- | man7/cgroups.7 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index afeda1523a..b0e386f512 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -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 , |
