From 4af2618bc7757406284eec65dfc65ae63d4e2d25 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=utf8 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 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 -- 2.47.2