1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/filters
Peter Rajnoha 787f6ce04a filter-partitioned: use new 'udev' device status source to get partition status
Partitioned devices are marked in udev db as:
  ID_PART_TABLE="<partition table type name>"
and at the same time they are *not* marked with:
  ID_PART_ENTRY_DISK="<parent disk major:minor>"

Where partition table type name is dos/gpt/... But checking the presence
of this variable is enough for LVM here - it just needs to know whether
there's a partition table or not, not interested in the actual type.
The same applies for parent disk major:minor.
2015-01-30 13:17:12 +01:00
..
filter-composite.c conf: add devices/external_device_info_source to lvm.conf 2015-01-30 13:01:12 +01:00
filter-md.c filter-md: use new 'udev' external device info source to get MD component status 2015-01-30 13:01:12 +01:00
filter-mpath.c filter-mpath: use new 'udev' external device info source to get mpath component status 2015-01-30 13:01:12 +01:00
filter-partitioned.c filter-partitioned: use new 'udev' device status source to get partition status 2015-01-30 13:17:12 +01:00
filter-persistent.c cleanup: remove unused headers 2014-11-13 17:49:42 +01:00
filter-regex.c report: select: refactor: move str_list to libdm 2014-06-17 16:27:20 +02:00
filter-sysfs.c filters: drop extra slash from sysfs path 2013-11-22 20:53:31 +01:00
filter-type.c filters: check for mpath before opening devs 2013-08-13 23:26:58 +01:00
filter-usable.c filter-usable: move check for pv_min_size from filter-partitioned to filter-usable and use new 'udev' external device info source for this check 2015-01-30 13:01:12 +01:00
filter.h filter-composite: add external device info hooks 2015-01-30 13:01:12 +01:00