Commit 37b8367
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 3b1cc77 commit 37b8367
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
186 | 192 | | |
0 commit comments