1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/cache
David Teigland 3bcdf5d14b lvmcache: change duplicate VG name warnings to verbose
When two different VGs with the same name exist,
they are both stored in lvmcache using the vginfo->next
list.  Previously, the code would print warnings (sometimes)
when adding VGs to this list.  Now the duplicate VG names
are handled by higher level code, so this list no longer
needs to print warnings about duplicate VG names being found.
2015-12-01 09:30:23 -06:00
..
lvmcache.c lvmcache: change duplicate VG name warnings to verbose 2015-12-01 09:30:23 -06:00
lvmcache.h vg_read: look up vgid from name 2015-12-01 09:18:48 -06:00
lvmetad.c lvmcache: new function to check if VG is foreign 2015-11-30 11:54:56 -06:00
lvmetad.h lvmcache: new function to check if VG is foreign 2015-11-30 11:54:56 -06:00