It seems that "noop" is the default io scheduler on most of our proxmox (5.3) hosts. But on the wiki it is to be read "Proxmox VE uses deadline by default". I wonder why it's not the case on our installations?
Even if I try to set
in /etc/default/grub followed by update-grub it is still "noop" after a reboot...
Nevertheless it is possible to change the scheduler online:
Any Ideas how to make this setting permanent?
Thanks
Even if I try to set
Code:
GRUB_CMDLINE_LINUX_DEFAULT="nmi_watchdog=0 elevator=deadline"
Nevertheless it is possible to change the scheduler online:
Code:
root@fipm101:t# cat /sys/block/sda/queue/scheduler
[noop] deadline cfq
root@fipm101:# echo deadline > /sys/block/sda/queue/scheduler
root@fipm101:# cat /sys/block/sda/queue/scheduler
noop [deadline] cfq
Any Ideas how to make this setting permanent?
Thanks