Blame SOURCES/0105-RHBZ-1180032-find-multipaths-man.patch

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