From: Sage Weil Date: Thu, 4 Jan 2018 23:13:15 +0000 (-0600) Subject: mgr: remove old 'config set' command X-Git-Tag: v13.0.2~78^2~106 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1ae4f0db955f1a582b048266b86cf6d38e26a7bf;p=ceph-ci.git mgr: remove old 'config set' command 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 --- diff --git a/src/mgr/MgrCommands.h b/src/mgr/MgrCommands.h index 29f0197b221..a8d062a97fa 100644 --- a/src/mgr/MgrCommands.h +++ b/src/mgr/MgrCommands.h @@ -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",