1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00
lvm2/udev
Peter Rajnoha acc70bce86 Fix udev rules to handle spurious events properly.
We can use DM_UDEV_PRIMARY_SOURCE_FLAG to identify the spurious events
and use it as an indication that the device has already been activated before
(and hence we can find this property in udev database).

WARNING: This change requires udev startup script to preserve udev database
from initrd. All the information stored there during activation of devices
is important for the initial "udevadm trigger --action=add" call that is
used in udev startup script. If not done this way, udev startup script needs
to define DM_UDEV_PRIMARY_SOURCE_FLAG=1 property for any ADD events it uses.
2010-06-23 17:00:32 +00:00
..
10-dm.rules.in Fix udev rules to handle spurious events properly. 2010-06-23 17:00:32 +00:00
11-dm-lvm.rules Remove hard-coded rule to skip _mimage devices in 11-dm-lvm.rules. 2010-02-15 16:38:22 +00:00
12-dm-permissions.rules add copyright lines 2009-10-26 22:42:07 +00:00
13-dm-disk.rules Remove 'last_rule' from udev rules. 2009-11-13 12:33:27 +00:00
95-dm-notify.rules More cleanup in udev rules: 2009-11-01 18:01:31 +00:00
Makefile.in Update install rules for udev. 2010-04-09 21:44:28 +00:00