pve-manager/PVE/API2/Ceph
Aaron Lauterer 1572e97358 api: ceph: add endpoint to fetch config keys
This new endpoint allows to get the values of config keys that are
either set in the config db or the ceph.conf file.

Values that are set in the ceph.conf file have priority over values set
in the conifg db via 'ceph config set'.

Expects the --config-keys parameter as a semicolon separated list of
"<section>:<config key>" where the section is a section in the ceph.conf
or config db. For example: global:osd_pool_default_size

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2023-11-21 14:39:17 +01:00
..
Cfg.pm api: ceph: add endpoint to fetch config keys 2023-11-21 14:39:17 +01:00
FS.pm api: cephfs: add 'fs-name' for cephfs storage 2021-11-11 17:52:08 +01:00
Makefile api: ceph: remove deprecrated Pools path 2023-06-21 09:21:04 +02:00
MDS.pm fix #4808: ceph: mds create: use snake_case when setting options 2023-09-06 16:57:10 +02:00
MGR.pm ceph: make all service name regexes the same 2020-03-04 15:38:09 +01:00
MON.pm api: ceph: mon create: remove superfluous verification call 2023-04-12 13:26:49 +02:00
OSD.pm api: osd: destroy: remove mclock max iops settings 2023-11-17 08:09:15 +01:00
Pool.pm api: ceph: deprecate pools in favor of pool 2023-03-20 15:31:04 +01:00