From 5793df4cdf378c5544dc7ca6800e8c080d3d4bd1 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 18 Jan 2016 11:57:42 +0100 Subject: [PATCH] doc: vstart update a few commandline switches Add a few more available commandline switches to vstart quickstart documentation Signed-off-by: Abhishek Lekshmanan --- doc/dev/dev_cluster_deployement.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/dev/dev_cluster_deployement.rst b/doc/dev/dev_cluster_deployement.rst index d8c0d3c16d60..4c64c4f7766f 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 ===================== -- 2.47.3