Skip to content

Commit ce8156e

Browse files
committed
Import patch: 'CP-308587: update netapp multipath'
multipath.conf has been removed by this commit: 0ba8e1c. No upstream commit is available regarding this multipatch.conf change. Original patch author: Mark Syms <mark.syms@cloud.com> Patch: ``` From 2e5df68a765c9e4ccfb544ed428454ac77c780d0 Mon Sep 17 00:00:00 2001 From: Mark Syms <mark.syms@cloud.com> Date: Wed, 2 Jul 2025 15:03:06 +0100 Subject: [PATCH] CP-308587: update netapp multipath Only required on XS8 --- multipath/multipath.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/multipath/multipath.conf b/multipath/multipath.conf index 166bd84..3012c6e 100644 --- a/multipath/multipath.conf +++ b/multipath/multipath.conf @@ -183,4 +183,10 @@ devices { rr_min_io_rq 1 rr_weight uniform } + device { + vendor "NETAPP" + product "LUN.*" + path_checker "tur" + no_path_retry "queue" + } } \ No newline at end of file -- 2.49.0 ``` Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.tech>
1 parent 30aa931 commit ce8156e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

multipath/multipath.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,10 @@ devices {
183183
rr_min_io_rq 1
184184
rr_weight uniform
185185
}
186+
device {
187+
vendor "NETAPP"
188+
product "LUN.*"
189+
path_checker "tur"
190+
no_path_retry "queue"
191+
}
186192
}

0 commit comments

Comments
 (0)