From ad9a1044db392484f5d10afb81cb8d9e34469378 Mon Sep 17 00:00:00 2001 From: Joao Eduardo Luis Date: Wed, 17 Jul 2013 15:50:37 +0100 Subject: [PATCH] mon: MonCommands: remove obsolete 'sync status' command Obsoleted by the sync refactor from da0aff28ab478bcc3136715f92bc1af8d4b403c1 Signed-off-by: Joao Eduardo Luis Reviewed-by: Sage Weil --- src/mon/MonCommands.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 90b9c7ee74a5b..5b950ca1aefe5 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", \ -- 2.39.5