multipaths section of the multipath.conf configuration file for each specific multipath device. These attributes apply only to the one specified multipath. These defaults are used by DM-Multipath and override attributes set in the defaults and devices sections of the multipath.conf file.
| Attribute | Description | ||||||
|---|---|---|---|---|---|---|---|
wwid
|
Specifies the WWID of the multipath device to which the multipath attributes apply.
| ||||||
alias
|
Specifies the symbolic name for the multipath device to which the multipath attributes apply.
| ||||||
path_grouping_policy
|
| ||||||
path_selector
| Specifies the default algorithm to use in determining what path to use for the next I/O operation. | ||||||
failback
|
| ||||||
rr_weight
|
| ||||||
no_path_retry
|
| ||||||
flush_on_last_del
|
(RHEL 5.3 and later) If set to yes, the multipathd daemon will disable queueing when the last path to a device has been deleted. The default value is no.
| ||||||
rr_min_io
| Specifies the number of I/O requests to route to a path before switching to the next path in the current path group. | ||||||
mode
| (RHEL 5.3 and later) The mode to use for the multipath device nodes, in octal. The default value is determined by the process. | ||||||
uid
| (RHEL 5.3 and later) The user ID to use for the multipath device nodes. You must use the numeric user ID. The default value is determined by the process. | ||||||
gid
| (RHEL 5.3 and later) The group ID to use for the multipath device nodes. You must use the numeric group ID. The default value is determined by the process. |
3600508b4000156d70001200000b0000 and a symbolic name of yellow.
1DEC_____321816758474 and a symbolic name of red. In this example, the rr_weight attributes is set to priorities.
multipaths {
multipath {
wwid 3600508b4000156d70001200000b0000
alias yellow
path_grouping_policy multibus
path_checker readsector0
path_selector "round-robin 0"
failback manual
rr_weight priorities
no_path_retry 5
}
multipath {
wwid 1DEC_____321816758474
alias red
rr_weight priorities
}
}