summaryrefslogtreecommitdiffstats
path: root/modules.d/95udev-rules/59-persistent-storage.rules
blob: b0769378d8587d4e21cfbd7ad5682694ad75e1f0 (plain)
1
2
3
4
5
6
7
8
9
SUBSYSTEM!="block", GOTO="ps_end"
ACTION!="add|change", GOTO="ps_end"
# Also don't process disks that are slated to be a multipath device
ENV{DM_MULTIPATH_DEVICE_PATH}=="1", GOTO="ps_end"

KERNEL=="cciss[0-9]*", IMPORT{builtin}="blkid"
KERNEL=="nbd[0-9]*", IMPORT{builtin}="blkid"

LABEL="ps_end"