From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christophe Varoqui Subject: Re: [PATCH] [RESEND] hwtable: Add vendor ID and update defaults for NetApp E-Series storage Date: Wed, 17 Jul 2013 22:23:03 +0200 Message-ID: <1374092583.9409.13.camel@lapoo.opensvc.com> References: <51E5C526.9090602@gmail.com> Reply-To: christophe.varoqui@opensvc.com, device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <51E5C526.9090602@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: Xose Vazquez Perez Cc: dm-devel List-Id: dm-devel.ids > > { > > - .vendor = "(LSI|ENGENIO)", > > + .vendor = "(NETAPP|LSI|ENGENIO)", > > .product = "INF-01-00", > > .bl_product = "Universal Xport", > > .features = "2 pg_init_retries 50", > > @@ -1145,12 +1149,14 @@ static struct hwentry default_hw[] = { > > .pgpolicy = GROUP_BY_PRIO, > > .pgfailback = -FAILBACK_IMMEDIATE, > > .rr_weight = RR_WEIGHT_NONE, > > - .no_path_retry = 15, > > + .no_path_retry = 30, > > .minio = DEFAULT_MINIO, > > .minio_rq = DEFAULT_MINIO_RQ, > > .checker_name = RDAC, > > .prio_name = PRIO_RDAC, > > .prio_args = NULL, > > + .detect_prio = DETECT_PRIO_ON, > > + .retain_hwhandler = RETAIN_HWHANDLER_ON, > > }, > > { > > .vendor = "STK", > > > > -- > > This change should be also propagated to multipath.conf.defaults Done. Thanks, Christophe Varoqui OpenSVC