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}
$ 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