From 5ebbc1ff60c29a74e04ef26d42eadbb551b08342 Mon Sep 17 00:00:00 2001 From: Mark Syms Date: Thu, 15 Feb 2024 09:54:48 +0000 Subject: [PATCH] CP-47841: update multipath configuration for PURE Storage Signed-off-by: Mark Syms --- multipath/multipath.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/multipath/multipath.conf b/multipath/multipath.conf index 51aa13921..744b6461a 100644 --- a/multipath/multipath.conf +++ b/multipath/multipath.conf @@ -142,4 +142,17 @@ devices { failback immediate no_path_retry 18 } + device { + vendor "PURE" + product "FlashArray" + path_selector "queue-length 0" + path_grouping_policy group_by_prio + path_checker tur + fast_io_fail_tmo 10 + dev_loss_tmo 60 + no_path_retry 0 + hardware_handler "1 alua" + prio alua + failback immediate + } }