mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 03:44:32 +00:00
lxc-create manpage: specify -B best option
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
ef53625fe1
commit
a526a632e0
@ -126,7 +126,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
'backingstore' is one of 'none', 'dir', 'lvm', 'loop', or 'btrfs'. The
|
'backingstore' is one of 'none', 'dir', 'lvm', 'loop', 'btrfs', or 'best'. The
|
||||||
default is 'none', meaning that the container root filesystem
|
default is 'none', meaning that the container root filesystem
|
||||||
will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
|
will be a directory under <filename>@LXCPATH@/container/rootfs</filename>.
|
||||||
'dir' has the same meaning as 'none', but also allows the optional
|
'dir' has the same meaning as 'none', but also allows the optional
|
||||||
@ -153,6 +153,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|||||||
<replaceable>--fssize SIZE</replaceable> will create a LV (and
|
<replaceable>--fssize SIZE</replaceable> will create a LV (and
|
||||||
filesystem) of size SIZE rather than the default, which is 1G.
|
filesystem) of size SIZE rather than the default, which is 1G.
|
||||||
</para>
|
</para>
|
||||||
|
<para>
|
||||||
|
If backingstore is 'best', then lxc will try, in order, btrfs,
|
||||||
|
zfs, lvm, and finally a directory backing store.
|
||||||
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user