]> git.apps.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)
committerShinobu Kinjo <shinobu@redhat.com>
Fri, 3 Mar 2017 23:03:28 +0000 (08:03 +0900)
Forgot this in 6cbdd6750cf330047d52817b9ee9af31a7d318ae

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 15f17bcca0bde2ed15bb45d67659f4ebbd4cb516)

src/mon/MonCommands.h

index 5fa2079eed8c6ca7c1de8b1d7267dada07a8ae23..e933238561bbe93b09683885e03c2ba1bcbc4f5c 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")