osd: Fix wrong usage for "ceph tell osd.* debug dump_missing"

Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
David Zafman 2015-04-08 12:45:37 -07:00
parent 25015f9aeb
commit 88f5ef4c39

View File

@ -4876,7 +4876,7 @@ COMMAND("heap " \
"name=heapcmd,type=CephChoices,strings=dump|start_profiler|stop_profiler|release|stats", \
"show heap usage info (available only if compiled with tcmalloc)", \
"osd", "rw", "cli,rest")
COMMAND("debug_dump_missing " \
COMMAND("debug dump_missing " \
"name=filename,type=CephFilepath",
"dump missing objects to a named file", "osd", "r", "cli,rest")
COMMAND("debug kick_recovery_wq " \