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

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