]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: fix 'osd force-create-pg' 23872/head
authorSage Weil <sage@redhat.com>
Tue, 14 Aug 2018 15:54:22 +0000 (10:54 -0500)
committerNathan Cutler <ncutler@suse.com>
Sun, 2 Sep 2018 13:17:40 +0000 (15:17 +0200)
Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c
Fixes: http://tracker.ceph.com/issues/26940
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 84843422f402117f10a779b070bd19f30bd3b514)

src/mon/MonCommands.h

index 9dd3158000bdb4449ffb0e99326c878c71eb345d..9aa9996d3017e4a80136d30661c16b041d9aae6c 100644 (file)
@@ -825,7 +825,7 @@ COMMAND("osd reweightn " \
        "reweight osds with {<id>: <weight>,...})",
        "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 <pgid>",
         "osd", "rw", "cli,rest")