Skip to content

Commit 5e86e71

Browse files
committed
CP-50251: update multipath configuration for IBM SVC 2145/2147
Signed-off-by: Mark Syms <[email protected]>
1 parent 7d2b243 commit 5e86e71

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

multipath/multipath.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ devices {
9292
path_checker rdac
9393
prio rdac
9494
}
95+
device {
96+
vendor "IBM"
97+
product "2145"
98+
path_grouping_policy "group_by_prio"
99+
path_selector "service-time 0"
100+
prio "alua"
101+
path_checker "tur"
102+
failback "immediate"
103+
no_path_retry 5
104+
rr_weight uniform
105+
rr_min_io_rq "1"
106+
dev_loss_tmo 120
107+
}
95108
device {
96109
vendor "LIO-ORG"
97110
hardware_handler "1 alua"

0 commit comments

Comments
 (0)