Commit e3136289 by KATOH Yasufumi

doc: Add lxc.rootfs.managed to lxc.container.conf(5)

Only add to English and Japanese man pages. Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp>
parent c3b7fd80
...@@ -1869,6 +1869,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp> ...@@ -1869,6 +1869,23 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
</refsect2> </refsect2>
......
...@@ -1407,6 +1407,19 @@ dev/null proc/kcore none bind,relative 0 0 ...@@ -1407,6 +1407,19 @@ dev/null proc/kcore none bind,relative 0 0
</listitem> </listitem>
</varlistentry> </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> </variablelist>
</refsect2> </refsect2>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment