Skip to content

Commit be6922f

Browse files
PetbotsonMarkSymsCtx
authored andcommitted
feat: add HPE Nimble multipath configuration
Added HPE Nimble Configuration from the HPE Storage Toolkit for Linux Signed-off-by: Vincent Schwalbach <[email protected]>
1 parent 5e86e71 commit be6922f

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

multipath/multipath.conf

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,4 +168,19 @@ devices {
168168
prio alua
169169
failback immediate
170170
}
171-
}
171+
device {
172+
vendor "Nimble"
173+
product "Server"
174+
path_grouping_policy group_by_prio
175+
prio "alua"
176+
hardware_handler "1 alua"
177+
path_selector "service-time 0"
178+
path_checker tur
179+
no_path_retry 30
180+
failback immediate
181+
fast_io_fail_tmo 5
182+
dev_loss_tmo infinity
183+
rr_min_io_rq 1
184+
rr_weight uniform
185+
}
186+
}

0 commit comments

Comments
 (0)