Whamcloud - gitweb
Revert "LU-8066 llite: replace ll_process_config with class_modify_config"
[fs/lustre-release.git] / lustre / conf / 99-lustre.rules
1 KERNEL=="obd", MODE="0666"
2
3 # Ensure block devices re-added to the system allow for large writes (LU-9551)
4 ACTION=="add|change", SUBSYSTEM=="block", RUN+="/usr/sbin/l_tunedisk /dev/%k"
5
6 # set sysfs values on client
7 SUBSYSTEM=="lustre", ACTION=="change", ENV{PARAM}=="?*", RUN+="/usr/sbin/lctl set_param $env{PARAM}=$env{SETTING}"