Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > 1bae8c396277590110cfb3c3d3e4e892 > files > 1

drbd-udev-8.3.8.1-1.fc14.x86_64.rpm

# This file contains the rules to create named DRBD devices.

# DO NOT WRAP THIS LINE
#
# old udev does not understand some of it,
# and would end up skipping only some lines, not the full rule.
# which can cause all sort of trouble with strange-named device nodes
# for completely unrelated devices,
# resulting in unusable network lookback, etc.
#
# in case this is "accidentally" installed on a system with old udev,
# having it as one single line avoids those problems.
#
# DO NOT WRAP THIS LINE
KERNEL=="drbd*", IMPORT{program}="/sbin/drbdadm sh-udev minor-%m", NAME="$env{DEVICE}", SYMLINK="drbd/by-res/$env{RESOURCE} drbd/by-disk/$env{DISK}"