Systemd/rules/suse/64-device-mapper.rules

23 lines
956 B
Plaintext
Raw Normal View History

# do not edit this file, it will be overwritten on update
2007-04-23 18:22:08 +02:00
KERNEL!="dm-*", GOTO="device_mapper_end"
2010-04-12 16:52:41 +02:00
ACTION=="remove", GOTO="device_mapper_end"
2006-06-16 11:11:27 +02:00
2007-05-07 15:35:10 +02:00
IMPORT{program}="/sbin/dmsetup export -j%M -m%m"
2007-05-29 21:25:21 +02:00
ENV{DM_NAME}!="?*", GOTO="device_mapper_end"
2007-05-07 15:35:10 +02:00
SYMLINK+="disk/by-id/dm-name-$env{DM_NAME}", OPTIONS+="string_escape=replace"
ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid-$env{DM_UUID}", OPTIONS+="string_escape=replace"
2006-06-16 11:11:27 +02:00
2007-06-21 02:15:45 +02:00
ENV{DM_STATE}=="SUSPENDED", GOTO="device_mapper_end"
2007-06-04 15:05:12 +02:00
ENV{DM_TARGET_TYPES}=="|*error*", GOTO="device_mapper_end"
2007-06-21 02:15:45 +02:00
IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
OPTIONS+="link_priority=-100"
OPTIONS+="watch"
ENV{DM_TARGET_TYPES}=="*snapshot-origin*", OPTIONS+="link_priority=-90"
2007-05-21 08:01:19 +02:00
ENV{ID_FS_USAGE}=="filesystem|other|crypto", ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"
ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_ENC}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_ENC}"
2006-06-16 11:11:27 +02:00
LABEL="device_mapper_end"