~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Linux Cross Reference
Linux-2.6.17/Documentation/aoe/udev.txt

Version: ~ [ 2.6.16 ] ~ [ 2.6.17 ] ~
Architecture: ~ [ ia64 ] ~ [ i386 ] ~ [ arm ] ~ [ ppc ] ~ [ sparc64 ] ~

  1 # These rules tell udev what device nodes to create for aoe support.
  2 # They may be installed along the following lines (adjusted to what
  3 # you see on your system).
  4 # 
  5 #   ecashin@makki ~$ su
  6 #   Password:
  7 #   bash# find /etc -type f -name udev.conf
  8 #   /etc/udev/udev.conf
  9 #   bash# grep udev_rules= /etc/udev/udev.conf
 10 #   udev_rules="/etc/udev/rules.d/"
 11 #   bash# ls /etc/udev/rules.d/
 12 #   10-wacom.rules  50-udev.rules
 13 #   bash# cp /path/to/linux-2.6.xx/Documentation/aoe/udev.txt \
 14 #           /etc/udev/rules.d/60-aoe.rules
 15 #  
 16 
 17 # aoe char devices
 18 SUBSYSTEM="aoe", KERNEL="discover",     NAME="etherd/%k", GROUP="disk", MODE="0220"
 19 SUBSYSTEM="aoe", KERNEL="err",          NAME="etherd/%k", GROUP="disk", MODE="0440"
 20 SUBSYSTEM="aoe", KERNEL="interfaces",   NAME="etherd/%k", GROUP="disk", MODE="0220"
 21 SUBSYSTEM="aoe", KERNEL="revalidate",   NAME="etherd/%k", GROUP="disk", MODE="0220"
 22 
 23 # aoe block devices     
 24 KERNEL="etherd*",       NAME="%k", GROUP="disk"

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.