From b496a6b2270b243111e357dcf953d9f000e88e6c Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 31 Aug 2005 15:05:47 +0000 Subject: [PATCH] add comments to example conf file to warn about common filter line mistakes --- doc/example.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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/.*/" ] -- 2.43.5