Skip to content

Instantly share code, notes, and snippets.

@fiskn
Created August 22, 2016 13:16
Show Gist options
  • Save fiskn/6c135ab218d35e8b53ec0148fca47bf6 to your computer and use it in GitHub Desktop.
Save fiskn/6c135ab218d35e8b53ec0148fca47bf6 to your computer and use it in GitHub Desktop.
udev rule to set readahead on Ceph RBD's
KERNEL=="rbd[0-9]*", ENV{DEVTYPE}=="disk", ACTION=="add|change", ATTR{bdi/read_ahead_kb}="16384"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment