mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
6ea250e2d0
In some cases, the command will update VG metadata in lvmetad without writing it. In these cases there is no vg->vg_committed and it should use 'vg' directly. This happens when the command finds that the lvmetad VG has been invalidated, rereads the metadata from disk, then updates lvmetad with that metadata. This happens often with lvmlockd or foreign VGs, and can happen without lvmlockd if a previous command fails after invalidating the VG in lvmetad. |
||
---|---|---|
.. | ||
lvmcache.c | ||
lvmcache.h | ||
lvmetad.c | ||
lvmetad.h |