]> 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>
Fri, 8 Aug 2014 18:00:10 +0000 (14:00 -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 78d2f945750bf41d2e962616f10f4313b0258d93..e7e07798de882eec6ef579b0be78e325ff5d7c27 100644 (file)
@@ -155,7 +155,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
@@ -183,7 +183,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 a4f9335d7c4ff019bdbfbc4d9afb1fe1f46be950..4c8b108fbc229217d9c63dcb9fbbb5389f0fa459 100644 (file)
@@ -125,7 +125,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