1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

add comments to example conf file to warn about common filter line mistakes

This commit is contained in:
Alasdair Kergon 2005-08-31 15:05:47 +00:00
parent 69cfb9203b
commit b496a6b227

View File

@ -33,8 +33,12 @@ devices {
# pattern, the device is accepted; otherwise if any name matches any 'r' # pattern, the device is accepted; otherwise if any name matches any 'r'
# pattern it is rejected; otherwise it is accepted. # pattern it is rejected; otherwise it is accepted.
# Remember to run vgscan after you change this parameter to ensure # Don't have more than one filter line active at once: only one gets used.
# that the cache file gets regenerated (see below).
# 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: # By default we accept every block device:
filter = [ "a/.*/" ] filter = [ "a/.*/" ]