From: KATOH Yasufumi Date: Wed, 27 Mar 2019 07:52:53 +0000 (+0900) Subject: doc: Add lxc.rootfs.managed to lxc.container.conf(5) X-Git-Tag: lxc-3.2.0~110^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31362893b2cca5de275311939430ca3fd6b3ea6;p=thirdparty%2Flxc.git doc: Add lxc.rootfs.managed to lxc.container.conf(5) Only add to English and Japanese man pages. Signed-off-by: KATOH Yasufumi --- diff --git a/doc/ja/lxc.container.conf.sgml.in b/doc/ja/lxc.container.conf.sgml.in index 4a5905e4e..6671221e3 100644 --- a/doc/ja/lxc.container.conf.sgml.in +++ b/doc/ja/lxc.container.conf.sgml.in @@ -1869,6 +1869,23 @@ by KATOH Yasufumi + + + + + + + + LXC がコンテナのストレージを管理していない場合は、この値を 0 に設定します。 + 0 に設定すると、LXC はコンテナのストレージを変更しません。デフォルト値は 1 です。 + + + + diff --git a/doc/lxc.container.conf.sgml.in b/doc/lxc.container.conf.sgml.in index ba88587d4..ff90d07b0 100644 --- a/doc/lxc.container.conf.sgml.in +++ b/doc/lxc.container.conf.sgml.in @@ -1407,6 +1407,19 @@ dev/null proc/kcore none bind,relative 0 0 + + + + + + + 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. + + + +