ALT Linux Bugzilla
– Attachment 1490 Details for
Bug 7369
udev tmpfs overrides LVM nodes created at startup
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
поддержка LVM device nodes
udev-091-alt-dmsetup-lvm.patch (text/plain), 747 bytes, created by
Nick S. Grechukh
on 2006-05-16 21:54:27 MSD
(
hide
)
Description:
поддержка LVM device nodes
Filename:
MIME Type:
Creator:
Nick S. Grechukh
Created:
2006-05-16 21:54:27 MSD
Size:
747 bytes
patch
obsolete
>--- udev-091/udev-rules-091-alt2.orig/60-persistent-storage.rules 2006-05-16 20:46:40 +0300 >+++ udev-091/udev-rules-091-alt2/60-persistent-storage.rules 2006-05-16 20:46:23 +0300 >@@ -45,6 +45,8 @@ > KERNEL=="*[!0-9]", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}" > KERNEL=="*[0-9]", ENV{ID_EDD}=="?*", SYMLINK+="disk/by-id/edd-$env{ID_EDD}-part%n" > >-KERNEL=="dm-[0-9]*", ACTION=="add", PROGRAM="/sbin/dmsetup info -c --noopencount --noheadings -o name -j %M -m %m", SYMLINK="disk/by-name/%c" >+KERNEL=="dm-[0-9]*", IMPORT{program}="/etc/udev/scripts/dm_helper.sh %M %m" >+KERNEL=="dm-[0-9]*", SYMLINK+="disk/by-name/$env{DM_NAME}" >+KERNEL=="dm-[0-9]*", ENV{DM_ID}=="LVM?*", SYMLINK+="$env{DM_NAME_LVM}" > > LABEL="persistent_storage_end"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 7369
:
989
|
990
|
991
| 1490 |
1493