Created
August 2, 2020 16:33
-
-
Save cjac/6c40751d3d941ed2a83d6df57c3daa15 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mini:~# ceph daemon mon.1 help | |
{ | |
"add_bootstrap_peer_hint": "add peer address as potential bootstrap peer for cluster bringup", | |
"add_bootstrap_peer_hintv": "add peer address vector as potential bootstrap peer for cluster bringup", | |
"config diff": "dump diff of current config and default config", | |
"config diff get": "dump diff get <field>: dump diff of current and default config setting <field>", | |
"config get": "config get <field>: get the config value", | |
"config help": "get config setting schema and descriptions", | |
"config set": "config set <field> <val> [<val> ...]: set a config variable", | |
"config show": "dump current config settings", | |
"config unset": "config unset <field>: unset a config variable", | |
"dump_historic_ops": "show recent ops", | |
"dump_historic_ops_by_duration": "show recent ops, sorted by duration", | |
"dump_historic_slow_ops": "show recent slow ops", | |
"dump_mempools": "get mempool stats", | |
"get_command_descriptions": "list available commands", | |
"git_version": "get git sha1", | |
"help": "list available commands", | |
"log dump": "dump recent log entries to log file", | |
"log flush": "flush log entries to log file", | |
"log reopen": "reopen log file", | |
"mon_status": "show current monitor status", | |
"ops": "show the ops currently in flight", | |
"perf dump": "dump perfcounters value", | |
"perf histogram dump": "dump perf histogram values", | |
"perf histogram schema": "dump perf histogram schema", | |
"perf reset": "perf reset <name>: perf reset all or one perfcounter name", | |
"perf schema": "dump perfcounters schema", | |
"quorum enter": "force monitor back into quorum", | |
"quorum exit": "force monitor out of the quorum", | |
"quorum_status": "show current quorum status", | |
"sessions": "list existing sessions", | |
"sync_force": "force sync of and clear monitor store", | |
"version": "get ceph version" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment