summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-06-20 11:23:38 -0700
committerSage Weil <sage@inktank.com>2013-06-20 11:23:38 -0700
commitf420e5c614e77712e78d2f0119678e3d8ff0471f (patch)
treeb95e89ceeb2ad02ab3a17a2ce142200738c90309
parent4977b88a7cf1eab3b96d96ad4f0257e7b41aaa5b (diff)
downloadceph-f420e5c614e77712e78d2f0119678e3d8ff0471f.tar.gz
mon: drop deprecated 'stop_cluster'
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/mon/MonCommands.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mon/MonCommands.h b/src/mon/MonCommands.h
index 5e6f9d49198..e1ebf31df6c 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")