January 2019
Intermediate to advanced
606 pages
15h 1m
English
The ceph tell command saves you the effort of logging into the node where the daemon is running. This command goes through the monitor node, so you can execute it from any node in the cluster:
# ceph tell {daemon-type}.{id or *} injectargs --{config_setting_name} {value}
# ceph tell osd.0 injectargs '--osd_recovery_threads=2'
# ceph tell osd.* injectargs '--osd_recovery_threads=2'
# ceph tell osd.* injectargs '--osd_recovery_max_active=1 --osd_recovery_max_single_start=1 ...
Read now
Unlock full access