]> sourceware.org Git - lvm2.git/commit
lvmcache: change duplicate VG name warnings to verbose
authorDavid Teigland <teigland@redhat.com>
Mon, 30 Nov 2015 21:28:22 +0000 (15:28 -0600)
committerDavid Teigland <teigland@redhat.com>
Tue, 1 Dec 2015 15:30:23 +0000 (09:30 -0600)
commit3bcdf5d14b930ba71c4dc5b03fcde0b19a5c8515
tree493ac45c37b30c754047487a2ed8acf8ed346443
parent88cef47b18cd8b03b090b4b17220b1ddf45aba03
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.
lib/cache/lvmcache.c
This page took 0.034645 seconds and 5 git commands to generate.