diff options
author | Sage Weil <sage@inktank.com> | 2013-06-20 11:23:38 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-06-20 11:23:38 -0700 |
commit | f420e5c614e77712e78d2f0119678e3d8ff0471f (patch) | |
tree | b95e89ceeb2ad02ab3a17a2ce142200738c90309 | |
parent | 4977b88a7cf1eab3b96d96ad4f0257e7b41aaa5b (diff) | |
download | ceph-f420e5c614e77712e78d2f0119678e3d8ff0471f.tar.gz |
mon: drop deprecated 'stop_cluster'
Signed-off-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 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") |