]> sourceware.org Git - lvm2.git/commitdiff
Clarify multi-name device filter pattern matching explanation in lvm.conf.5.
authorAlasdair Kergon <agk@redhat.com>
Tue, 4 Oct 2011 20:45:36 +0000 (20:45 +0000)
committerAlasdair Kergon <agk@redhat.com>
Tue, 4 Oct 2011 20:45:36 +0000 (20:45 +0000)
man/lvm.conf.5.in

index 3137f2971db7f17f8d88e4b32d12060e0ba1c2b3..cd6d26b8d73bebd6124c8a15a31ac344056fdce5 100644 (file)
@@ -97,10 +97,10 @@ will be accepted or rejected (ignored).  Devices that don't match
 any patterns are accepted. If you want to reject patterns that
 don't match, end the list with "r/.*/".
 If there are several names for the same device (e.g. symbolic links
-in /dev), if any name matches any \fBa\fP pattern, the
-device is accepted; otherwise if any name matches any \fBr\fP
-pattern it is rejected; otherwise it is accepted.
-As an example, to ignore /dev/cdrom you could use:
+in /dev), if the first matching pattern in the list for any of the names is an
+\fBa\fP pattern, the device is accepted; otherwise if the first matching
+pattern in the list for any of the names is an \fBr\fP pattern it is rejected;
+otherwise it is accepted.  As an example, to ignore /dev/cdrom you could use:
 .br
 \fBdevices { filter=["r|cdrom|"] }\fP 
 .IP
This page took 0.033133 seconds and 5 git commands to generate.