Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # $Id: 99-san.rules.udev 13 2008-11-28 10:20:32Z santi $
- # Set "noop" as I/O scheduler for iSCSI and Fiber Channel devices
- ACTION=="add", ENV{ID_FS_USAGE}!="filesystem", ENV{ID_PATH}=="*-iscsi-*", RUN+="/bin/sh -c 'echo noop > /sys$DEVPATH/queue/scheduler'"
- ACTION=="add", ENV{ID_FS_USAGE}!="filesystem", ENV{ID_PATH}=="*-fc-*", RUN+="/bin/sh -c 'echo noop > /sys$DEVPATH/queue/scheduler'"
Advertisement
Add Comment
Please, Sign In to add comment