]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: remove old 'config set' command
authorSage Weil <sage@redhat.com>
Thu, 4 Jan 2018 23:13:15 +0000 (17:13 -0600)
committerSage Weil <sage@redhat.com>
Tue, 6 Mar 2018 20:44:48 +0000 (14:44 -0600)
This is a cli command to set a config option on the mgr.  It doesn't
really belong because it only sets it on the mgr that happens to be
active.  It was probably mixed up with the asok or tell command.

Added in 057b73d641decb9403aba50caae9d139f3a34dd4

Signed-off-by: Sage Weil <sage@redhat.com>
src/mgr/MgrCommands.h

index 29f0197b221177d5cce7f5ced2fba6f4dad41c3d..a8d062a97fa6359a93b42dc58f255701558ab8fe 100644 (file)
@@ -132,11 +132,6 @@ COMMAND("service dump",
 COMMAND("service status",
         "dump service state", "service", "r", "cli,rest")
 
-COMMAND("config set " \
-       "name=key,type=CephString name=value,type=CephString",
-       "Set a configuration option at runtime (not persistent)",
-       "mgr", "rw", "cli,rest")
-
 COMMAND("config show " \
        "name=who,type=CephString",
        "Show running configuration",