From: Sage Weil Date: Thu, 20 Jun 2013 18:23:38 +0000 (-0700) Subject: mon: drop deprecated 'stop_cluster' X-Git-Tag: v0.65~22 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=f420e5c614e77712e78d2f0119678e3d8ff0471f;p=ceph.git mon: drop deprecated 'stop_cluster' Signed-off-by: Sage Weil --- diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h index 5e6f9d4919881..e1ebf31df6ce0 100644 --- a/src/mon/MonCommands.h +++ b/src/mon/MonCommands.h @@ -165,7 +165,6 @@ COMMAND("compact", "cause compaction of monitor's leveldb storage") COMMAND("fsid", "show cluster FSID/UUID") COMMAND("log name=logtext,type=CephString,n=N", \ "log supplied text to the monitor log") -COMMAND("stop_cluster", "DEPRECATED") COMMAND("injectargs " \ "name=injected_args,type=CephString,n=N", \ "inject config arguments into monitor")