Skip to content

Commit d8df24e

Browse files
PetbotsonWescoeur
authored andcommitted
feat: add HPE Nimble multipath configuration
Added HPE Nimble Configuration from the HPE Storage Toolkit for Linux Signed-off-by: Vincent Schwalbach <mail@vincent-schwalbach.de>
1 parent 1cbc74a commit d8df24e

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
@@ -156,4 +156,19 @@ devices {
156156
prio alua
157157
failback immediate
158158
}
159-
}
159+
device {
160+
vendor "Nimble"
161+
product "Server"
162+
path_grouping_policy group_by_prio
163+
prio "alua"
164+
hardware_handler "1 alua"
165+
path_selector "service-time 0"
166+
path_checker tur
167+
no_path_retry 30
168+
failback immediate
169+
fast_io_fail_tmo 5
170+
dev_loss_tmo infinity
171+
rr_min_io_rq 1
172+
rr_weight uniform
173+
}
174+
}

0 commit comments

Comments
 (0)