From: Xose Vazquez Perez <xose.vazq...@gmail.com>

It's a RDAC device, confirmed by the original manufacturer(NetApp).

Cc: Sean Stewart <sean.stew...@netapp.com>
Cc: Hannes Reinecke <h...@suse.de>
Cc: Christophe Varoqui <christophe.varo...@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazq...@gmail.com>
---
 libmultipath/hwtable.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 6ab0ed6..55ffc56 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -381,6 +381,19 @@ static struct hwentry default_hw[] = {
                .no_path_retry = 30,
        },
        {
+               /* DCS3860 */
+               .vendor        = "IBM",
+               .product       = "^1813",
+               .bl_product    = "Universal Xport",
+               .pgpolicy      = GROUP_BY_PRIO,
+               .checker_name  = RDAC,
+               .features      = "2 pg_init_retries 50",
+               .hwhandler     = "1 rdac",
+               .prio_name     = PRIO_RDAC,
+               .pgfailback    = -FAILBACK_IMMEDIATE,
+               .no_path_retry = 30,
+       },
+       {
                /* DS3950 / DS4200 / DS4700 / DS5020 */
                .vendor        = "IBM",
                .product       = "^1814",
-- 
2.8.1.windows.1

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to