The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/942
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) ===
From 780821f8f64af3bdd1d4a3ceb8d760d3767b8ac8 Mon Sep 17 00:00:00 2001 From: Sungbae Yoo <sungbae....@samsung.com> Date: Mon, 4 Apr 2016 11:26:19 +0900 Subject: [PATCH] Add a document of lxc.rootfs.backend in Korean manpage Update for commit f903986 Signed-off-by: Sungbae Yoo <sungbae....@samsung.com> --- doc/ko/lxc.container.conf.sgml.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/ko/lxc.container.conf.sgml.in b/doc/ko/lxc.container.conf.sgml.in index cb0bc27..90b36c2 100644 --- a/doc/ko/lxc.container.conf.sgml.in +++ b/doc/ko/lxc.container.conf.sgml.in @@ -1505,6 +1505,23 @@ proc proc proc nodev,noexec,nosuid 0 0 </listitem> </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'로 지정할 수 있다. 컨테이너 시작시 어떤 종류인지 추정하는 동안, 시간이 소요될 수 있다. 이 값을 지정함으로써 추가적인 처리를 피할 수 있다. + </para> + </listitem> + </varlistentry> + </variablelist> </refsect2>
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel