From be6922f1626f2a3583872a4c51fef6dff07cdea3 Mon Sep 17 00:00:00 2001 From: Vincent Schwalbach Date: Tue, 16 Jul 2024 13:42:59 +0200 Subject: [PATCH] feat: add HPE Nimble multipath configuration Added HPE Nimble Configuration from the HPE Storage Toolkit for Linux Signed-off-by: Vincent Schwalbach --- multipath/multipath.conf | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/multipath/multipath.conf b/multipath/multipath.conf index 91e51ad9..166bd847 100644 --- a/multipath/multipath.conf +++ b/multipath/multipath.conf @@ -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 + } +} \ No newline at end of file