From: Sage Weil Date: Fri, 16 Dec 2016 22:42:26 +0000 (-0500) Subject: mon/MonCommands: remove send_pg_creates from cmd table X-Git-Tag: v12.0.1~465^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=15f17bcca0bde2ed15bb45d67659f4ebbd4cb516;p=ceph.git mon/MonCommands: remove send_pg_creates from cmd table Forgot this in 6cbdd6750cf330047d52817b9ee9af31a7d318ae Signed-off-by: Sage Weil --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index a2962c45e6f3..603d320888e1 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -123,8 +123,6 @@ 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")