Hi Dave, thanks a lot ! It worked by consolidating the "filter" lines into one single line containing all filter statements. filter = [ "a/.*/", "r|/dev/cdrom|", "r|/dev/hda|", "r|/dev/hdb|", "r|/cdrom|" ] Tom > -----Ursprüngliche Nachricht----- > Von: David Brown [mailto:lvm@davidb.org] > Gesendet: Montag, 5. März 2007 19:20 > An: cisco66@gmx.de; LVM general discussion and development > Betreff: Re: WARNING: Ignoring duplicate config > node: filter (seeking filter) > > Cisco wrote: > > > > Hi all, > > > > after upgrading (compiling from source)LVM2 and device mapper, i > > always get the warning message "WARNING: Ignoring duplicate config > > node: filter (seeking filter)" when doing "lvm version" or > any other > > lvm command. > > > > Does anyone know what's going on and if i should be > concerned about > > this, or even better: What is the meaning of this message > and how can > > i get rid of it. > > You have multiple "filter = " lines in your lvm config file. > Previous versions ignored this (but appeared to only use one > of them). You need to specify all of the filtering you want > in one list. > > Dave > _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/