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