[lxc-devel] [PATCH] Update Japanese lxc-create(1) for 'best' option

KATOH Yasufumi karma at jazz.email.ne.jp
Fri Mar 21 17:19:33 UTC 2014


Update for commit a526a632e007c0d666dbe953cf7b39fbf26b63db

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>
---
 doc/ja/lxc-create.sgml.in | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/doc/ja/lxc-create.sgml.in b/doc/ja/lxc-create.sgml.in
index 13a9c1a..b6a078d 100644
--- a/doc/ja/lxc-create.sgml.in
+++ b/doc/ja/lxc-create.sgml.in
@@ -156,7 +156,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 	<listitem>
           <para>
             <!--
-	    'backingstore' is one of 'none', 'dir', 'lvm', 'loop', or 'btrfs'.  The
+	    'backingstore' is one of 'none', 'dir', 'lvm', 'loop', 'btrfs', or 'best'.  The
 	    default is 'none', meaning that the container root filesystem
 	    will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
 	    'dir' has the same meaning as 'none', but also allows the optional
@@ -183,7 +183,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 	    <replaceable>--fssize SIZE</replaceable> will create a LV (and
 	    filesystem) of size SIZE rather than the default, which is 1G.
             -->
-            <replaceable>backingstore</replaceable> には 'none' か 'dir' か 'lvm' か 'btrfs' のいずれかを指定します.
+            'backingstore' には 'none' か 'dir' か 'lvm' か 'btrfs' か 'best' のいずれかを指定します.
             デフォルトは 'none' で,コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します.
 'dir' は 'none' と同じ意味ですが,オプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です.
             このオプションは,デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります.
@@ -197,6 +197,13 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
             <replaceable>--fstype FSTYPE</replaceable> は LV 上のファイルシステムをデフォルト値である ext4 の代わりに FSTYPE で指定したもので作成します.
             <replaceable>--fssize SIZE</replaceable> はデフォルト値である 1G の代わりに SIZE で指定したサイズで LV を作成します.
 	  </para>
+	  <para>
+            <!--
+	    If backingstore is 'best', then lxc will try, in order, btrfs,
+	    zfs, lvm, and finally a directory backing store.
+            -->
+            backingstore が 'best' の時,lxc は btrfs, zfs, lvm, dir の順に試行します.
+	  </para>
 	</listitem>
       </varlistentry>
 
-- 
1.8.5.2 (Apple Git-48)



More information about the lxc-devel mailing list