]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon: remove DEPRECATED note
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 11 Oct 2016 23:08:01 +0000 (19:08 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 12 Oct 2016 13:45:28 +0000 (09:45 -0400)
Now that the client hides deprecated messages, this is redundant.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/MonCommands.h

index 7661ac19cf6fbc27d6e4d8e54b1d4a8a7c42a044..36958de297f05005c3dd933cb6079c86747d90a9 100644 (file)
@@ -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 " \