blob: 0ab4e067334843acd14c54a13ec9ebb58f080651 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Benjamin Marzinski <bmarzins@redhat.com>
3Date: Wed, 9 May 2018 14:32:59 -0500
4Subject: [PATCH] multipath.conf.5: clarify property whitelist handling
5
6Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
7---
8 multipath/multipath.conf.5 | 7 +++----
9 1 file changed, 3 insertions(+), 4 deletions(-)
10
11diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
12index f689795..96d1b66 100644
13--- a/multipath/multipath.conf.5
14+++ b/multipath/multipath.conf.5
15@@ -1181,10 +1181,9 @@ and
16 keywords. For a full description of these keywords please see the \fIdevices\fR
17 section description.
18 .LP
19-The \fIproperty\fR blacklist and whitelist handling is different from the usual
20-handling in the sense that the whitelist \fIhas\fR to be set, otherwise the
21-device will be blacklisted. In these cases the message \fIblacklisted, udev
22-property missing\fR will be displayed.
23+The \fIproperty\fR whitelist handling is different from the usual
24+handling in the sense that the device \fIhas\fR to have a udev property that
25+matches the whitelist, otherwise the device will be blacklisted. In these cases the message \fIblacklisted, udev property missing\fR will be displayed.
26 .
27 .
28 .\" ----------------------------------------------------------------------------
29--
302.7.4
31