Is it possible to set an IO scheduler in a KVM Guest with VirtIO? With the following command i don't get any options to choose
cat /sys/block/vda/queue/schedule
none
Kerneloption are set:
root@jessie:~# egrep 'CONFIG_IOSCHED_.*=y' /boot/config-`uname -r`
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
Referred to this post, before kernel version 3.13, none was an alias for noop
Background information:
System: upgrade wheezy to jessie
Kernelversion: 3.16.0-5-686-pae