mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
ee73875ff0
If LVM LVs happen to contain PVs, they are passed to the lvm udev rule for processing, where they should be ignored. PVs on LVs most likely belong to VM images, and don't belong to the host which sees the LV. It's unsafe for the host to use these PVs. Without this change, the LV would be processed by pvscan which would generally ignore it, either because of the devices file, or because of the default lvm policy to not consider LVs as potential PVs. This change makes the udev rule consistent with that policy and avoids the unnecessary system messages produced when pvscan ignores the LV. |
||
---|---|---|
.. | ||
.gitignore | ||
10-dm.rules.in | ||
11-dm-lvm.rules.in | ||
12-dm-permissions.rules | ||
13-dm-disk.rules.in | ||
69-dm-lvm.rules.in | ||
95-dm-notify.rules.in | ||
Makefile.in |