From 84843422f402117f10a779b070bd19f30bd3b514 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 14 Aug 2018 10:54:22 -0500 Subject: [PATCH] mon/MonCommands: fix 'osd force-create-pg' Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c Fixes: http://tracker.ceph.com/issues/26940 Signed-off-by: Sage Weil --- src/mon/MonCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 7f9847d74d32f..379c792906a3b 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -834,7 +834,7 @@ COMMAND("osd reweightn " \ "reweight osds with {: ,...})", "osd", "rw", "cli,rest") COMMAND("osd force-create-pg " \ - "name=pgid,type=CephPgid,"\ + "name=pgid,type=CephPgid "\ "name=sure,type=CephChoices,strings=--yes-i-really-mean-it,req=false", \ "force creation of pg ", "osd", "rw", "cli,rest") -- 2.39.5