1 .\" ----------------------------------------------------------------------------
2 .\" Update the date below if you make any significant change.
3 .\" Make sure there are no errors with:
4 .\" groff -z -wall -b -e -t multipath/multipath.conf.5
6 .\" TODO: Look for XXX and ???
8 .\" ----------------------------------------------------------------------------
10 .TH MULTIPATH.CONF 5 2016-11-27 "Linux"
13 .\" ----------------------------------------------------------------------------
15 .\" ----------------------------------------------------------------------------
17 multipath.conf \- multipath daemon configuration file.
20 .\" ----------------------------------------------------------------------------
22 .\" ----------------------------------------------------------------------------
24 .B "/etc/multipath.conf"
25 is the configuration file for the multipath daemon. It is used to
26 overwrite the built-in configuration table of \fBmultipathd\fP.
27 Any line whose first non-white-space character is a '#' is considered
28 a comment line. Empty lines are ignored.
31 .\" ----------------------------------------------------------------------------
33 .\" ----------------------------------------------------------------------------
35 The configuration file contains entries of the form:
61 Each \fIsection\fP contains one or more attributes or subsections. The
62 recognized keywords for attributes or subsections depend on the
63 section in which they occur.
67 The following \fIsection\fP keywords are recognized:
70 This section defines default values for attributes which are used
71 whenever no values are given in the appropriate device or multipath
75 This section defines which devices should be excluded from the
76 multipath topology discovery.
78 .B blacklist_exceptions
79 This section defines which devices should be included in the
80 multipath topology discovery, despite being listed in the
81 \fIblacklist\fR section.
84 This section defines the multipath topologies. They are indexed by a
85 \fIWorld Wide Identifier\fR(WWID). For details on the WWID generation
86 see section \fIWWID generation\fR below.
89 This section defines the device-specific settings.
92 This section defines values for attributes that should override the
93 device-specific settings for all devices.
98 .\" ----------------------------------------------------------------------------
99 .SH "defaults section"
100 .\" ----------------------------------------------------------------------------
102 The \fIdefaults\fR section recognizes the following keywords:
107 Default verbosity. Higher values increase the verbosity level. Valid
108 levels are between 0 and 6.
111 The default is: \fB2\fR
117 Interval between two path checks in seconds. For properly functioning paths,
118 the interval between checks will gradually increase to \fImax_polling_interval\fR.
119 This value will be overridden by the \fIWatchdogSec\fR
120 setting in the multipathd.service definition if systemd is used.
123 The default is: \fB5\fR
128 .B max_polling_interval
129 Maximal interval between two path checks in seconds.
132 The default is: \fB4 * polling_interval\fR
138 Enable reassigning of device-mapper maps. With this option multipathd
139 will remap existing device-mapper maps to always point to multipath
140 device, not the underlying block devices. Possible values are
141 \fIyes\fR and \fIno\fR.
144 The default is: \fBno\fR
150 Directory where the dynamic shared objects are stored. Defined at compile time,
151 commonly \fI/lib64/multipath/\fR or \fI/lib/multipath/\fR.
154 The default is: \fB<system dependent>\fR
160 The default path selector algorithm to use; they are offered by the
161 kernel multipath target. There are three selector algorithms:
165 Loop through every path in the path group, sending the same amount of I/O to
166 each. Some aspects of behavior can be controlled with the attributes:
167 \fIrr_min_io\fR, \fIrr_min_io_rq\fR and \fIrr_weight\fR.
171 (Since ??? kernel) Choose the path for the next bunch of I/O based on the amount
172 of outstanding I/O to the path.
176 (Since ??? kernel) Choose the path for the next bunch of I/O based on the amount
177 of outstanding I/O to the path and its relative throughput.
179 The default is: \fBservice-time 0\fR
184 .B path_grouping_policy
185 The default path grouping policy to apply to unspecified
186 multipaths. Possible values are:
190 One path per priority group.
193 All paths in one priority group.
196 One priority group per serial number.
199 One priority group per priority value. Priorities are determined by
200 callout programs specified as a global, per-controller or
201 per-multipath option in the configuration file.
203 .I group_by_node_name
204 One priority group per target node name. Target node names are fetched
205 in \fI/sys/class/fc_transport/target*/node_name\fR.
207 The default is: \fBfailover\fR
213 The udev attribute providing a unique path identifier.
216 The default is: for SCSI devices \fBID_SERIAL\fR
218 The default is: for DASD devices \fBID_UID\fR
224 (Superseded by \fIuid_attribute\fR) The default program and args to callout
225 to obtain a unique path identifier. Should be specified with an absolute path.
230 The name of the path priority routine. The specified routine
231 should return a numeric value specifying the relative priority
232 of this path. Higher number have a higher priority.
233 \fI"none"\fR is a valid value. Currently the following path priority routines
238 Return a constant priority of \fI1\fR.
241 Use the sysfs attributes \fIaccess_state\fR and \fIpreferred_path\fR to
242 generate the path priority. This prioritizer accepts the optional prio_arg
243 \fIexclusive_pref_bit\fR
247 Generate the path priority for DGC class arrays as CLARiiON CX/AX and
248 EMC VNX and Unity families.
252 Generate the path priority based on the SCSI-3 ALUA settings. This prioritizer
253 accepts the optional prio_arg \fIexclusive_pref_bit\fR.
257 Generate the path priority for NetApp ONTAP class and OEM arrays as IBM NSeries.
261 Generate the path priority for LSI/Engenio/NetApp RDAC class as NetApp SANtricity
262 E/EF Series, and OEM arrays from IBM DELL SGI STK and SUN.
266 Generate the path priority for HP/COMPAQ/DEC HSG80 and MSA/HSV arrays with
267 Active/Standby mode exclusively.
271 Generate the path priority for Hitachi AMS 2000 and HUS 100 families of arrays.
274 Generate a random priority between 1 and 10.
277 Generate the path priority based on the regular expression and the
278 priority provided as argument. Requires prio_args keyword.
282 ???. Requires prio_args keyword.
286 ???. Requires prio_args keyword.
288 The default is: \fBconst\fR
294 Arguments to pass to to the prio function. This only applies to certain
299 Needs a value of the form
300 \fI"<hbtl|devname|serial|wwn> <regex1> <prio1> <regex2> <prio2> ..."\fR
304 regex can be of SCSI H:B:T:L format. For example: 1:0:.:. , *:0:0:.
307 regex can be of device name format. For example: sda , sd.e
310 regex can be of serial number format. For example: .*J1FR.*324 . The serial can
311 be looked up through sysfs or by running multipathd show paths format "%z". For
312 example: 0395J1FR904324
315 regex can be of the form \fI"host_wwnn:host_wwpn:target_wwnn:target_wwpn"\fR
316 these values can be looked up through sysfs or by running \fImultipathd show paths format
317 "%N:%R:%n:%r"\fR. For example: 0x200100e08ba0aea0:0x210100e08ba0aea0:.*:.* , .*:.*:iqn.2009-10.com.redhat.msp.lab.ask-06:.*
321 If \fIexclusive_pref_bit\fR is set, paths with the \fIpreferred path\fR bit
322 set will always be in their own path group.
325 If \fIexclusive_pref_bit\fR is set, paths with the \fIpreferred path\fR bit
326 set will always be in their own path group.
330 \fIpreferredsds\fR ???.
334 \fIpreferredip\fR ???.
336 The default is: \fB<unset>\fR
342 Specify any device-mapper features to be used. Syntax is \fInum list\fR
343 where \fInum\fR is the number, between 0 and 8, of features in \fIlist\fR.
344 Possible values for the feature list are:
349 (Superseded by \fIno_path_retry\fR) (Since ??? kernel) Queue I/O if no path is active.
350 Identical to the \fIno_path_retry\fR with \fIqueue\fR value. See KNOWN ISSUES.
353 Disable automatic partitions generation via kpartx.
356 .I pg_init_retries <times>
357 (Since ??? kernel) Number of times to retry pg_init, it must be between 1 and 50.
360 .I pg_init_delay_msecs <msecs>
361 (Since ??? kernel) Number of msecs before pg_init retry, it must be between 0 and 60000.
365 (Since ??? kernel) Select the the queue_mode per multipath device.
366 Where <mode> can be \fIbio\fR, \fIrq\fR or \fImq\fR. Which corresponds to
367 bio-based, request_fn rq-based, and blk-mq rq-based respectively.
369 The default is: \fB0\fR
375 The default method used to determine the paths state. Possible values
380 (Deprecated) Read the first sector of the device. This checker is being
381 deprecated, please use \fItur\fR instead.
384 Issue a \fITEST UNIT READY\fR command to the device.
388 Query the DGC/EMC specific EVPD page 0xC0 to determine the path state
389 for CLARiiON CX/AX and EMC VNX and Unity arrays families.
393 Check the path state for HP/COMPAQ/DEC HSG80 and MSA/HSV arrays with
394 Active/Standby mode exclusively.
398 Check the path state for LSI/Engenio/NetApp RDAC class as NetApp SANtricity E/EF
399 Series, and OEM arrays from IBM DELL SGI STK and SUN.
402 (Deprecated) Read the first sector with direct I/O. This checker is being
403 deprecated, it could cause spurious path failures under high load.
404 Please use \fItur\fR instead.
408 Check the path state for HP/COMPAQ Smart Array(CCISS) controllers.
411 Check if the path is in the Ceph blacklist and remap the path if it is.
413 The default is: \fBtur\fR
419 The \fIuser_friendly_names\fR prefix.
422 The default is: \fBmpath\fR
428 Tell multipathd how to manage path group failback.
429 To select \fIimmediate\fR or a \fIvalue\fR, it's mandatory that the device
430 has support for a working prioritizer.
434 Immediately failback to the highest priority pathgroup that contains
438 Do not perform automatic failback.
441 Used to deal with multiple computers accessing the same Active/Passive storage
442 devices. Only perform automatic failback when the first path of a pathgroup
443 becomes active. This keeps a cluster node from automatically failing back when
444 another node requested the failover.
447 Deferred failback (time to defer in seconds).
449 The default is: \fBmanual\fR
455 Number of I/O requests to route to a path before switching to the next in the
456 same path group. This is only for \fIBlock I/O\fR(BIO) based multipath and
457 only apply to \fIround-robin\fR path_selector.
460 The default is: \fB1000\fR
466 Number of I/O requests to route to a path before switching to the next in the
467 same path group. This is only for \fIRequest\fR based multipath and
468 only apply to \fIround-robin\fR path_selector.
471 The default is: \fB1\fR
477 Specify the maximum number of file descriptors that can be opened by multipath
478 and multipathd. This is equivalent to ulimit \-n. A value of \fImax\fR will set
479 this to the system limit from \fI/proc/sys/fs/nr_open\fR. If this is not set, the
480 maximum number of open fds is taken from the calling process. It is usually
481 1024. To be safe, this should be set to the maximum number of paths plus 32,
482 if that number is greated than 1024.
485 The default is: \fBmax\fR
491 If set to \fIpriorities\fR the multipath configurator will assign path weights
492 as "path prio * rr_min_io". Possible values are
496 Only apply to \fIround-robin\fR path_selector.
499 The default is: \fBuniform\fR
505 Specify what to do when all paths are down. Possible values are:
509 number of retries until disable I/O queueing.
512 for immediate failure (no I/O queueing).
515 for never stop I/O queueing. Similar to \fIqueue_if_no_path\fR.
519 The default is: \fBfail\fR
524 .B queue_without_daemon
527 , when multipathd stops, queueing will be turned off for all devices.
528 This is useful for devices that set no_path_retry. If a machine is
529 shut down while all paths to a device are down, it is possible to hang waiting
530 for I/O to return from the device after multipathd has been stopped. Without
531 multipathd running, access to the paths cannot be restored, and the kernel
532 cannot be told to stop queueing I/O. Setting queue_without_daemon to
534 , avoids this problem.
537 The default is: \fBno\fR
543 Specify the timeout to use for path checkers and prioritizers that issue SCSI
544 commands with an explicit timeout, in seconds.
547 The default is: in \fB/sys/block/sd<x>/device/timeout\fR
555 , multipathd will disable queueing when the last path to a device has been
559 The default is: \fBno\fR
564 .B user_friendly_names
567 , using the bindings file \fI/etc/multipath/bindings\fR to assign a persistent
568 and unique alias to the multipath, in the form of mpath<n>. If set to
570 use the WWID as the alias. In either case this be will
571 be overridden by any specific aliases in the \fImultipaths\fR section.
574 The default is: \fBno\fR
580 Specify the number of seconds the SCSI layer will wait after a problem has been
581 detected on a FC remote port before failing I/O to devices on that remote port.
582 This should be smaller than dev_loss_tmo. Setting this to
584 will disable the timeout.
587 The default is: in \fB5\fR
593 Specify the number of seconds the SCSI layer will wait after a problem has
594 been detected on a FC remote port before removing it from the system. This
595 can be set to "infinity" which sets it to the max value of 2147483647
596 seconds, or 68 years. It will be automatically adjusted to the overall
597 retry interval \fIno_path_retry\fR * \fIpolling_interval\fR
598 if a number of retries is given with \fIno_path_retry\fR and the
599 overall retry interval is longer than the specified \fIdev_loss_tmo\fR value.
600 The Linux kernel will cap this value to \fI300\fR if \fIfast_io_fail_tmo\fR
601 is not set. See KNOWN ISSUES.
604 The default is: \fB600\fR
610 The full pathname of the binding file to be used when the user_friendly_names
614 The default is: \fB/etc/multipath/bindings\fR
620 The full pathname of the WWIDs file, which is used by multipath to keep track
621 of the WWIDs for LUNs it has created multipath devices on in the past.
624 The default is: \fB/etc/multipath/wwids\fR
632 , multipathd logs the first path checker error at logging level 2. Any later
633 errors are logged at level 3 until the device is restored. If set to
635 , multipathd always logs the path checker error at logging level 2.
638 The default is: \fBalways\fR
644 This is the service action reservation key used by mpathpersist. It must be
645 set for all multipath devices using persistent reservations, and it must be
646 the same as the RESERVATION KEY field of the PERSISTENT RESERVE OUT parameter
647 list which contains an 8-byte value provided by the application client to the
648 device server to identify the I_T nexus.
651 The default is: \fB<unset>\fR
656 .B retain_attached_hw_handler
659 and the SCSI layer has already attached a hardware_handler to the device,
660 multipath will not force the device to use the hardware_handler specified by
661 mutipath.conf. If the SCSI layer has not attached a hardware handler,
662 multipath will continue to use its configured hardware handler.
665 The default is: \fByes\fR
673 , multipath will try to detect if the device supports SCSI-3 ALUA. If so, the
674 device will automatically use the \fIsysfs\fR prioritizer if the required sysf
675 attributes \fIaccess_state\fR and \fIpreferred_path\fR are supported, or the
676 \fIalua\fR prioritizer if not. If set to
678 , the prioritizer will be selected as usual.
681 The default is: \fByes\fR
689 , multipathd will call the path checkers in sync mode only. This means that
690 only one checker will run at a time. This is useful in the case where many
691 multipathd checkers running in parallel causes significant CPU pressure.
694 The default is: \fBno\fR
702 , multipathd will start a new path checker loop after exactly one second,
703 so that each path check will occur at exactly \fIpolling_interval\fR
704 seconds. On busy systems path checks might take longer than one second;
705 here the missing ticks will be accounted for on the next round.
706 A warning will be printed if path checks take longer than \fIpolling_interval\fR
710 The default is: \fBno\fR
718 , multipathd will do a deferred remove instead of a regular remove when the
719 last path device has been deleted. This means that if the multipath device is
720 still in use, it will be freed when the last user closes it. If path is added
721 to the multipath device before the last user closes it, the deferred remove
725 The default is: \fBno\fR
730 .B partition_delimiter
731 If this value is not set, when multipath renames a device, it will act just
732 like the kpartx default does, only adding a \fI"p"\fR to names ending in a
733 number. If this parameter is set, multipath will act like kpartx does with
734 the \fI-p\fR option is used, and always add delimiter.
737 The default is: \fB<unset>\fR
743 If set to anything other than "", multipath will search this directory
744 alphabetically for file ending in ".conf" and it will read configuration
745 information from them, just as if it was in \fI/etc/multipath.conf\fR.
746 config_dir must either be "" or a fully qualified directory name.
749 The default is: \fB/etc/multipath/conf.d/\fR
754 .B san_path_err_threshold
755 If set to a value greater than 0, multipathd will watch paths and check how many
756 times a path has been failed due to errors.If the number of failures on a particular
757 path is greater then the san_path_err_threshold then the path will not reinstante
758 till san_path_err_recovery_time.These path failures should occur within a
759 san_path_err_forget_rate checks, if not we will consider the path is good enough
763 The default is: \fBno\fR
768 .B san_path_err_forget_rate
769 If set to a value greater than 0, multipathd will check whether the path failures
770 has exceeded the san_path_err_threshold within this many checks i.e
771 san_path_err_forget_rate . If so we will not reinstante the path till
772 san_path_err_recovery_time.
775 The default is: \fBno\fR
780 .B san_path_err_recovery_time
781 If set to a value greater than 0, multipathd will make sure that when path failures
782 has exceeded the san_path_err_threshold within san_path_err_forget_rate then the path
783 will be placed in failed state for san_path_err_recovery_time duration.Once san_path_err_recovery_time
784 has timeout we will reinstante the failed path .
785 san_path_err_recovery_time value should be in secs.
788 The default is: \fBno\fR
793 .B delay_watch_checks
794 If set to a value greater than 0, multipathd will watch paths that have
795 recently become valid for this many checks. If they fail again while they are
796 being watched, when they next become valid, they will not be used until they
797 have stayed up for \fIdelay_wait_checks\fR checks.
800 The default is: \fBno\fR
806 If set to a value greater than 0, when a device that has recently come back
807 online fails again within \fIdelay_watch_checks\fR checks, the next time it
808 comes back online, it will marked and delayed, and not used until it has passed
809 \fIdelay_wait_checks\fR checks.
812 The default is: \fBno\fR
820 , instead of trying to create a multipath device for every non-blacklisted
821 path, multipath will only create a device if one of three condidions are
824 There are at least two non-blacklisted paths with the same WWID,
826 the user manually forces the creation, by specifying a device with the multipath
829 a path has the same WWID as a multipath device that was previously created
830 while find_multipaths was set (even if that multipath device doesn't currently
832 Whenever a multipath device is created with find_multipaths set, multipath will
833 remember the WWID of the device, so that it will automatically create the
834 device again, as soon as it sees a path with that WWID. This should allow most
835 users to have multipath automatically choose the correct paths to make into
836 multipath devices, without having to edit the blacklist.
839 The default is: \fBno\fR
845 CLI receive timeout in milliseconds. For larger systems CLI commands
846 might timeout before the multipathd lock is released and the CLI command
847 can be processed. This will result in errors like
848 "timeout receiving packet" to be returned from CLI commands.
849 In these cases it is recommended to increase the CLI timeout to avoid
853 The default is: \fB1000\fR
859 Sets the number of times multipathd will try to retrigger a uevent to get the
863 The default is: \fB3\fR
869 Sets the amount of time, in seconds, to wait between retriggers.
872 The default is: \fB10\fR
877 .B missing_uev_wait_timeout
878 Controls how many seconds multipathd will wait, after a new multipath device
879 is created, to receive a change event from udev for the device, before
880 automatically enabling device reloads. Usually multipathd will delay reloads
881 on a device until it receives a change uevent from the initial table load.
884 The default is: \fB30\fR
892 , kpartx will not automatically create partitions on the device.
895 The default is: \fBno\fR
900 .B disable_changed_wwids
901 If set to \fIyes\fR, multipathd will check the path wwid on change events, and
902 if it has changed from the wwid of the multipath device, multipathd will
903 disable access to the path until the wwid changes back.
906 The default is: \fBno\fR
912 This sets how may times multipath will retry removing a device that is in-use.
913 Between each attempt, multipath will sleep 1 second.
916 The default is: \fB0\fR
922 Sets the max_sectors_kb device parameter on all path devices and the multipath
923 device to the specified value.
926 The default is: \fB<device dependent>\fR
930 .\" ----------------------------------------------------------------------------
931 .SH "blacklist section"
932 .\" ----------------------------------------------------------------------------
934 The \fIblacklist\fR section is used to exclude specific device from inclusion in
935 the multipath topology. It is most commonly used to exclude local disks or LUNs
936 for the array controller.
940 The following keywords are recognized:
943 Regular expression of the device nodes to be excluded.
946 The default is: \fB^(ram|raw|loop|fd|md|dm-|sr|scd|st|dcssblk)[0-9]\fR and \fB^(td|hd|vd)[a-z]\fR
950 The \fIWorld Wide Identification\fR of a device.
953 Regular expression of the udev property to be excluded.
956 Subsection for the device description. This subsection recognizes the
960 keywords. For a full description of these keywords please see the
961 \fIdevices\fR section description.
964 .\" ----------------------------------------------------------------------------
965 .SH "blacklist_exceptions section"
966 .\" ----------------------------------------------------------------------------
968 The \fIblacklist_exceptions\fR section is used to revert the actions of the
969 \fIblacklist\fR section. For example to include specific device in the
970 multipath topology. This allows one to selectively include devices which
971 would normally be excluded via the \fIblacklist\fR section.
975 The following keywords are recognized:
978 Regular expression of the device nodes to be whitelisted.
981 The \fIWorld Wide Identification\fR of a device.
984 Regular expression of the udev property to be whitelisted.
987 The default is: \fB(SCSI_IDENT_|ID_WWN)\fR
991 Subsection for the device description. This subsection recognizes the
995 keywords. For a full description of these keywords please see the \fIdevices\fR
998 The \fIproperty\fR blacklist and whitelist handling is different from the usual
999 handling in the sense that the whitelist \fIhas\fR to be set, otherwise the
1000 device will be blacklisted. In these cases the message \fIblacklisted, udev
1001 property missing\fR will be displayed.
1004 .\" ----------------------------------------------------------------------------
1005 .SH "multipaths section"
1006 .\" ----------------------------------------------------------------------------
1008 The only recognized attribute for the \fImultipaths\fR section is the
1009 \fImultipath\fR subsection.
1013 The \fImultipath\fR subsection recognizes the following attributes:
1016 (Mandatory) Index of the container.
1019 Symbolic name for the multipath map.
1023 The following attributes are optional; if not set the default values
1024 are taken from the \fIdefaults\fR or \fIdevices\fR section:
1029 .B path_grouping_policy
1047 .B flush_on_last_del
1053 .B user_friendly_names
1057 .B san_path_err_threshold
1059 .B san_path_err_forget_rate
1061 .B san_path_err_recovery_time
1063 .B delay_watch_checks
1065 .B delay_wait_checks
1075 .\" ----------------------------------------------------------------------------
1076 .SH "devices section"
1077 .\" ----------------------------------------------------------------------------
1079 The only recognized attribute for the \fIdevices\fR section is the \fIdevice\fR
1084 The \fIdevice\fR subsection recognizes the following attributes:
1086 vendor, product, revision and product_blacklist are POSIX Extended regex.
1089 (Mandatory) Vendor identifier.
1092 (Mandatory) Product identifier.
1097 .B product_blacklist
1098 Product strings to blacklist for this vendor.
1101 The user_friendly_names prefix to use for this
1102 device type, instead of the default "mpath".
1105 The hardware handler to use for this device type.
1106 The following hardware handler are implemented:
1110 (Hardware-dependent)
1111 Hardware handler for DGC class arrays as CLARiiON CX/AX and EMC VNX and Unity
1115 (Hardware-dependent)
1116 Hardware handler for LSI/Engenio/NetApp RDAC class as NetApp SANtricity E/EF
1117 Series, and OEM arrays from IBM DELL SGI STK and SUN.
1120 (Hardware-dependent)
1121 Hardware handler for HP/COMPAQ/DEC HSG80 and MSA/HSV arrays with
1122 Active/Standby mode exclusively.
1125 (Hardware-dependent)
1126 Hardware handler for SCSI-3 ALUA compatible arrays.
1128 The default is: \fB<unset>\fR
1133 The following attributes are optional; if not set the default values
1134 are taken from the \fIdefaults\fR
1140 .B path_grouping_policy
1168 .B flush_on_last_del
1170 .B retain_attached_hw_handler
1176 .B san_path_err_threshold
1178 .B san_path_err_forget_rate
1180 .B san_path_err_recovery_time
1182 .B delay_watch_checks
1184 .B delay_wait_checks
1194 .\" ----------------------------------------------------------------------------
1195 .SH "overrides section"
1196 .\" ----------------------------------------------------------------------------
1198 The overrides section recognizes the following optional attributes; if not set
1199 the values are taken from the \fIdevices\fR or \fIdefaults\fR sections:
1204 .B path_grouping_policy
1232 .B flush_on_last_del
1238 .B user_friendly_names
1240 .B retain_attached_hw_handler
1246 .B san_path_err_threshold
1248 .B san_path_err_forget_rate
1250 .B san_path_err_recovery_time
1252 .B delay_watch_checks
1254 .B delay_wait_checks
1262 .\" ----------------------------------------------------------------------------
1263 .SH "WWID generation"
1264 .\" ----------------------------------------------------------------------------
1266 Multipath uses a \fIWorld Wide Identification\fR (WWID) to determine
1267 which paths belong to the same device. Each path presenting the same
1268 WWID is assumed to point to the same device.
1270 The WWID is generated by three methods (in the order of preference):
1273 Use the specified external program; cf \fIgetuid_callout\fR above.
1274 Care should be taken when using this method; the external program
1275 needs to be loaded from disk for execution, which might lead to
1276 deadlock situations in an all-paths-down scenario.
1279 Use the value of the specified udev attribute; cf \fIuid_attribute\fR
1280 above. This method is preferred to \fIgetuid_callout\fR as multipath
1281 does not need to call any external programs here. However, under
1282 certain circumstances udev might not be able to generate the requested
1286 If none of the \fIgetuid_callout\fR or \fIuid_attribute\fR parameters
1287 are present multipath will try to use the sysfs attribute
1288 \fIvpd_pg83\fR to generate the WWID.
1291 .\" ----------------------------------------------------------------------------
1293 .\" ----------------------------------------------------------------------------
1295 The usage of \fIqueue_if_no_path\fR option can lead to \fID state\fR
1296 processes being hung and not killable in situations where all the paths to the
1297 LUN go offline. It is advisable to use the \fIno_path_retry\fR option instead.
1299 The use of \fIqueue_if_no_path\fR or \fIno_path_retry\fR might lead to a
1300 deadlock if the \fIdev_loss_tmo\fR setting results in a device being removed
1301 while I/O is still queued. The multipath daemon will update the \fIdev_loss_tmo\fR
1302 setting accordingly to avoid this deadlock. Hence if both values are
1303 specified the order of precedence is \fIno_path_retry, queue_if_no_path, dev_loss_tmo\fR.
1306 .\" ----------------------------------------------------------------------------
1308 .\" ----------------------------------------------------------------------------
1316 .\" ----------------------------------------------------------------------------
1318 .\" ----------------------------------------------------------------------------
1320 \fImultipath-tools\fR was developed by Christophe Varoqui, <christophe.varoqui@opensvc.com>