diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-07 15:35:10 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-07 15:35:10 +0200 |
commit | 1b679f0a8bca9a17107b501b2c754293f9202135 (patch) | |
tree | cc7b5711618c8b45ddfb30f5a58d472a1ed45ec0 /etc/udev/suse/64-md-raid.rules | |
parent | 02c38c8033ad5f9f5d3aa7dd2e879007f1a7d883 (diff) |
rules: SUSE update
Diffstat (limited to 'etc/udev/suse/64-md-raid.rules')
-rw-r--r-- | etc/udev/suse/64-md-raid.rules | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/udev/suse/64-md-raid.rules b/etc/udev/suse/64-md-raid.rules index 39af3ef6be..4745deb0e9 100644 --- a/etc/udev/suse/64-md-raid.rules +++ b/etc/udev/suse/64-md-raid.rules @@ -6,9 +6,13 @@ ACTION!="add|change", GOTO="md_end" ATTR{md/array_state}=="|clear|inactive", GOTO="md_end" +#IMPORT{program}="/sbin/mdadm -D --export $tempnode" +ENV{MD_NAME}=="?*", SYMLINK+="disk/by-id/md-name-$env{MD_NAME}" +ENV{MD_UUID}=="?*", SYMLINK+="disk/by-id/md-uuid-$env{MD_UUID}" + IMPORT{program}="vol_id --export $tempnode" OPTIONS="link_priority=100" -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|crypto", ENV{ID_FS_UUID_SAFE}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_SAFE}" ENV{ID_FS_USAGE}=="filesystem|other", ENV{ID_FS_LABEL_SAFE}=="?*", SYMLINK+="disk/by-label/$env{ID_FS_LABEL_SAFE}" LABEL="md_end" |