mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-18 10:04:20 +03:00
a368698672
This is probably not optimal, but makes the lvmetad case mimic non-lvmetad code more closely. It also fixes vgremove of a partially corrupt VG with lvmetad, as _vg_write_raw (and consequently, entire vg_write) currently panics when it encounters a corrupt MDA. Ideally, we'd be able to explicitly control when it is safe to ignore them.