summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2011-10-04 20:49:24 +0000
committerAlasdair Kergon <agk@redhat.com>2011-10-04 20:49:24 +0000
commitad9c59e2e9c70f811e48e583f8f43dff02a2bcfd (patch)
tree8305a47f5bc34fcd0e8293c5e4b4f6422fbc0a8b /doc
parentc540e5d1b81ab231531ab8228b4c78c6b82376a0 (diff)
downloadlvm2-ad9c59e2e9c70f811e48e583f8f43dff02a2bcfd.tar.gz
lvm2-ad9c59e2e9c70f811e48e583f8f43dff02a2bcfd.tar.xz
lvm2-ad9c59e2e9c70f811e48e583f8f43dff02a2bcfd.zip
Clarify multi-name device filter pattern matching explanation in lvm.conf.5.
Diffstat (limited to 'doc')
-rw-r--r--doc/example.conf.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index eaba6cdd..d38f90ea 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -51,9 +51,11 @@ devices {
# Be careful if there there are symbolic links or multiple filesystem
# entries for the same device as each name is checked separately against
- # the list of patterns. The effect is that if any name matches any 'a'
- # pattern, the device is accepted; otherwise if any name matches any 'r'
- # pattern it is rejected; otherwise it is accepted.
+ # the list of patterns. The effect is that if the first pattern in the
+ # list to match a name is an 'a' pattern for any of the names, the device
+ # is accepted; otherwise if the first pattern in the list to match a name
+ # is an 'r' pattern for any of the names it is rejected; otherwise it is
+ # accepted.
# Don't have more than one filter line active at once: only one gets used.