summaryrefslogtreecommitdiff
path: root/etc/udev/suse/64-md-raid.rules
blob: 9070e215bc604a9c82b209f60b8973704e3bb077 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# md links hook into "change" events, when the array becomes available

KERNEL!="md[0-9]*", GOTO="md_end"
ACTION!="add|change", GOTO="md_end"

ATTR{md/array_state}=="|clear|inactive", GOTO="md_end"

IMPORT{program}="vol_id --export $tempnode"
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID}"
ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}"

LABEL="md_end"