2007-09-25 14:20:17 +04:00
# do not edit this file, it will be overwritten on update
# persistent storage links: /dev/tape/{by-id,by-path}
2010-04-12 18:52:41 +04:00
ACTION=="remove", GOTO="persistent_storage_tape_end"
2016-07-15 19:47:42 +03:00
ENV{UDEV_DISABLE_PERSISTENT_STORAGE_RULES_FLAG}=="1", GOTO="persistent_storage_tape_end"
2007-09-25 14:20:17 +04:00
# type 8 devices are "Medium Changers"
2012-01-01 07:21:15 +04:00
SUBSYSTEM=="scsi_generic", SUBSYSTEMS=="scsi", ATTRS{type}=="8", IMPORT{program}="scsi_id --sg-version=3 --export --whitelisted -d $devnode", \
2011-08-05 04:00:30 +04:00
SYMLINK+="tape/by-id/scsi-$env{ID_SERIAL}"
2007-09-25 14:20:17 +04:00
2008-05-09 11:05:15 +04:00
SUBSYSTEM!="scsi_tape", GOTO="persistent_storage_tape_end"
2008-07-11 11:26:04 +04:00
KERNEL=="st*[0-9]|nst*[0-9]", ATTRS{ieee1394_id}=="?*", ENV{ID_SERIAL}="$attr{ieee1394_id}", ENV{ID_BUS}="ieee1394"
2011-08-05 04:00:30 +04:00
KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id"
2010-07-07 11:54:21 +04:00
KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", KERNELS=="[0-9]*:*[0-9]", ENV{.BSG_DEV}="$root/bsg/$id"
2011-08-05 04:00:30 +04:00
KERNEL=="st*[0-9]|nst*[0-9]", ENV{ID_SERIAL}!="?*", IMPORT{program}="scsi_id --whitelisted --export --device=$env{.BSG_DEV}", ENV{ID_BUS}="scsi"
2008-05-09 11:05:15 +04:00
KERNEL=="st*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$env{ID_SERIAL}"
KERNEL=="nst*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$env{ID_SERIAL}-nst"
2007-09-25 14:20:17 +04:00
2008-07-11 11:53:33 +04:00
# by-path (parent device path)
2011-08-05 04:00:30 +04:00
KERNEL=="st*[0-9]|nst*[0-9]", IMPORT{builtin}="path_id"
2008-05-09 11:05:15 +04:00
KERNEL=="st*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}"
2010-07-08 13:36:01 +04:00
KERNEL=="nst*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}-nst"
2007-09-25 14:20:17 +04:00
LABEL="persistent_storage_tape_end"