# UDEV rules for RH6 and OL6 with Tegile # Set rotational, scheduler and queue depth for ALL multipath devices KERNEL=="dm-[0-9]*", RUN+="/bin/sh -c 'echo 0 > /sys$devpath/queue/rotational && echo noop > /sys$devpath/queue/scheduler && echo 1024 > /sys$devpath/queue/nr_requests'" # Set the Owner and Group for Oracle: # This will apply to all Device Mapper Devices KERNEL=="dm-[0-9]*", OWNER:="oracle", GROUP:="dba", MODE:="660"