mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
osd: Fix wrong usage for "ceph tell osd.* debug dump_missing"
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
25015f9aeb
commit
88f5ef4c39
@ -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 " \
|
||||
|
Loading…
Reference in New Issue
Block a user