Commit 933acbed by KATOH Yasufumi

doc: Add lxc.rootfs.backend in Japanese lxc.container.conf(5)

Update for commit f9039861Signed-off-by: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp>
parent 6f72255b
...@@ -1548,6 +1548,24 @@ proc proc proc nodev,noexec,nosuid 0 0 ...@@ -1548,6 +1548,24 @@ proc proc proc nodev,noexec,nosuid 0 0
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>
<option>lxc.rootfs.backend</option>
</term>
<listitem>
<para>
<!--
specify the rootfs backend type to use, for instance 'dir' or
'zfs'. While this can be guessed by lxc at container startup,
doing so takes time. Specifying it here avoids extra
processing.
-->
使用するバックエンドのタイプを、例えば 'dir' や 'zfs' のように指定します。
コンテナ起動時に LXC が推測できますが、時間がかかります。これを指定すると、余分な処理を避けられます。
</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