Não faça isso manualmente. Quero dizer, você pode globalmente anexando a linha de parâmetro de inicialização do kernel. Mas, em vez disso, use o framework tuned-utils para lidar com isso.
yum install tuned tuned-utils
Uma vez instalado ...
tuned-adm profile virtual-guest
ou crie seu próprio perfil com base no convidado virtual.
Em /etc/tune-profiles/virtual-guest
, há uma estrofe que diz:
# This is the I/O scheduler ktune will use. This will *not* override anything
# explicitly set on the kernel command line, nor will it change the scheduler
# for any block device that is using a non-default scheduler when ktune starts.
# You should probably leave this on "deadline", but "as", "cfq", and "noop" are
# also legal values. Comment this out to prevent ktune from changing I/O
# scheduler settings.
ELEVATOR="deadline"
Modifique para provar e pronto!