roles/common: Remove I/O scheduler logic from rc.local
It's better to set this using udev rules anyways Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
parent
4a1158e163
commit
2367b843d9
@ -11,9 +11,4 @@
|
||||
#
|
||||
# By default this script does nothing.
|
||||
|
||||
# VMs should use deadline IO sched
|
||||
{% for device in ansible_devices %}
|
||||
echo deadline > /sys/block/{{ device }}/queue/scheduler
|
||||
{% endfor %}
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user