]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add 'zfs' to the parameter of -B option in lxc-create(1)
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 1 Aug 2014 10:37:57 +0000 (19:37 +0900)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 4 Aug 2014 19:46:49 +0000 (15:46 -0400)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
doc/ja/lxc-create.sgml.in
doc/lxc-create.sgml.in

index a28bbd49d6275cf0d2b36d89eb08395d7cf52d71..2848845a7becc5c9fd1c121da3960998c6dd6e15 100644 (file)
@@ -156,7 +156,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
        <listitem>
           <para>
             <!--
-           'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', or 'best'.  The
+           'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', 'zfs', or 'best'.  The
            default is 'dir', meaning that the container root filesystem
            will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
            This backing store type allows the optional
@@ -184,7 +184,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
            <replaceable>&#045;&#045;fssize SIZE</replaceable> will create a LV (and
            filesystem) of size SIZE rather than the default, which is 1G.
             -->
-            'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か 'best' のいずれかを指定します。
+            'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か 'zfs' か 'best' のいずれかを指定します。
             デフォルトは 'dir' で、コンテナのルートファイルシステムが <filename>@LXCPATH@/container/rootfs</filename> 以下のディレクトリであることを意味します。
             'dir' にはオプションとして <replaceable>--dir ROOTFS</replaceable> を指定することも可能です。
             このオプションは、デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります。
index 97354609e0e08e42e8a3b0216a0f9b0cee06f2c8..b90d67312836108ff97eaeda364c8cc848a770a1 100644 (file)
@@ -126,7 +126,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
        </term>
        <listitem>
          <para>
-           'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', or 'best'.  The
+           'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', 'zfs', or 'best'.  The
            default is 'dir', meaning that the container root filesystem
            will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
            This backing store type allows the optional