diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /doc/mgr/mds_autoscaler.rst | |
parent | Initial commit. (diff) | |
download | ceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/mgr/mds_autoscaler.rst')
-rw-r--r-- | doc/mgr/mds_autoscaler.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/mgr/mds_autoscaler.rst b/doc/mgr/mds_autoscaler.rst new file mode 100644 index 000000000..46fc44155 --- /dev/null +++ b/doc/mgr/mds_autoscaler.rst @@ -0,0 +1,23 @@ +MDS Autoscaler Module +===================== + +The MDS Autoscaler Module monitors file systems to ensure sufficient MDS +daemons are available. It works by adjusting the placement specification for +the orchestrator backend of the MDS service. To enable, use: + +.. sh: + + ceph mgr module enable mds_autoscaler + +The module will monitor the following file system settings to inform +placement count adjustments: + +- ``max_mds`` file system setting +- ``standby_count_wanted`` file system setting + +The Ceph monitor daemons are still responsible for promoting or stopping MDS +according to these settings. The ``mds_autoscaler`` simply adjusts the +number of MDS which are spawned by the orchestrator. + +.. note: There is no CLI or module configurations as of now. Enable or disable + the module to turn on or off. |