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