4.8. Modifying multipath settings for specific devices
In the multipaths section of the multipath.conf file, define settings for specific devices using the WWID. These settings override values in overrides, defaults, and devices, letting you fine-tune behavior per device. Multiple entries are allowed.
Procedure
Modify the
multipathssection for specific multipath device. The following example shows multipath attributes specified in the configuration file for two specific multipath devices:-
The first device has a WWID of
3600508b4000156d70001200000b0000and a symbolic name ofyellow. -
The second multipath device in the example has a WWID of
1DEC_321816758474and a symbolic name ofred.
In this example, the
rr_weightattribute is set topriorities.multipaths { multipath { wwid 3600508b4000156d70001200000b0000 alias yellow path_grouping_policy multibus path_selector "round-robin 0" failback manual rr_weight priorities no_path_retry 5 } multipath { wwid 1DEC_321816758474 alias red rr_weight priorities } }-
The first device has a WWID of
Validate the
/etc/multipath.conffile after modifying the multipath configuration file by running one of the following commands:To display any configuration errors, run:
# multipath -t > /dev/nullTo display the new configuration with the changes added, run:
# multipath -t
Reload the
/etc/multipath.conffile and reconfigure themultipathddaemon for changes to take effect:# service multipathd reload