]> sourceware.org Git - lvm2.git/commitdiff
Switch to using built-in blkid in 13-dm-disk.rules.
authorPeter Rajnoha <prajnoha@redhat.com>
Thu, 16 Feb 2012 14:39:02 +0000 (14:39 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Thu, 16 Feb 2012 14:39:02 +0000 (14:39 +0000)
Available in udev since version 176.

WHATS_NEW_DM
udev/13-dm-disk.rules

index 353e97bcd9bffc0c376757cf89faa80763d61ee8..2615b61c5e01f6e88fda28eb7bf739a1dc6378d3 100644 (file)
@@ -1,5 +1,6 @@
 Version 1.02.71 - 
 ====================================
+  Switch to using built-in blkid in 13-dm-disk.rules.
   Add "watch" rule to 13-dm-disk.rules.
   Detect failing fifo and skip 20s retry communication period.
   Add DM_DEFAULT_NAME_MANGLING_MODE env. variable to override configured value.
index 50f0c61a10364b858922422e77abfb6650253280..1e2d19cb45e7952959411dbdc54f9c4cae1ed35f 100644 (file)
@@ -19,7 +19,7 @@ ENV{DM_UUID}=="?*", SYMLINK+="disk/by-id/dm-uuid-$env{DM_UUID}"
 
 ENV{DM_SUSPENDED}=="1", GOTO="dm_end"
 
-IMPORT{program}="$env{DM_SBIN_PATH}/blkid -o udev -p $tempnode"
+IMPORT{program}="blkid"
 ENV{DM_UDEV_LOW_PRIORITY_FLAG}=="1", OPTIONS="link_priority=-100"
 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}"
This page took 0.035434 seconds and 5 git commands to generate.