From: KATOH Yasufumi Date: Fri, 1 Aug 2014 10:37:57 +0000 (+0900) Subject: doc: Add 'zfs' to the parameter of -B option in lxc-create(1) X-Git-Tag: lxc-1.1.0.alpha2~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ca73691b95e3b469e7bd9073a6145b4ee1306e7;p=thirdparty%2Flxc.git doc: Add 'zfs' to the parameter of -B option in lxc-create(1) Signed-off-by: KATOH Yasufumi Acked-by: Stéphane Graber --- 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