Skip to content

Commit

Permalink
fix:add netapp multipath device info
Browse files Browse the repository at this point in the history
alua need to be enabled on netapp controller side
igroup set igroup1 alua yes
  • Loading branch information
yaguangtang committed Nov 12, 2024
1 parent 2d802ca commit 41cf730
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions roles/multipathd/templates/multipath.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ devices {
dev_loss_tmo 60
find_multipaths yes
}
device {
vendor "NETAPP"
product "LUN.*"
detect_prio yes
dev_loss_tmo infinity
failback immediate
fast_io_fail_tmo 5
features "2 pg_init_retries 50"
flush_on_last_del yes
hardware_handler "1 alua"
no_path_retry queue
path_checker tur
path_grouping_policy group_by_prio
path_selector "service-time 0"
polling_interval 5
prio alua
retain_attached_hw_handler yes
rr_weight uniform
user_friendly_names no
}
device {
vendor "PURE"
product "FlashArray"
Expand Down

0 comments on commit 41cf730

Please sign in to comment.