How to set osd scrub load threshold = 2.0

No not need to write in the ceph.conf and not need to do a reboot.

Do i need to execute this on each ceph node or 1 node is ok?
On a single node will propagate. However, you can run the following command on all the nodes to make sure that the scrub load did on all the nodes.

Bash:
ceph config get osd osd_scrub_load_threshold
 
  • Like
Reactions: kellogs
No not need to write in the ceph.conf and not need to do a reboot.


On a single node will propagate. However, you can run the following command on all the nodes to make sure that the scrub load did on all the nodes.

Bash:
ceph config get osd osd_scrub_load_threshold
Thank you so much Moayad
 
  • Like
Reactions: Moayad