Configuration multipath
Hi team;
I have an Oracle Linux cluster and they told me to change the multipath balancing algorithm.
I did it by editing the multipathd.conf file
# multipath.conf man page.
defaults {
user_friendly_names yes
find_multipaths yes
reservation_key 0x2
path_selector "round-robin 0"
immediate failback
}
blacklist_exceptions {
I would like to know if this is the correct way to configure multpath with round robin?
Regards;