Thursday, May 17, 2018

How to set config for all OSDs in a Ceph cluster

To set a config on all OSDs in a cluster:
$ sudo ceph tell osd.* injectargs -- --osd_recovery_max_active=8

To set a config on all Mons in a cluster:
$ sudo ceph tell mon.* injectargs -- --{conf option}


No comments:

Post a Comment