From: Alasdair Kergon Date: Wed, 31 Aug 2005 15:05:47 +0000 (+0000) Subject: add comments to example conf file to warn about common filter line mistakes X-Git-Tag: v2_02_91~4774 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b496a6b2270b243111e357dcf953d9f000e88e6c;p=lvm2.git add comments to example conf file to warn about common filter line mistakes --- diff --git a/doc/example.conf b/doc/example.conf index 8fc3e5372..c44c6a7a0 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -33,8 +33,12 @@ devices { # pattern, the device is accepted; otherwise if any name matches any 'r' # pattern it is rejected; otherwise it is accepted. - # Remember to run vgscan after you change this parameter to ensure - # that the cache file gets regenerated (see below). + # Don't have more than one filter line active at once: only one gets used. + + # Run vgscan after you change this parameter to ensure that + # the cache file gets regenerated (see below). + # If it doesn't do what you expect, check the output of 'vgscan -vvvv'. + # By default we accept every block device: filter = [ "a/.*/" ]