1 .TH MULTIPATH.CONF 5 "30 November 2006"
3 multipath.conf \- multipath daemon configuration file
6 is the configuration file for the multipath daemon. It is used to
7 overwrite the built-in configuration table of \fBmultipathd\fP.
8 Any line whose first non-white-space character is a '#' is considered
9 a comment line. Empty lines are ignored.
11 The configuration file contains entries of the form:
35 Each \fIsection\fP contains one or more attributes or subsections. The
36 recognized keywords for attributes or subsections depend on the
37 section in which they occor.
39 The following \fIsection\fP keywords are recognized:
42 This section defines default values for attributes which are used
43 whenever no values are given in the appropriate device or multipath
47 This section defines which devices should be excluded from the
48 multipath topology discovery.
50 .B blacklist_exceptions
51 This section defines which devices should be included in the
52 multipath topology discovery, despite being listed in the
57 This section defines the multipath topologies. They are indexed by a
58 \fIWorld Wide Identifier\fR(wwid), which is taken to be the value of
59 the udev attribute given by the
60 \fIuid_attribute\fR keyword.
63 This section defines the device-specific settings.
66 .SH "defaults section"
69 section recognizes the following keywords:
72 interval between two path checks in seconds. For properly functioning paths,
73 the interval between checks will gradually increase to
74 .B max_polling_interval;
78 .B max_polling_interval
79 maximal interval between two path checks in seconds; default is
80 .I 4 * polling_interval
83 directory where the dynamic shared objects are stored; default is system
88 default verbosity. Higher values increase the verbosity level. Valid
89 levels are between 0 and 6; default is
93 enable reassigning of device-mapper maps. With this option multipathd
94 will remap existing device-mapper maps to always point to multipath
95 device, not the underlying block devices. Possible values are
96 \fIyes\fR and \fIno\fR. Default is
100 The default path selector algorithm to use; they are offered by the
101 kernel multipath target. There are three selector algorithms.
105 Loop through every path in the path group, sending the same amount of IO to
109 Send the next bunch of IO down the path with the least amount of outstanding IO.
112 Choose the path for the next bunch of IO based on the amount of outstanding IO
113 to the path and its relative throughput.
116 .B path_grouping_policy
117 The default path grouping policy to apply to unspecified
118 multipaths. Possible values are
122 1 path per priority group
125 all paths in 1 priority group
128 1 priority group per serial number
131 1 priority group per priority value. Priorities are determined by
132 callout programs specified as a global, per-controller or
133 per-multipath option in the configuration file.
135 .B group_by_node_name
136 1 priority group per target node name. Target node names are fetched
137 in /sys/class/fc_transport/target*/node_name.
139 Default value is \fImultibus\fR.
143 The udev attribute providing a unique path
144 identifier. Default value is
148 The name of the path priority routine. The specified routine
149 should return a numeric value specifying the relative priority
150 of this path. Higher number have a higher priority.
152 is a valid value. Currently the following path priority routines
157 Return a constant priority of \fI1\fR.
160 Generate the path priority for EMC arrays.
163 Generate the path priority based on the SCSI-3 ALUA settings.
166 Generate the path priority for NetApp arrays.
169 Generate the path priority for LSI/Engenio/NetApp E-Series RDAC controller.
172 Generate the path priority for Compaq/HP controller in
176 Generate the path priority for Hitachi HDS Modular storage arrays.
179 Generate a random priority between 1 and 10.
182 Generate the path priority based on the regular expression and the
183 priority provided as argument. requires prio_args keyword.
185 Default value is \fBnone\fR.
189 Arguments to pass to to the prio function. Currently only used with
190 .I weighted, which needs a value of the form
191 .I "<hbtl|devname> <regex1> <prio1> <regex2> <prio2> ..."
193 regex can be of SCSI H:B:T:L format Ex: 1:0:.:. , *:0:0:.
195 regex can be of device name format Ex: sda , sd.e
198 Specify any device-mapper features to be used. Syntax is
202 is the number of features in
204 Possible values for the feature list are
208 Queue IO if no path is active; identical to the
213 Disable automatic partitions generation via kpartx.
217 The default method used to determine the paths state. Possible values
222 (Deprecated) Read the first sector of the device. This checker is being
223 deprecated, please use \fIdirectio\fR instead
228 command to the device.
231 Query the EMC Clariion specific EVPD page 0xC0 to determine the path
235 Check the path state for HP storage arrays with Active/Standby firmware.
238 Check the path state for LSI/Engenio/NetApp E-Series RDAC storage controller.
241 Read the first sector with direct I/O.
243 Default value is \fIdirectio\fR.
247 Tell multipathd how to manage path group failback.
251 Immediately failback to the highest priority pathgroup that contains
255 Do not perform automatic failback.
258 deferred failback (time to defer in seconds)
260 Default value is \fImanual\fR.
264 The number of IO to route to a path before switching to the next in
265 the same path group. This is only for BIO based multipath. Default is
269 The number of IO requests to route to a path before switching to the
270 next in the same path group. This is only for request based multipath.
275 If set to \fIpriorities\fR the multipath configurator will assign
276 path weights as "path prio * rr_min_io". Possible values are
284 Specify the number of retries until disable queueing, or
286 for immediate failure (no queueing),
288 for never stop queueing. Default is 0.
290 .B user_friendly_names
293 , using the bindings file
294 .I /etc/multipath/bindings
295 to assign a persistent and unique alias to the multipath, in the form of mpath<n>.
298 use the WWID as the alias. In either case this be will
299 be overriden by any specific aliases in the \fImultipaths\fR section.
306 , multipathd will disable queueing when the last path to a device has been
311 Specify the maximum number of file descriptors that can be opened by multipath
312 and multipathd. This is equivalent to ulimit -n. A value of \fImax\fR will set
313 this to the system limit from /proc/sys/fs/nr_open. If this is not set, the
314 maximum number of open fds is taken from the calling process. It is usually
315 1024. To be safe, this should be set to the maximum number of paths plus 32,
316 if that number is greated than 1024.
319 Specify the timeout to user for path checkers that issue scsi commands with an
320 explict timeout, in seconds; default taken from
321 .I /sys/block/sd<x>/device/timeout
324 Specify the number of seconds the scsi layer will wait after a problem has been
325 detected on a FC remote port before failing IO to devices on that remote port.
326 This should be smaller than dev_loss_tmo. Setting this to
328 will disable the timeout.
331 Specify the number of seconds the scsi layer will wait after a problem has
332 been detected on a FC remote port before removing it from the system. This
333 can be set to "infinity" which sets it to the max value of 2147483647
334 seconds, or 68 years.
336 .B queue_without_daemon
339 , when multipathd stops, queueing will be turned off for all devices.
340 This is useful for devices that set no_path_retry. If a machine is
341 shut down while all paths to a device are down, it is possible to hang waiting
342 for IO to return from the device after multipathd has been stopped. Without
343 multipathd running, access to the paths cannot be restored, and the kernel
344 cannot be told to stop queueing IO. Setting queue_without_daemon to
346 , avoids this problem. Default is
350 The full pathname of the binding file to be used when the user_friendly_names option is set. Defaults to
351 .I /var/lib/multipath/bindings
356 , multipathd logs the first path checker error at logging level 2. Any later
357 errors are logged at level 3 until the device is restored. If set to
359 , multipathd always logs the path checker error at logging level 2. Default is
362 .SH "blacklist section"
365 section is used to exclude specific device from inclusion in the
366 multipath topology. It is most commonly used to exclude local disks or
367 LUNs for the array controller.
369 The following keywords are recognized:
372 The \fIWorld Wide Identification\fR of a device.
375 Regular expression of the device nodes to be excluded.
378 Subsection for the device description. This subsection recognizes the
382 keywords. For a full description of these keywords please see the
385 .SH "blacklist_exceptions section"
387 .I blacklist_exceptions
388 section is used to revert the actions of the
390 section, ie to include specific device in the
391 multipath topology. This allows to selectively include devices which
392 would normally be excluded via the
396 The following keywords are recognized:
399 The \fIWorld Wide Identification\fR of a device.
402 Regular expression of the device nodes to be excluded.
405 Subsection for the device description. This subsection recognizes the
409 keywords. For a full description of these keywords please see the
412 .SH "multipaths section"
413 The only recognized attribute for the
421 subsection recognizes the following attributes:
424 Index of the container. Mandatory for this subsection.
427 (Optional) symbolic name for the multipath map.
429 The following attributes are optional; if not set the default values
439 .B path_grouping_policy
463 .SH "devices section"
464 The only recognized attribute for the
472 subsection recognizes the following attributes:
475 (Mandatory) Vendor identifier
478 (Mandatory) Product identifier
481 (Optional) Revision identfier
484 (Optional) Product strings to blacklist for this vendor
487 (Optional) The user_friendly_names prefix to use for this
488 device type, instead of the default "mpath"
491 (Optional) The hardware handler to use for this device type.
492 The following hardware handler are implemented:
496 Hardware handler for EMC storage arrays.
499 Hardware handler for LSI/Engenio/NetApp E-Series RDAC storage controller.
502 Hardware handler for Compaq/HP storage arrays in active/standby
506 Hardware handler for SCSI-3 ALUA compatible arrays.
509 The following attributes are optional; if not set the default values
517 .B path_grouping_policy
554 processes being hung and not killable in situations where all the paths to the LUN go offline.
555 It is advisable to use the
563 might lead to a deadlock if the
565 setting results in a device being removed while I/O is still queued.
566 The multipath daemon will update the
568 setting accordingly to avoid this deadlock. Hence if both values are
569 specified the order of precedence is
570 .I no_path_retry, queue_if_no_path, dev_loss_tmo
579 was developed by Christophe Varoqui, <christophe.varoqui@opensvc.com> and others.