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 <mail@vincent-schwalbach.de>
  • Loading branch information
Petbotson authored and MarkSymsCtx committed Jul 18, 2024
1 parent 5e86e71 commit be6922f
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 @@ -168,4 +168,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 be6922f

Please sign in to comment.