|
|
1eb31d |
---
|
|
|
1eb31d |
multipath/multipath.conf.5 | 22 ++++++++++++++++++++++
|
|
|
1eb31d |
1 file changed, 22 insertions(+)
|
|
|
1eb31d |
|
|
|
1eb31d |
Index: multipath-tools-130222/multipath/multipath.conf.5
|
|
|
1eb31d |
===================================================================
|
|
|
1eb31d |
--- multipath-tools-130222.orig/multipath/multipath.conf.5
|
|
|
1eb31d |
+++ multipath-tools-130222/multipath/multipath.conf.5
|
|
|
1eb31d |
@@ -84,6 +84,28 @@ directory where the dynamic shared objec
|
|
|
1eb31d |
dependent, commonly
|
|
|
1eb31d |
.I /lib/multipath
|
|
|
1eb31d |
.TP
|
|
|
1eb31d |
+.B find_multipaths
|
|
|
1eb31d |
+If set to
|
|
|
1eb31d |
+.I yes
|
|
|
1eb31d |
+, instead of trying to create a multipath device for every non-blacklisted
|
|
|
1eb31d |
+path, multipath will only create a device if one of three condidions are
|
|
|
1eb31d |
+met.
|
|
|
1eb31d |
+.I 1
|
|
|
1eb31d |
+There are at least two non-blacklisted paths with the same wwid,
|
|
|
1eb31d |
+.I 2
|
|
|
1eb31d |
+the user manually forces the creation, by specifying a device with the multipath
|
|
|
1eb31d |
+command, or
|
|
|
1eb31d |
+.I 3
|
|
|
1eb31d |
+a path has the same WWID as a multipath device that was previously created
|
|
|
1eb31d |
+while find_multipaths was set (even if that multipath device doesn't currently
|
|
|
1eb31d |
+exist).
|
|
|
1eb31d |
+Whenever a multipath device is created with find_multipaths set, multipath will
|
|
|
1eb31d |
+remeber the WWID of the device, so that it will automatically create the
|
|
|
1eb31d |
+device again, as soon as it sees a path with that WWID. This should allow most
|
|
|
1eb31d |
+users to have multipath automatically choose the correct paths to make into
|
|
|
1eb31d |
+multipath devices, without having to edit the blacklist; Default is
|
|
|
1eb31d |
+.I no
|
|
|
1eb31d |
+.TP
|
|
|
1eb31d |
.B verbosity
|
|
|
1eb31d |
default verbosity. Higher values increase the verbosity level. Valid
|
|
|
1eb31d |
levels are between 0 and 6; default is
|