]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Fix wrong usage for "ceph tell osd.* debug dump_missing" 4307/head
authorDavid Zafman <dzafman@redhat.com>
Wed, 8 Apr 2015 19:45:37 +0000 (12:45 -0700)
committerDavid Zafman <dzafman@redhat.com>
Wed, 8 Apr 2015 19:45:37 +0000 (12:45 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
src/osd/OSD.cc

index a76f748369cf64a7ef5643fcaf00e920faa5dae1..a61603b586304f40395170a052206b8184bdfa60 100644 (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 " \