also, on ceph nodes, if they are not shared with vm, you can try to disable spectre/meldown fixes (don't known which kernel you use)
/etc/default/grub
GRUB_CMDLINE_LINUX=" pti=off spectre_v2=off l1tf=off spec_store_bypass_disable=off"
also, you can try to put your cpu frequency to always max + elevator noop
GRUB_CMDLINE_LINUX_DEFAULT="intel_pstate=disable quiet intel_idle.max_cstate=0 processor.max_cstate=1 elevator=noop"
I am running on CentOS 7: "3.10.0-862.11.6.el7.x86_64"
Can i add this option safe without problems?