4728c8
---
4728c8
 multipath/multipath.conf.5 |   56 ++++++++++++++++++++++++++++++++++++++++-----
4728c8
 1 file changed, 51 insertions(+), 5 deletions(-)
4728c8
4728c8
Index: multipath-tools-130222/multipath/multipath.conf.5
4728c8
===================================================================
4728c8
--- multipath-tools-130222.orig/multipath/multipath.conf.5
4728c8
+++ multipath-tools-130222/multipath/multipath.conf.5
4728c8
@@ -240,18 +240,21 @@ Specify any device-mapper features to be
4728c8
 .I num list
4728c8
 where
4728c8
 .I num
4728c8
-is the number of features in
4728c8
+is the number, between 0 and 6, of features in
4728c8
 .I list.
4728c8
-Possible values for the feature list are
4728c8
+Possible values for the feature list are:
4728c8
 .RS
4728c8
 .TP 12
4728c8
-.B queue_if_no_path
4728c8
+.I queue_if_no_path
4728c8
 Queue IO if no path is active; identical to the
4728c8
 .I no_path_retry
4728c8
 keyword.
4728c8
 .TP
4728c8
-.B no_partitions
4728c8
-Disable automatic partitions generation via kpartx.
4728c8
+.I pg_init_retries
4728c8
+Number of times to retry pg_init, it must be between 1 and 50.
4728c8
+.TP
4728c8
+.I pg_init_delay_msecs
4728c8
+Number of msecs before pg_init retry, it must be between 0 and 60000.
4728c8
 .RE
4728c8
 .TP
4728c8
 .B path_checker
4728c8
@@ -511,6 +514,45 @@ If set to
4728c8
 .I yes
4728c8
 , kpartx will not automatically create partitions on the device. The default is
4728c8
 .I no
4728c8
+.TP
4728c8
+.B ignore_new_boot_devs
4728c8
+If set to
4728c8
+.I yes
4728c8
+, multipath will never attempt to create a multipath device whose wwid is not
4728c8
+listed in /etc/multipath/wwids, while running in the initramfs.  This keeps
4728c8
+multipath from adding new devices during the initramfs portion of bootup. The
4728c8
+default is
4728c8
+.I no
4728c8
+.TP
4728c8
+.B retrigger_tries
4728c8
+This sets how many times multipathd will reissue change uevents on block
4728c8
+devices that are not blacklisted, but have no wwid set by udev. Multipath
4728c8
+assumes that any devices that should not report a wwid are blacklisted. This
4728c8
+means that if a non-blacklisted device has no wwid, it is likely that udev
4728c8
+timed out while processing it.  Multipathd will wait for a while, and then
4728c8
+reissue a change uevent to give udev another chance to set the wwid. The
4728c8
+default is
4728c8
+.I 3
4728c8
+.TP
4728c8
+.B retrigger_delay
4728c8
+This sets how long multipathd should wait, after receiving a uevent for a
4728c8
+non-blacklisted device without a wwid set by udev, before reissuing a
4728c8
+change uevent.  The goal of this delay is to give udev a chance to finish
4728c8
+processing its current batch of uevents before sending more, to hopefully
4728c8
+avoid it timing out. The default is
4728c8
+.I 10
4728c8
+.TP
4728c8
+.B new_bindings_in_boot
4728c8
+If set to
4728c8
+.I yes
4728c8
+, multipath will allow new user_friendly_names bindings to be created while
4728c8
+running in the initramfs.  Otherwise, multipath will not create
4728c8
+user_friendly_names bindings while running in the initramfs. Instead, it will
4728c8
+use the WWID for the name of a device that was configured to use
4728c8
+user_friendly_names.  When multipathd is restarted later in boot on the
4728c8
+regular filesystem, the device will be renamed to a user_friendly_name. The
4728c8
+default is
4728c8
+.I no
4728c8
 .
4728c8
 .SH "blacklist section"
4728c8
 The
4728c8
@@ -603,6 +645,8 @@ section:
4728c8
 .TP
4728c8
 .B flush_on_last_del
4728c8
 .TP
4728c8
+.B user_friendly_names
4728c8
+.TP
4728c8
 .B no_path_retry
4728c8
 .TP
4728c8
 .B rr_min_io
4728c8
@@ -697,6 +741,8 @@ section:
4728c8
 .TP
4728c8
 .B no_path_retry
4728c8
 .TP
4728c8
+.B user_friendly_names
4728c8
+.TP
4728c8
 .B rr_min_io
4728c8
 .TP
4728c8
 .B rr_min_io_rq