From 60656b379b494375330e91dd62f258b921dd31a8 Mon Sep 17 00:00:00 2001 From: Laurent Barbe Date: Mon, 5 Oct 2015 21:58:24 +0200 Subject: [PATCH] doc: Add 'rbd' to the parameter of backingstore in lxc-create(1) Signed-off-by: Laurent Barbe --- doc/lxc-create.sgml.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in index 3339bf3df..ffaa73882 100644 --- a/doc/lxc-create.sgml.in +++ b/doc/lxc-create.sgml.in @@ -126,7 +126,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA - 'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', 'zfs', or 'best'. The + 'backingstore' is one of 'dir', 'lvm', 'loop', 'btrfs', 'zfs', 'rbd', 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 @@ -157,6 +157,12 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA If backingstore is 'loop', you can use --fstype FSTYPE and --fssize SIZE as 'lvm'. The default values for these options are the same as 'lvm'. + + If backingstore is 'rbd', then you will need to have a valid configuration in ceph.conf and a ceph.client.admin.keyring defined. + You can specify the following options : + --rbdname RBDNAME will create a blockdevice named RBDNAME rather than the default, which is the container name. + --rbdpool POOL will create the blockdevice in the pool named POOL, rather than the default, which is 'lxc'. + If backingstore is 'best', then lxc will try, in order, btrfs, zfs, lvm, and finally a directory backing store. -- 2.47.2