diff options
author | 2009-07-28 20:27:57 +0000 | |
---|---|---|
committer | 2009-07-28 20:27:57 +0000 | |
commit | 84246430eae82a9f342c90234ba6b570be20dff8 (patch) | |
tree | b36277412b1bd2d431f1ea67c9ee85214517362f /sys-fs/lvm2/files | |
parent | Remove dep from dev-haskell/haddock, dev-haskell/filepath. (diff) | |
download | historical-84246430eae82a9f342c90234ba6b570be20dff8.tar.gz historical-84246430eae82a9f342c90234ba6b570be20dff8.tar.bz2 historical-84246430eae82a9f342c90234ba6b570be20dff8.zip |
Bug #278304: Update removal of vol_id, replaced by blkid -o udev.
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/lvm2/files')
-rw-r--r-- | sys-fs/lvm2/files/64-device-mapper.rules-1.02.49-r2 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/sys-fs/lvm2/files/64-device-mapper.rules-1.02.49-r2 b/sys-fs/lvm2/files/64-device-mapper.rules-1.02.49-r2 new file mode 100644 index 000000000000..b6b2c889aef1 --- /dev/null +++ b/sys-fs/lvm2/files/64-device-mapper.rules-1.02.49-r2 @@ -0,0 +1,26 @@ +# do not edit this file, it will be overwritten on update + +KERNEL=="device-mapper", SYMLINK+="mapper/control" + +KERNEL!="dm-*", GOTO="device_mapper_end" +ACTION!="add|change", GOTO="device_mapper_end" + +IMPORT{program}="/sbin/dmsetup info --export -j%M -m%m" +ENV{DM_NAME}!="?*", GOTO="device_mapper_end" +NAME="mapper/$env{DM_NAME}", SYMLINK+="%k" + +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" + +ENV{DM_SUSPENDED}=="1", GOTO="device_mapper_end" +ENV{DM_EXISTS}=="0", GOTO="device_mapper_end" +ENV{DM_TARGET_TYPES}=="|*error*", GOTO="device_mapper_end" + +IMPORT{program}="/sbin/blkid -o udev -p $tempnode" +OPTIONS+="link_priority=-100" +OPTIONS+="watch" +ENV{DM_TARGET_TYPES}=="*snapshot-origin*", OPTIONS+="link_priority=-90" +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}" + +LABEL="device_mapper_end" |