From: Mao Zhongyi Date: Thu, 7 Jun 2018 07:05:28 +0000 (+0800) Subject: doc: vstart update a few options X-Git-Tag: v14.0.1~1137^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c62714b81a22cf3fd63970bf8d9a040f1e3faa1b;p=ceph-ci.git doc: vstart update a few options Add missing several options in vstart and make these options arranged in alphabetical order. Signed-off-by: Mao Zhongyi --- diff --git a/doc/dev/dev_cluster_deployement.rst b/doc/dev/dev_cluster_deployement.rst index 71ae8c6adce..798ea956844 100644 --- a/doc/dev/dev_cluster_deployement.rst +++ b/doc/dev/dev_cluster_deployement.rst @@ -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 + + 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 + + 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 + + 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 - Enable Cephx (on by default). + Add *config* to all sections in the ceph configuration. -.. option:: -X +.. option:: --rgw_port - Disable Cephx. + Specify ceph rgw http listen port. -.. option:: -d, --debug +.. option:: --rgw_frontend + + Specify the rgw frontend configuration (default is civetweb). - Launch in debug mode +.. option:: --rgw_compression + + 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 +.. option:: -X - Set a cache-tier for the specified pool + Disable cephx. Environment variables