From 1ae4f0db955f1a582b048266b86cf6d38e26a7bf Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 4 Jan 2018 17:13:15 -0600 Subject: [PATCH] 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 --- src/mgr/MgrCommands.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/mgr/MgrCommands.h b/src/mgr/MgrCommands.h index 29f0197b22117..a8d062a97fa63 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", -- 2.39.5