From: Joao Eduardo Luis Date: Fri, 8 May 2015 18:14:16 +0000 (+0100) Subject: mon: MonCommands.h: DEPRECATE 'ceph scrub' X-Git-Tag: v9.0.3~21^2~8 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1814d7441bbb53a3d99c7a779a68b8f5e84fd169;p=ceph.git mon: MonCommands.h: DEPRECATE 'ceph scrub' Signed-off-by: Joao Eduardo Luis --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index dc335f9109b3..17a59b92a3b0 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -225,7 +225,9 @@ COMMAND("auth del " \ */ COMMAND_WITH_FLAG("compact", "cause compaction of monitor's leveldb storage", \ "mon", "rw", "cli,rest", FLAG(NOFORWARD)) -COMMAND("scrub", "scrub the monitor stores", "mon", "rw", "cli,rest") +COMMAND_WITH_FLAG("scrub", "scrub the monitor stores (DEPRECATED)", \ + "mon", "rw", "cli,rest", \ + FLAG(DEPRECATED)) COMMAND("fsid", "show cluster FSID/UUID", "mon", "r", "cli,rest") COMMAND("log name=logtext,type=CephString,n=N", \ "log supplied text to the monitor log", "mon", "rw", "cli,rest")