On Wed, Feb 18, 2004 at 11:37:38AM -0500, Daniel Chénard wrote: > In my lvm.conf, I have set my filter > filter = [ "a|hda*|", "a|hdb*|", "a|hdc*|" ] > filter = [ "r|cdrom|", "r|hdd*|" ] Only one filter applies: merge them into one line. e.g. filter = [ "a|hda*|", "a|hdb*|", "a|hdc*|", "r|.*|" ] And if this is 2.6, you may find the LVM2 source code in CVS runs faster. Alasdair -- agk@redhat.com _______________________________________________ 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/