[linux-lvm] LVM2: vgscan is long...

Alasdair G Kergon agk at redhat.com
Wed Feb 18 12:07:00 UTC 2004


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 at redhat.com




More information about the linux-lvm mailing list