[dm-devel] [PATCH] libmultipath: builtin config for NetApp E-Series

Schremmer, Steven Steve.Schremmer at netapp.com
Wed Aug 14 19:43:21 UTC 2019


Nak. We would rather not have this in the builtin config at this time.

Thanks,
Steve

-----Original Message-----
From: Benjamin Marzinski <bmarzins at redhat.com> 
Sent: Wednesday, August 14, 2019 2:15 PM
To: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>; Schremmer, Steven <Steve.Schremmer at netapp.com>
Subject: [PATCH] libmultipath: builtin config for NetApp E-Series

Cc: Steve Schremmer <sschremm at netapp.com>
Signed-off-by: Benjamin Marzinski <bmarzins at redhat.com>
---
 libmultipath/hwtable.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index 96e8b25d..94af153d 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -780,6 +780,14 @@ static struct hwentry default_hw[] = {
                .pgpolicy      = MULTIBUS,
                .no_path_retry = NO_PATH_RETRY_QUEUE,
        },
+       {
+               /* NetApp E-Series */
+               .vendor        = "NVME",
+               .product       = "NetApp E-Series",
+               .pgpolicy      = GROUP_BY_PRIO,
+               .pgfailback    = -FAILBACK_IMMEDIATE,
+               .no_path_retry = 30,
+       },
        /*
         * Nexenta
         *
--
2.17.2





More information about the dm-devel mailing list