From ad9c59e2e9c70f811e48e583f8f43dff02a2bcfd Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 4 Oct 2011 20:49:24 +0000 Subject: Clarify multi-name device filter pattern matching explanation in lvm.conf.5. --- doc/example.conf.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit