diff options
author | Joao Eduardo Luis <joao.luis@inktank.com> | 2013-07-17 15:50:37 +0100 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-07-17 09:26:20 -0700 |
commit | ad9a1044db392484f5d10afb81cb8d9e34469378 (patch) | |
tree | d64e17b0882d46063a462eb54dae38649c20b3b2 | |
parent | 884fa2fcb6d707b23317bab1da909586ddc27608 (diff) | |
download | ceph-ad9a1044db392484f5d10afb81cb8d9e34469378.tar.gz |
mon: MonCommands: remove obsolete 'sync status' command
Obsoleted by the sync refactor from
da0aff28ab478bcc3136715f92bc1af8d4b403c1
Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | src/mon/MonCommands.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 90b9c7ee74a..5b950ca1aef 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -209,7 +209,6 @@ COMMAND("report name=tags,type=CephString,n=N,req=false", \ COMMAND("quorum_status", "report status of monitor quorum", \ "mon", "r", "cli,rest") COMMAND("mon_status", "report status of monitors", "mon", "r", "cli,rest") -COMMAND("sync status", "report status of monitors", "mon", "r", "cli,rest") COMMAND("sync force " \ "name=validate1,type=CephChoices,strings=--yes-i-really-mean-it " \ "name=validate2,type=CephChoices,strings=--i-know-what-i-am-doing", \ |