From: Joao Eduardo Luis Date: Wed, 17 Jul 2013 14:50:37 +0000 (+0100) Subject: mon: MonCommands: remove obsolete 'sync status' command X-Git-Tag: v0.67-rc1~46 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ad9a1044db392484f5d10afb81cb8d9e34469378;p=ceph.git mon: MonCommands: remove obsolete 'sync status' command Obsoleted by the sync refactor from da0aff28ab478bcc3136715f92bc1af8d4b403c1 Signed-off-by: Joao Eduardo Luis Reviewed-by: Sage Weil --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 90b9c7ee74a5..5b950ca1aefe 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", \