1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/cache
David Teigland d455300d7b lvmlockd: fix metadata validation when rescanning VG
When rescanning a VG from disk, the metadata read from
each PV was compared as a sanity check.  The comparison
is done by exporting the vg metadata from each dev to
a config tree, and then comparing the config trees.
The function to create the config tree inserts
extraneous information along with the actual VG metadata.
This extra info includes creation_time.  The config
trees for two devs can easily be created one second
apart in which case the different creation_times would
cause the metadata comparison to fail.  The fix is to
exclude the extraneous info from the metadata comparison.
2016-09-14 10:43:33 -05:00
..
lvmcache.c cleanup: warns from older gcc 2016-07-01 00:44:48 +02:00
lvmcache.h vgcreate, pvcreate, vgextend: don't use a device with duplicates 2016-06-07 15:21:07 -05:00
lvmetad.c lvmlockd: fix metadata validation when rescanning VG 2016-09-14 10:43:33 -05:00
lvmetad.h lvmetad: two phase vg_remove 2016-06-28 02:30:36 +01:00