Skip to content

Instantly share code, notes, and snippets.

@dubcl
Last active May 22, 2017 15:47
Show Gist options
  • Save dubcl/61dfad510da28954c55616bee176a838 to your computer and use it in GitHub Desktop.
Save dubcl/61dfad510da28954c55616bee176a838 to your computer and use it in GitHub Desktop.
/etc/udev/rules.d/60-ssd-scheduler.rules
# set deadline scheduler for non-rotating disks
ACTION=="add|change", KERNEL=="sd[a-z]", ATTR{queue/rotational}=="0", ATTR{queue/scheduler}="deadline"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment