Blame SOURCES/0247-RHBZ-1585824-mpathconf-allow-doc.patch

6add9d
---
6add9d
 multipath/mpathconf.8 |   14 ++++++++++++++
6add9d
 1 file changed, 14 insertions(+)
6add9d
6add9d
Index: multipath-tools-130222/multipath/mpathconf.8
6add9d
===================================================================
6add9d
--- multipath-tools-130222.orig/multipath/mpathconf.8
6add9d
+++ multipath-tools-130222/multipath/mpathconf.8
6add9d
@@ -61,6 +61,16 @@ Adds a line that blacklists all device n
6add9d
 .B /etc/multipath.conf
6add9d
 blacklist section. If no blacklist section exists, it will create one.
6add9d
 .TP
6add9d
+.B --allow \fB<device>\fP
6add9d
+Modifies the \fB/etc/multipath/conf\fP blacklist to blacklist all
6add9d
+wwids and the blacklist_exceptions to whitelist \fB<device>\fP. \fB<device>\fP
6add9d
+can be in the form of MAJOR:MINOR, a wwid, or the name of a device-mapper
6add9d
+device, either a multipath device, or any device on stacked on top of one or
6add9d
+more multipath devices. This command can be used multiple times to allow
6add9d
+multiple devices.  \fBNOTE:\fP This action will create a configuration file that
6add9d
+mpathconf will not be able to revert back to its previous state. Because
6add9d
+of this, \fB--outfile\fP is required when using \fB--allow\fP.
6add9d
+.TP
6add9d
 .B --user_friendly_name \fP { \fBy\fP | \fBn\fP }
6add9d
 If set to \fBy\fP, this adds the line
6add9d
 .B user_friendly_names yes
6add9d
@@ -76,6 +86,10 @@ to the
6add9d
 .B /etc/multipath.conf
6add9d
 defaults section. If set to \fBn\fP, this removes the line, if present. This
6add9d
 command can be used aldong with any other command.
6add9d
+.TP
6add9d
+.B --outfile \fB<filename>\fP
6add9d
+Write the resulting multipath configuration to \fB<filename>\fP instead of
6add9d
+\fB/etc/multipath.conf\fP.
6add9d
 .SH OPTIONS
6add9d
 .TP
6add9d
 .B --with_module\fP { \fBy\fP | \fBn\fP }