aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2010-07-08 11:36:01 +0200
committerHarald Hoyer <harald@redhat.com>2010-07-08 11:37:48 +0200
commit0c7377880974e6eadac7a3ae9e35d339546dde0d (patch)
treeafc8aeb29f91a30ae1fdeaae12332901755154af /rules
parentc3b3a979ee6cd4ea19f6ca333ce778925aa8c9a5 (diff)
downloadudev-0c7377880974e6eadac7a3ae9e35d339546dde0d.tar.gz
60-persistent-storage-tape.rules: make own by-path symlink for nst tapes
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.d/60-persistent-storage-tape.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rules.d/60-persistent-storage-tape.rules b/rules/rules.d/60-persistent-storage-tape.rules
index d9df35ad..6ccd6e51 100644
--- a/rules/rules.d/60-persistent-storage-tape.rules
+++ b/rules/rules.d/60-persistent-storage-tape.rules
@@ -19,6 +19,6 @@ KERNEL=="nst*[0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="tape/by-id/$env{ID_BUS}-$en
# by-path (parent device path)
KERNEL=="st*[0-9]|nst*[0-9]", IMPORT{program}="path_id %p"
KERNEL=="st*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}"
-KERNEL=="nst*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}"
+KERNEL=="nst*[0-9]", ENV{ID_PATH}=="?*", SYMLINK+="tape/by-path/$env{ID_PATH}-nst"
LABEL="persistent_storage_tape_end"