From: Serge Hallyn Date: Fri, 21 Mar 2014 14:01:48 +0000 (-0500) Subject: lxc-create manpage: specify -B best option X-Git-Tag: lxc-1.0.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66f47a86edbb71d0b850f7bdb475b6f9f6595bcb;p=thirdparty%2Flxc.git lxc-create manpage: specify -B best option Signed-off-by: Serge Hallyn Acked-by: Stéphane Graber --- diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in index 03643c5e5..ee5453d8c 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 '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 will be a directory under @LXCPATH@/container/rootfs. 'dir' has the same meaning as 'none', but also allows the optional @@ -152,6 +152,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --fssize SIZE will create a LV (and filesystem) of size SIZE rather than the default, which is 1G. + + If backingstore is 'best', then lxc will try, in order, btrfs, + zfs, lvm, and finally a directory backing store. +