mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-26 23:37:22 +00:00
doc: Add 'zfs' to the parameter of -B option in lxc-create(1)
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
03c315afc1
commit
3ca73691b9
@ -156,7 +156,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
|
||||
@ -184,7 +184,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
|
||||
<replaceable>--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 を置くということになります。
|
||||
|
@ -126,7 +126,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
|
||||
|
Loading…
Reference in New Issue
Block a user