From: Sage Weil Date: Tue, 14 Aug 2018 15:54:22 +0000 (-0500) Subject: mon/MonCommands: fix 'osd force-create-pg' X-Git-Tag: v14.0.1~450^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=84843422f402117f10a779b070bd19f30bd3b514;p=ceph.git mon/MonCommands: fix 'osd force-create-pg' Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c Fixes: http://tracker.ceph.com/issues/26940 Signed-off-by: Sage Weil --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 7f9847d74d3..379c792906a 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")