]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: remove send_pg_creates from cmd table
authorSage Weil <sage@redhat.com>
Fri, 16 Dec 2016 22:42:26 +0000 (17:42 -0500)
committerSage Weil <sage@redhat.com>
Mon, 6 Feb 2017 14:32:52 +0000 (09:32 -0500)
Forgot this in 6cbdd6750cf330047d52817b9ee9af31a7d318ae

Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonCommands.h

index a2962c45e6f3843310552ba2db363551ec6231b6..603d320888e1c66001d2b64a55925a9dc75f9e91 100644 (file)
 
 COMMAND("pg stat", "show placement group status.", "pg", "r", "cli,rest")
 COMMAND("pg getmap", "get binary pg map to -o/stdout", "pg", "r", "cli,rest")
-COMMAND("pg send_pg_creates", "trigger pg creates to be issued",\
-       "pg", "rw", "cli,rest")
 COMMAND("pg dump " \
        "name=dumpcontents,type=CephChoices,strings=all|summary|sum|delta|pools|osds|pgs|pgs_brief,n=N,req=false", \
        "show human-readable versions of pg map (only 'all' valid with plain)", "pg", "r", "cli,rest")