1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00
lvm2/lib/device
Peter Rajnoha edcda01a1e Obtain device list from udev by default if LVM2 is compiled with udev support.
Also, add a new 'obtain_device_list_from_udev' setting to lvm.conf with which
we can turn this feature on or off if needed.

If set, the cache of block device nodes with all associated symlinks
will be constructed out of the existing udev database content.
This avoids using and opening any inapplicable non-block devices or
subdirectories found in the device directory. This setting is applied
to udev-managed device directory only, other directories will be scanned
fully. LVM2 needs to be compiled with udev support for this setting to
take effect. N.B. Any device node or symlink not managed by udev in
udev directory will be ignored with this setting on.
2011-04-22 12:05:32 +00:00
..
dev-cache.c Obtain device list from udev by default if LVM2 is compiled with udev support. 2011-04-22 12:05:32 +00:00
dev-cache.h Obtain device list from udev by default if LVM2 is compiled with udev support. 2011-04-22 12:05:32 +00:00
dev-io.c Add "devices/issue_discards" to lvm.conf. 2011-04-12 21:59:01 +00:00
dev-luks.c Detect LUKS signature in pvcreate 2010-08-19 23:08:18 +00:00
dev-md.c Use __attribute__ consistently throughout. 2010-07-09 15:34:40 +00:00
dev-swap.c Fix some unmatching sign comparation gcc warnings 2011-04-08 14:40:18 +00:00
device.c Add "devices/issue_discards" to lvm.conf. 2011-04-12 21:59:01 +00:00
device.h Add "devices/issue_discards" to lvm.conf. 2011-04-12 21:59:01 +00:00