Modul Pendaftaran
Custom Multipath Configurationโ
If your equipment is not present in the default multipath configuration, ask the manufacturer for the correct multipath configuration for GNU/Linux.
If your equipment is already supported, you can skip this step and move on to the next step (Prepare the pool).
Example Configurationโ
Below is an example of a custom multipath device configuration.
โ ๏ธ This is only an example of syntax and must not be used directly in production.
devices {
# Configuration for ACME CORP UltraSAN
# This is an example of syntax; do not use it in production.
device {
vendor "ACME"
product "UltraSAN"
path_selector "service-time 0"
path_grouping_policy group_by_prio
prio alua
features "1 queue_if_no_path"
hardware_handler "1 alua"
failback immediate
rr_weight uniform
rr_min_io 100
no_path_retry 10
}
}