mpathconf
configuration utility, which can also load the device-mapper-multipath
module, start the multipathd
daemon, and set chkconfig
to start the daemon automatically on reboot.
mpathconf
command, see the mpathconf
(5) man page.
find_multipaths
configuration file parameter. In previous releases of Red Hat Enterprise Linux, multipath always tried to create a multipath device for every path that was not explicitly blacklisted. In Red Hat Enterprise Linux 6, however, if the find_multipath
configuration parameter is set to yes
, then multipath will create a device only if one of three conditions are met:
multipath
command.
find_multipaths
parameter was not set, see Section 4.2, “Configuration File Blacklist”.
find_multipaths
configuration parameter, see Section 4.3, “Configuration File Defaults”.
queue-length
and service-time
. The queue-length
algorithm looks at the amount of outstanding I/O to the paths to determine which path to use next. The service-time
algorithm looks at the amount of outstanding I/O and the relative throughput of the paths to determine which path to use next. For more information on the path selector parameters in the configuration file, see Chapter 4, The DM-Multipath Configuration File.
prio_callout
parameter has been replaced by the prio
parameter. For descriptions of the supported prio
functions, see Chapter 4, The DM-Multipath Configuration File.
multipath
command output has changed format. For information on the multipath
command output, see Section 5.5, “Multipath Command Output”.
bindings
file is /etc/multipath/bindings
.
defaults
parameters in the multipath.conf
file: checker_timeout
, fast_io_fail_tmo
, and dev_loss_tmo
. For information on these parameters, see Chapter 4, The DM-Multipath Configuration File.
user_friendly_names
option in the multipath configuration file is set to yes
, the name of a multipath device is of the form mpath
n
. For the Red Hat Enterprise Linux 6 release, n
is an alphabetic character, so that the name of a multipath device might be mpatha
or mpathb
. In previous releases, n
was an integer.