@@ -75,22 +75,24 @@ priority order that Ceph uses to set options is:
7575
7676Typing _ ceph config -h_ will summarize the set of commands available:
7777
78- > $ ceph config -h
79- > \[ ...\]
80- > config assimilate-conf Assimilate options from a conf, and return a
81- > new, minimal conf file
82- > config dump Show all configuration option(s)
83- > config get <who > {<key >} Show configuration option(s) for an entity
84- > config help <key > Describe a configuration option
85- > config log {<int >} Show recent history of config changes
86- > config reset <int > Revert configuration to previous state
87- > config rm <who > <name > Clear a configuration option for one or more
88- > entities
89- > config set <who > <name > <value > Set a configuration option for one or more
90- > entities
91- > config show <who > {<key >} Show running configuration
92- > config show-with-defaults <who > Show running configuration (including compiled-
93- > in defaults)
78+ ``` bash
79+ $ ceph config -h
80+ \[ ...\]
81+ config assimilate-conf Assimilate options from a conf, and return a
82+ new, minimal conf file
83+ config dump Show all configuration option(s)
84+ config get < who> {< key> } Show configuration option(s) for an entity
85+ config help < key> Describe a configuration option
86+ config log {< int> } Show recent history of config changes
87+ config reset < int> Revert configuration to previous state
88+ config rm < who> < name> Clear a configuration option for one or more
89+ entities
90+ config set < who> < name> < value> Set a configuration option for one or more
91+ entities
92+ config show < who> {< key> } Show running configuration
93+ config show-with-defaults < who> Show running configuration (including compiled-
94+ in defaults)
95+ ```
9496
9597A good place to start is simply dumping the cluster configuration:
9698
0 commit comments