Ceph configuration: mon_osd_down_out_interval

Nov 14, 2019
36
2
28
35
How do I change the Ceph configuration of a running cluster?

I edited /etc/pve/ceph.conf
Code:
[mon]
         mon_osd_adjust_down_out_interval = false
         mon_osd_down_out_interval = 10

Even after rebooting the node, I still get:
Code:
root@px01:~# ceph --admin-daemon /var/run/ceph/ceph-osd.0.asok config show | grep down_out_interval
    "mon_osd_adjust_down_out_interval": "true",
    "mon_osd_down_out_interval": "600"