mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
787f6ce04a
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. |
||
---|---|---|
.. | ||
filter-composite.c | ||
filter-md.c | ||
filter-mpath.c | ||
filter-partitioned.c | ||
filter-persistent.c | ||
filter-regex.c | ||
filter-sysfs.c | ||
filter-type.c | ||
filter-usable.c | ||
filter.h |