From: Patrick Donnelly Date: Tue, 11 Oct 2016 23:08:01 +0000 (-0400) Subject: mon: remove DEPRECATED note X-Git-Tag: v11.1.0~593^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=16da7c1bbbe74d0f4002a046b48aa0010d2e4f1b;p=ceph.git mon: remove DEPRECATED note Now that the client hides deprecated messages, this is redundant. Signed-off-by: Patrick Donnelly --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 7661ac19cf6f..36958de297f0 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -227,10 +227,10 @@ COMMAND("auth rm " \ /* * Monitor commands (Monitor.cc) */ -COMMAND_WITH_FLAG("compact", "cause compaction of monitor's leveldb storage (DEPRECATED)", \ +COMMAND_WITH_FLAG("compact", "cause compaction of monitor's leveldb storage", \ "mon", "rw", "cli,rest", \ FLAG(NOFORWARD)|FLAG(DEPRECATED)) -COMMAND_WITH_FLAG("scrub", "scrub the monitor stores (DEPRECATED)", \ +COMMAND_WITH_FLAG("scrub", "scrub the monitor stores", \ "mon", "rw", "cli,rest", \ FLAG(DEPRECATED)) COMMAND("fsid", "show cluster FSID/UUID", "mon", "r", "cli,rest") @@ -256,7 +256,7 @@ COMMAND_WITH_FLAG("mon_status", "report status of monitors", "mon", "r", "cli,re COMMAND_WITH_FLAG("sync force " \ "name=validate1,type=CephChoices,strings=--yes-i-really-mean-it,req=false " \ "name=validate2,type=CephChoices,strings=--i-know-what-i-am-doing,req=false", \ - "force sync of and clear monitor store (DEPRECATED)", \ + "force sync of and clear monitor store", \ "mon", "rw", "cli,rest", \ FLAG(NOFORWARD)|FLAG(DEPRECATED)) COMMAND_WITH_FLAG("heap " \