From 3ca73691b95e3b469e7bd9073a6145b4ee1306e7 Mon Sep 17 00:00:00 2001 From: KATOH Yasufumi Date: Fri, 1 Aug 2014 19:37:57 +0900 Subject: [PATCH] doc: Add 'zfs' to the parameter of -B option in lxc-create(1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- doc/ja/lxc-create.sgml.in | 4 ++-- doc/lxc-create.sgml.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ja/lxc-create.sgml.in b/doc/ja/lxc-create.sgml.in index a28bbd49d..2848845a7 100644 --- a/doc/ja/lxc-create.sgml.in +++ b/doc/ja/lxc-create.sgml.in @@ -156,7 +156,7 @@ by KATOH Yasufumi - 'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か 'best' のいずれかを指定します。 + 'backingstore' には 'dir' か 'lvm' か 'loop' か 'btrfs' か 'zfs' か 'best' のいずれかを指定します。 デフォルトは 'dir' で、コンテナのルートファイルシステムが @LXCPATH@/container/rootfs 以下のディレクトリであることを意味します。 'dir' にはオプションとして --dir ROOTFS を指定することも可能です。 このオプションは、デフォルトの代わりに特定のパス以下にコンテナの rootfs を置くということになります。 diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in index 97354609e..b90d67312 100644 --- a/doc/lxc-create.sgml.in +++ b/doc/lxc-create.sgml.in @@ -126,7 +126,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - '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 @LXCPATH@/container/rootfs. This backing store type allows the optional