]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/mgr/MgrCommands.h
update sources to 12.2.2
[ceph.git] / ceph / src / mgr / MgrCommands.h
index 1818454e1fcc47df9a5ded7323c5a9c59d5cd55d..79766fafed93acdc1a36b6edb710ece131a3526a 100644 (file)
@@ -131,3 +131,8 @@ COMMAND("service dump",
         "dump service map", "service", "r", "cli,rest")
 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")