Skip to content

Commit

Permalink
feat: add HPE Nimble multipath configuration
Browse files Browse the repository at this point in the history
Added HPE Nimble Configuration from the HPE Storage Toolkit for Linux

Signed-off-by: Vincent Schwalbach <[email protected]>
(cherry picked from commit be6922f)
  • Loading branch information
Petbotson authored and Nambrok committed Jan 27, 2025
1 parent 374bd2a commit a574fcc
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion multipath/multipath.conf
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,19 @@ devices {
prio alua
failback immediate
}
}
device {
vendor "Nimble"
product "Server"
path_grouping_policy group_by_prio
prio "alua"
hardware_handler "1 alua"
path_selector "service-time 0"
path_checker tur
no_path_retry 30
failback immediate
fast_io_fail_tmo 5
dev_loss_tmo infinity
rr_min_io_rq 1
rr_weight uniform
}
}

0 comments on commit a574fcc

Please sign in to comment.