]> git.proxmox.com Git - mirror_lxc.git/commitdiff
doc: Add lxc.rootfs.managed to lxc.container.conf(5)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Wed, 27 Mar 2019 07:52:53 +0000 (16:52 +0900)
committerKATOH Yasufumi <karma@jazz.email.ne.jp>
Wed, 27 Mar 2019 07:52:53 +0000 (16:52 +0900)
Only add to English and Japanese man pages.

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
doc/ja/lxc.container.conf.sgml.in
doc/lxc.container.conf.sgml.in

index 4a5905e4ee1ff1b8ff5af8131da243c13831c2fd..6671221e3172cb021780f690968a59cbdc53c1cb 100644 (file)
@@ -1869,6 +1869,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
           </listitem>
         </varlistentry>
 
+        <varlistentry>
+          <term>
+            <option>lxc.rootfs.managed</option>
+          </term>
+          <listitem>
+            <para>
+              <!--
+              Set this to 0 to indicate that LXC is not managing the
+              container storage, then LXC will not modify the
+              container storage. The default is 1.
+                -->
+              LXC がコンテナのストレージを管理していない場合は、この値を 0 に設定します。
+              0 に設定すると、LXC はコンテナのストレージを変更しません。デフォルト値は 1 です。
+            </para>
+          </listitem>
+        </varlistentry>
+
       </variablelist>
     </refsect2>
 
index ba88587d498c01a5742a153fddb7dd677e8a4aac..ff90d07b013b2ba8d4e2178e00ca52f4ab73f955 100644 (file)
@@ -1407,6 +1407,19 @@ dev/null proc/kcore none bind,relative 0 0
           </listitem>
         </varlistentry>
 
+        <varlistentry>
+          <term>
+            <option>lxc.rootfs.managed</option>
+          </term>
+          <listitem>
+            <para>
+              Set this to 0 to indicate that LXC is not managing the
+              container storage, then LXC will not modify the
+              container storage. The default is 1.
+            </para>
+          </listitem>
+        </varlistentry>
+
       </variablelist>
     </refsect2>