]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommands: fix 'osd force-create-pg'
authorSage Weil <sage@redhat.com>
Tue, 14 Aug 2018 15:54:22 +0000 (10:54 -0500)
committerSage Weil <sage@redhat.com>
Tue, 14 Aug 2018 15:54:22 +0000 (10:54 -0500)
Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c
Fixes: http://tracker.ceph.com/issues/26940
Signed-off-by: Sage Weil <sage@redhat.com>
src/mon/MonCommands.h

index 7f9847d74d32f37aef8b13785c5fbd88b3a53d92..379c792906a3b9d2829ba08b3454ec5874e9a27a 100644 (file)
@@ -834,7 +834,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")