mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
a7be3b12df
If a PV label is exposed both through a composite device (MD for example) and through its component devices, we always want the PV that lvmetad sees to be the composite, since this is what all LVM commands (including activation) will then use. If pvscan --cache is triggered for multiple clones of the same PV, the last to finish wins. This patch basically re-arranges the filters so that component-device filters are part of the global_filter chain, not of the client-side filter chain. This has a subtle effect on filter evaluation order, but should not alter visible semantics in the non-lvmetad case. |
||
---|---|---|
.. | ||
toolcontext.c | ||
toolcontext.h |