Blame utils/50-iscsi-firmware-login.rules

Packit eace71
# This file contains the rules to handle iscsi firmware changes
Packit eace71
Packit eace71
# DO NOT WRAP THIS LINE
Packit eace71
#
Packit eace71
# old udev does not understand some of it,
Packit eace71
# and would end up skipping only some lines, not the full rule.
Packit eace71
# which can cause all sort of trouble with strange-named device nodes
Packit eace71
# for completely unrelated devices,
Packit eace71
# resulting in unusable network lookback, etc.
Packit eace71
#
Packit eace71
# in case this is "accidentally" installed on a system with old udev,
Packit eace71
# having it as one single line avoids those problems.
Packit eace71
#
Packit eace71
# DO NOT WRAP THIS LINE
Packit eace71
SUBSYSTEM=="iscsi_boot*", ACTION=="add", DEVPATH=="*/target*", RUN+="/sbin/iscsi_fw_login"