Created
August 22, 2016 13:16
-
-
Save fiskn/6c135ab218d35e8b53ec0148fca47bf6 to your computer and use it in GitHub Desktop.
udev rule to set readahead on Ceph RBD's
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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