1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/cache
Petr Rockai f14f2d4378 lvmetad: Fix autoactivation for MDA-less PVs.
Calling pvscan --cache with -aay on a PV without an MDA would spuriously fail
with an internal error, because of an incorrect assumption that a parsed VG
structure was always available. This is not true and the autoactivation handler
needs to call vg_read to obtain metadata in cases where the PV had no MDAs to
parse. Therefore, we pass vgid into the handler instead of the (possibly NULL)
VG coming from the PV's MDA.
2012-12-12 13:19:04 +01:00
..
lvmcache.c Implement devices/global_filter. 2012-09-26 14:49:15 +02:00
lvmcache.h Some reformating for lvmetad uddates 2012-02-23 17:59:32 +00:00
lvmetad.c lvmetad: Fix autoactivation for MDA-less PVs. 2012-12-12 13:19:04 +01:00
lvmetad.h lvmetad: Fix autoactivation for MDA-less PVs. 2012-12-12 13:19:04 +01:00