]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: vstart update a few options
authorMao Zhongyi <maozy.fnst@cn.fuitsu.com>
Thu, 7 Jun 2018 07:05:28 +0000 (15:05 +0800)
committerMao Zhongyi <maozy.fnst@cn.fujitsu.com>
Mon, 11 Jun 2018 10:44:45 +0000 (18:44 +0800)
Add missing several options in vstart and make
these options arranged in alphabetical order.

Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
doc/dev/dev_cluster_deployement.rst

index 71ae8c6adce862755c929967796ac238387dfd8f..798ea95684477e6f7abfc1f557704d6ce887f443 100644 (file)
@@ -21,6 +21,30 @@ In order to stop the cluster, you can type::
 Options
 =======
 
+.. option:: -b, --bluestore
+
+    Use bluestore as the objectstore backend for osds.
+
+.. option:: --cache <pool>
+
+    Set a cache-tier for the specified pool.
+
+.. option:: -d, --debug
+
+    Launch in debug mode.
+
+.. option:: -e
+
+    Create an erasure pool.
+
+.. option:: -f, --filestore
+
+    Use filestore as the osd objectstore backend.
+
+.. option:: --hitset <pool> <hit_set_type>
+
+    Enable hitset tracking.
+
 .. option:: -i ip_address
 
     Bind to the specified *ip_address* instead of guessing and resolve from hostname.
@@ -29,6 +53,10 @@ Options
 
     Keep old configuration files instead of overwritting theses.
 
+.. option:: -K, --kstore
+
+    Use kstore as the osd objectstore backend.
+
 .. option:: -l, --localhost
 
     Use localhost instead of hostanme.
@@ -37,49 +65,69 @@ Options
 
     Specifies monitor *ip* address and *port*.
 
+.. option:: --memstore
+
+    Use memstore as the objectstore backend for osds
+
+.. option:: --multimds <count>
+
+    Allow multimds with maximum active count.
+
 .. option:: -n, --new
 
     Create a new cluster.
 
-.. option:: -o config
+.. option:: -N, --not-new
 
-    Add *config* to all sections in the ceph configuration.
+    Reuse existing cluster config (default).
 
 .. option:: --nodaemon
 
     Use ceph-run as wrapper for mon/osd/mds.
 
-.. option:: --smallmds
+.. option:: --nolockdep
 
-    Configure mds with small limit cache size.
+    Disable lockdep
 
-.. option:: -x
+.. option:: -o <config>
 
-    Enable Cephx (on by default).
+    Add *config* to all sections in the ceph configuration.
 
-.. option:: -X
+.. option:: --rgw_port <port>
 
-    Disable Cephx.
+    Specify ceph rgw http listen port.
 
-.. option:: -d, --debug
+.. option:: --rgw_frontend <frontend>
+
+    Specify the rgw frontend configuration (default is civetweb).
 
-    Launch in debug mode
+.. option:: --rgw_compression <compression_type>
+
+    Specify the rgw compression plugin (default is disabled).
+
+.. option:: --smallmds
+
+    Configure mds with small limit cache size.
+
+.. option:: --short
+
+    Short object names only; necessary for ext4 dev
 
 .. option:: --valgrind[_{osd,mds,mon}] 'valgrind_toolname [args...]'
 
     Launch the osd/mds/mon/all the ceph binaries using valgrind with the specified tool and arguments.
 
-.. option:: --bluestore
+.. option:: --without-dashboard
 
-    Use bluestore as the objectstore backend for osds
+    Do not run using mgr dashboard.
 
-.. option:: --memstore
+.. option:: -x
 
-    Use memstore as the objectstore backend for osds
+    Enable cephx (on by default).
 
-.. option:: --cache <pool>
+.. option:: -X
 
-    Set a cache-tier for the specified pool
+    Disable cephx.
 
 
 Environment variables