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:
Alan Orth 2015-03-15 17:40:54 +03:00
parent 4a1158e163
commit 2367b843d9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 5 deletions

View File

@ -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