From patchwork Mon Jan 21 07:15:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannes Reinecke X-Patchwork-Id: 2009391 Return-Path: X-Original-To: patchwork-dm-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from mx4-phx2.redhat.com (mx4-phx2.redhat.com [209.132.183.25]) by patchwork1.kernel.org (Postfix) with ESMTP id 6DF0F3FD1A for ; Mon, 21 Jan 2013 07:19:17 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0L7FkFD018537; Mon, 21 Jan 2013 02:15:48 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r0L7FiLx009236 for ; Mon, 21 Jan 2013 02:15:44 -0500 Received: from mx1.redhat.com (ext-mx15.extmail.prod.ext.phx2.redhat.com [10.5.110.20]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r0L7Fi4g010137 for ; Mon, 21 Jan 2013 02:15:44 -0500 Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r0L7FhSp024367 for ; Mon, 21 Jan 2013 02:15:43 -0500 Received: from relay2.suse.de (unknown [195.135.220.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 96368A341E; Mon, 21 Jan 2013 08:15:42 +0100 (CET) Message-ID: <50FCEB1E.8050607@suse.de> Date: Mon, 21 Jan 2013 08:15:42 +0100 From: Hannes Reinecke User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2 MIME-Version: 1.0 To: Xose Vazquez Perez References: <1358434773-2002-1-git-send-email-hare@suse.de> <50F97F4E.6050007@gmail.com> In-Reply-To: <50F97F4E.6050007@gmail.com> X-RedHat-Spam-Score: -6.301 (BAYES_00, DCC_REPUT_00_12, FRT_OFFER2, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.20 X-loop: dm-devel@redhat.com Cc: device-mapper development , Christophe Varoqui Subject: Re: [dm-devel] [PATCH 00/11] Final round of SLES resync patches X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com On 01/18/2013 05:58 PM, Xose Vazquez Perez wrote: > On 01/17/2013 03:59 PM, Hannes Reinecke wrote: > >> and this is now the final round of SLES resync patches. > > Hannes, I do miss support for HSV3[46]0 devices. > Oh. Correct. Christophe, could you apply the patch? Thanks. Cheers, Hannes >From 9631beb23e3f873ceac4a80746cd3013891d33b6 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Thu, 28 Jun 2012 18:19:48 +0200 Subject: [PATCH] Add definitions for HP P6300 Signed-off-by: Hannes Reinecke diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index c5b4071..d7292ee 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -133,7 +133,7 @@ static struct hwentry default_hw[] = { { /* EVA 3000/5000 with new firmware, EVA 4000/6000/8000 */ .vendor = "(COMPAQ|HP)", - .product = "HSV1[01]1|HSV2[01]0|HSV300|HSV4[05]0", + .product = "HSV1[01]1|HSV2[01]0|HSV3[046]0|HSV4[05]0", .features = DEFAULT_FEATURES, .hwhandler = DEFAULT_HWHANDLER, .pgpolicy = GROUP_BY_PRIO,