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.0.6~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4af2618bc7757406284eec65dfc65ae63d4e2d25;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 78d2f9457..e7e07798d 100644 --- a/doc/ja/lxc-create.sgml.in +++ b/doc/ja/lxc-create.sgml.in @@ -155,7 +155,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 a4f9335d7..4c8b108fb 100644 --- a/doc/lxc-create.sgml.in +++ b/doc/lxc-create.sgml.in @@ -125,7 +125,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