Hi ppl. Need help with subj. I want to failover my iscsi 10G link with san ip 10.1.254.2 on endpoint with other two 1G san links.
As PVE docs says, I have to setup preffered ip.
my multipath.conf:
multipath -ll shows:
size=3.3T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 6:0:0:1 sde 8:64 active ready running
|- 7:0:0:1 sdf 8:80 active ready running
`- 8:0:0:1 sdg 8:96 active ready running
And it seems wrong, if I understand correctly, all three links are used now, like multibus or smth like that. Am I wrong?
As PVE docs says, I have to setup preffered ip.
my multipath.conf:
Code:
defaults {
polling_interval 2
path_selector "round-robin 0"
path_grouping_policy failover
uid_attribute ID_SERIAL
rr_min_io 100
failback immediate
prio iet
prio_args "preferredip=10.1.254.2"
no_path_retry queue
user_friendly_names yes
}
multipaths {
multipath {
wwid "blabla"
alias mpath1
}
}
blacklist {
wwid .*
}
blacklist_exceptions {
wwid "blabla"
}
multipath -ll shows:
size=3.3T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 6:0:0:1 sde 8:64 active ready running
|- 7:0:0:1 sdf 8:80 active ready running
`- 8:0:0:1 sdg 8:96 active ready running
And it seems wrong, if I understand correctly, all three links are used now, like multibus or smth like that. Am I wrong?