The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3561

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Update for commit b87ed83bbc7db3f826b4f54df1bb458c2c539be7

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From bf73687ae5ab99335390c6817ca91bc7c0793880 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Sun, 25 Oct 2020 01:35:35 +0900
Subject: [PATCH] Update Japanese pam_cgfs(8) to reflect lack of support for
 pure cgroupv2

Update for commit b87ed83bbc7db3f826b4f54df1bb458c2c539be7

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 doc/ja/pam_cgfs.sgml.in | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/doc/ja/pam_cgfs.sgml.in b/doc/ja/pam_cgfs.sgml.in
index bc8c470def..80a4a5699c 100644
--- a/doc/ja/pam_cgfs.sgml.in
+++ b/doc/ja/pam_cgfs.sgml.in
@@ -93,17 +93,18 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
     <para>
       <!--
-      The <command>pam_cgfs.so</command> module can handle both pure cgroupfs 
v1
-      (<filename>/sys/fs/cgroup/$controller</filename>) and pure cgroupfs
-      v2 (<filename>/sys/fs/cgroup</filename>), as well as mixed mounts,
+      The <command>pam_cgfs.so</command> module can handle pure cgroupfs v1
+      (<filename>/sys/fs/cgroup/$controller</filename>) and mixed mounts,
       where some controllers are mounted in a standard cgroupfs v1 hierarchy
       (<filename>/sys/fs/cgroup/$controller</filename>) and others in
       cgroupfs v2 hierarchy (<filename>/sys/fs/cgroup/unified</filename>).
       Writeable cgroups are either created for all controllers or, if 
specified,
-      for only controllers listed as arguments on the command line.
-      -->
-      <command>pam_cgfs.so</command> モジュールは、cgroupfs v1 
(<filename>/sys/fs/cgroup/$controller</filename>) と cgroupfs v2 
(<filename>/sys/fs/cgroup</filename>) のいずれも扱えます。また、コントローラのいくつかが cgroupfs v1 ツリー 
(<filename>/sys/fs/cgroup/$controller</filename>) で、それ以外が cgroupfs v2 
(<filename>/sys/fs/cgroup/unified</filename>) ツリーと言ったようなミックスでも扱えます。
+      for only controllers listed as arguments on the command line. 
+      Pure cgroup v2 mount is not covered by the pam_cgfs.so module.
+       -->
+      <command>pam_cgfs.so</command> モジュールは、純粋な cgroupfs v1 
(<filename>/sys/fs/cgroup/$controller</filename>) ツリーと、コントローラのいくつかが cgroupfs v1 
ツリー (<filename>/sys/fs/cgroup/$controller</filename>) で、それ以外が cgroupfs v2 
(<filename>/sys/fs/cgroup/unified</filename>) ツリーと言ったようなミックスマウントを扱えます。
       書き込み可能な cgroup がすべてのコントローラ用に作られます。また、引数で指定すれば、指定したコントローラのみ書き込み可能な cgroup 
が作られます。
+      純粋な cgroup v2 のみのマウントは pam_cgfs.so モジュールでは対象外です。
     </para>
 
     <para>
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to