]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: fix syntax error in osd pool create args 585/head
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 10 Sep 2013 21:47:31 +0000 (14:47 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 10 Sep 2013 21:47:31 +0000 (14:47 -0700)
Just missing a space between pgp_num and properties specification.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/mon/MonCommands.h

index 2949f863888ff6c9c3b30df17252f33244fd7c20..53d7f75e6990b826292919f6c64b46fb0e85e5ee 100644 (file)
@@ -479,7 +479,7 @@ COMMAND("osd pool rmsnap " \
 COMMAND("osd pool create " \
        "name=pool,type=CephPoolname " \
        "name=pg_num,type=CephInt,range=0 " \
-       "name=pgp_num,type=CephInt,range=0,req=false" \
+       "name=pgp_num,type=CephInt,range=0,req=false " \
        "name=properties,type=CephString,n=N,req=false,goodchars=[A-Za-z0-9-_.=]", \
        "create pool", "osd", "rw", "cli,rest")
 COMMAND("osd pool delete " \