lvm.rules: blkid for cciss devices

master
Harald Hoyer 2009-08-31 11:43:04 +02:00
parent 5c6a593f2e
commit b6bf29b054
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ ACTION!="add|change", GOTO="lvm_end"

KERNEL=="dm-[0-9]*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
KERNEL=="md[0-9]*|md/*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
KERNEL=="cciss[0-9]*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"

ENV{ID_FS_TYPE}=="LVM2_member", \
TEST!="/tmp/.lvm_scan-%k", \