]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonCommand: fix description of "osd pg-upmap"
authorxie xingguo <xie.xingguo@zte.com.cn>
Thu, 22 Jun 2017 09:26:47 +0000 (17:26 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Thu, 22 Jun 2017 09:26:47 +0000 (17:26 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/mon/MonCommands.h

index 00a1642e07f566faed176d74665446a57838d507..69a63964c8355e9bea6f72c0dc96fdb121d93ee6 100644 (file)
@@ -749,13 +749,12 @@ COMMAND("osd pg-temp " \
 COMMAND("osd pg-upmap " \
        "name=pgid,type=CephPgid " \
        "name=id,type=CephOsdName,n=N", \
-       "set pg_upmap mapping <pgid>:[<id> [<id>...]] primary <primary> (developers only)", \
+       "set pg_upmap mapping <pgid>:[<id> [<id>...]] (developers only)", \
         "osd", "rw", "cli,rest")
 COMMAND("osd rm-pg-upmap " \
        "name=pgid,type=CephPgid",                                      \
        "clear pg_upmap mapping for <pgid> (developers only)", \
         "osd", "rw", "cli,rest")
-
 COMMAND("osd pg-upmap-items " \
        "name=pgid,type=CephPgid " \
        "name=id,type=CephOsdName,n=N", \