From: Abhishek Lekshmanan Date: Mon, 18 Jan 2016 10:57:42 +0000 (+0100) Subject: doc: vstart update a few commandline switches X-Git-Tag: v10.0.4~190^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F7263%2Fhead;p=ceph.git doc: vstart update a few commandline switches Add a few more available commandline switches to vstart quickstart documentation Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/dev/dev_cluster_deployement.rst b/doc/dev/dev_cluster_deployement.rst index d8c0d3c16d6..4c64c4f7766 100644 --- a/doc/dev/dev_cluster_deployement.rst +++ b/doc/dev/dev_cluster_deployement.rst @@ -73,6 +73,23 @@ Options Launch the osd/mds/mon/all the ceph binaries using valgrind with the specified tool and arguments. +.. option:: --{mon,osd,mds}_num + + Set the count of mon/osd/mds daemons + +.. option:: --bluestore + + Use bluestore as the objectstore backend for osds + +.. option:: --memstore + + Use memstore as the objectstore backend for osds + +.. option:: --cache + + Set a cache-tier for the specified pool + + Environment variables =====================