From: Joao Eduardo Luis Date: Fri, 8 May 2015 18:15:03 +0000 (+0100) Subject: mon: MonCommands.h: DEPRECATE 'ceph sync force' X-Git-Tag: v9.0.3~21^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e8f72151b751c9b20271e1b7db4ab06d7fea754;p=ceph.git mon: MonCommands.h: DEPRECATE 'ceph sync force' Signed-off-by: Joao Eduardo Luis --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 9116e2065197..918db816e4c7 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -255,8 +255,9 @@ 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", "mon", "rw", "cli,rest", \ - FLAG(NOFORWARD)) + "force sync of and clear monitor store (DEPRECATED)", \ + "mon", "rw", "cli,rest", \ + FLAG(NOFORWARD)|FLAG(DEPRECATED)) COMMAND_WITH_FLAG("heap " \ "name=heapcmd,type=CephChoices,strings=dump|start_profiler|stop_profiler|release|stats", \ "show heap usage info (available only if compiled with tcmalloc)", \