From: Sage Weil Date: Tue, 14 Aug 2018 15:54:22 +0000 (-0500) Subject: mon/MonCommands: fix 'osd force-create-pg' X-Git-Tag: v13.2.2~47^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23872%2Fhead;p=ceph.git mon/MonCommands: fix 'osd force-create-pg' Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c Fixes: http://tracker.ceph.com/issues/26940 Signed-off-by: Sage Weil (cherry picked from commit 84843422f402117f10a779b070bd19f30bd3b514) --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 9dd3158000bd..9aa9996d3017 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -825,7 +825,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")