1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
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
..
api thin: fix property discard for lvm2api 2012-11-27 14:09:49 +01:00
lib tests: add error_dev aux 2012-12-02 17:55:49 +01:00
shell lvmetad: Fix autoactivation for MDA-less PVs. 2012-12-12 13:19:04 +01:00
unit TEST: Avoid building unit tests with --disable-testing. 2012-10-09 20:37:34 +02:00
.gitignore gitignore: Remove redundant test dir entry 2012-06-08 23:34:15 +01:00
Makefile.in lvmetad: Warn if lvmetad is running but disabled. 2012-10-10 13:54:29 +02:00