From 15f17bcca0bde2ed15bb45d67659f4ebbd4cb516 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 16 Dec 2016 17:42:26 -0500 Subject: [PATCH] mon/MonCommands: remove send_pg_creates from cmd table Forgot this in 6cbdd6750cf330047d52817b9ee9af31a7d318ae Signed-off-by: Sage Weil --- src/mon/MonCommands.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index a2962c45e6f38..603d320888e1c 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") -- 2.39.5