Page MenuHomePhabricator

[ceph] Find a way to use config management for ceph config commands
Open, MediumPublic

Description

We started manually changing the ceph config, for example, on eqiad:

root@cloudcephosd1001:~# ceph config dump
WHO    MASK LEVEL    OPTION                             VALUE      RO
global      advanced mon_target_pg_per_osd              100
global      basic    osd_memory_target                  8589934592
global      advanced osd_pool_default_pg_autoscale_mode on
mon       advanced mon_allow_pool_delete              false

But that's not anywhere in our config management system, so we should try to
add it to puppet or similar.

Event Timeline

dcaro triaged this task as Medium priority.
dcaro removed dcaro as the assignee of this task.Aug 10 2021, 5:03 PM
dcaro raised the priority of this task from Medium to Needs Triage.