Dont recommend alua
Most folks probably dont have a NAS that provides alua, so lets default to the multipath.conf default, and enable prio detect to fallback if it fails.
This commit is contained in:
parent
7bf58e0a6b
commit
28903ddaa3
|
|
@ -240,8 +240,9 @@ You will still need to configure the SSH connector for listing the ZFS Pools bec
|
||||||
path_selector "round-robin 0"
|
path_selector "round-robin 0"
|
||||||
path_grouping_policy multibus
|
path_grouping_policy multibus
|
||||||
uid_attribute ID_SERIAL
|
uid_attribute ID_SERIAL
|
||||||
prio alua
|
prio sysfs
|
||||||
path_checker readsector0
|
detect_prio yes
|
||||||
|
path_checker tur
|
||||||
rr_min_io 100
|
rr_min_io 100
|
||||||
max_fds 8192
|
max_fds 8192
|
||||||
rr_weight priorities
|
rr_weight priorities
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue