]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add a document of lxc.rootfs.backend in Korean manpage 942/head
authorSungbae Yoo <sungbae.yoo@samsung.com>
Mon, 4 Apr 2016 02:26:19 +0000 (11:26 +0900)
committerSungbae Yoo <sungbae.yoo@samsung.com>
Mon, 4 Apr 2016 02:26:19 +0000 (11:26 +0900)
Update for commit f903986

Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
doc/ko/lxc.container.conf.sgml.in

index cb0bc271659206a53c216d982ba1d24a40223b67..90b36c2fa17fc720ea4506397949988dd5e1eccc 100644 (file)
@@ -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>