From 982511e968a3a026266c29603a0d350aff2b3a47 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Tue, 15 Oct 2013 15:45:05 -0700 Subject: [PATCH] MonCommands: note that pg dump options don't work in plaintext Signed-off-by: Greg Farnum Reviewed-by: Sage Weil --- src/mon/MonCommands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 149469c232bd1..b7a5f853928c6 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -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",\ -- 2.39.5