feat: add HPE Nimble multipath configuration

From: Vincent Schwalbach <mail@vincent-schwalbach.de>

Added HPE Nimble Configuration from the HPE Storage Toolkit for Linux

Signed-off-by: Vincent Schwalbach <mail@vincent-schwalbach.de>
---
 multipath/multipath.conf |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/multipath/multipath.conf b/multipath/multipath.conf
index f7c23fe..5902a96 100644
--- a/multipath/multipath.conf
+++ b/multipath/multipath.conf
@@ -139,4 +139,19 @@ devices {
         failback                    immediate
         no_path_retry               18
     }
+    device {
+        vendor                      "Nimble"
+        product                     "Server"
+        path_grouping_policy        group_by_prio
+        prio                        "alua"
+        hardware_handler            "1 alua"
+        path_selector               "service-time 0"
+        path_checker                tur
+        no_path_retry               30
+        failback                    immediate
+        fast_io_fail_tmo            5
+        dev_loss_tmo                infinity
+        rr_min_io_rq                1
+        rr_weight                   uniform
+    }
 }
