mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 09:48:32 +00:00
doc: Add lxc.rootfs.managed to lxc.container.conf(5)
Only add to English and Japanese man pages. Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
This commit is contained in:
parent
c3b7fd80d9
commit
e31362893b
@ -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
|
|||||||
</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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user