]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
MonCommands: note that pg dump options don't work in plaintext
authorGreg Farnum <greg@inktank.com>
Tue, 15 Oct 2013 22:45:05 +0000 (15:45 -0700)
committerGreg Farnum <greg@inktank.com>
Tue, 15 Oct 2013 23:10:28 +0000 (16:10 -0700)
Signed-off-by: Greg Farnum <greg@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
src/mon/MonCommands.h

index 149469c232bd1fb344cae97005e2c90ccff0def2..b7a5f853928c6a1dc2e53f6e33bda8c088264313 100644 (file)
@@ -112,7 +112,7 @@ COMMAND("pg send_pg_creates", "trigger pg creates to be issued",\
        "pg", "rw", "cli,rest")
 COMMAND("pg dump " \
        "name=dumpcontents,type=CephChoices,strings=all|summary|sum|delta|pools|osds|pgs|pgs_brief,n=N,req=false", \
-       "show human-readable versions of pg map", "pg", "r", "cli,rest")
+       "show human-readable versions of pg map (only 'all' valid with plain)", "pg", "r", "cli,rest")
 COMMAND("pg dump_json " \
        "name=dumpcontents,type=CephChoices,strings=all|summary|sum|pools|osds|pgs,n=N,req=false", \
        "show human-readable version of pg map in json only",\