summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xappliance/init3
1 files changed, 3 insertions, 0 deletions
diff --git a/appliance/init b/appliance/init
index c622788c..b8133caf 100755
--- a/appliance/init
+++ b/appliance/init
@@ -66,6 +66,9 @@ lvm vgchange -ay --ignorelockingfailure
# Improve virtio-blk performance (RHBZ#509383).
for f in /sys/block/vd*/queue/rotational; do echo 1 > $f; done
+# http://kbase.redhat.com/faq/docs/DOC-5428
+for f in /sys/block/[hsv]d*/queue/scheduler; do echo noop > $f; done
+
# Keep these to enhance the usefulness of debug output.
ls -l /dev
cat /proc/mounts