Package: udev
Version: 0.141-1
Severity: normal
Tags: patch
Hello,
Since cciss devices can be BIOS boot devices just as well as sd* and
hd*, the edd_id program should be run on them so that the later
/dev/disk/by-id/edd-* rules will work.
I have attached a patch to do this.
Thanks,
--
John Wright <[email protected]>
--- a/rules/debian/60-persistent-storage.rules
+++ b/rules/debian/60-persistent-storage.rules
@@ -48,7 +48,7 @@ KERNEL=="cciss*", ENV{DEVTYPE}=="disk", ENV{ID_SERIAL}!="?*", \
KERNEL=="dasd*[!0-9]", \
IMPORT{program}="dasd_id --export $tempnode"
-KERNEL=="sd*[!0-9]|hd*[!0-9]", \
+KERNEL=="sd*|hd*|cciss*", ENV{DEVTYPE}=="disk", \
IMPORT{program}="edd_id --export $tempnode"
KERNEL=="sd*[!0-9]", ENV{ID_VENDOR}=="ATA", \