From patchwork Fri Jun 19 22:10:54 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: bmarzins@sourceware.org X-Patchwork-Id: 31470 Received: from hormel.redhat.com (hormel1.redhat.com [209.132.177.33]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n5JMBEWD014667 for ; Fri, 19 Jun 2009 22:11:15 GMT Received: from listman.util.phx.redhat.com (listman.util.phx.redhat.com [10.8.4.110]) by hormel.redhat.com (Postfix) with ESMTP id 332C161A2E9; Fri, 19 Jun 2009 18:11:14 -0400 (EDT) Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id n5JMBCIO013242 for ; Fri, 19 Jun 2009 18:11:12 -0400 Received: from mx1.redhat.com (mx1.redhat.com [172.16.48.31]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n5JMBCQw029826 for ; Fri, 19 Jun 2009 18:11:12 -0400 Received: from sourceware.org (sourceware.org [209.132.176.174]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id n5JMAs4o013344 for ; Fri, 19 Jun 2009 18:10:55 -0400 Received: (qmail 2920 invoked by uid 9475); 19 Jun 2009 22:10:54 -0000 Date: 19 Jun 2009 22:10:54 -0000 Message-ID: <20090619221054.2918.qmail@sourceware.org> From: bmarzins@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -4 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 X-Scanned-By: MIMEDefang 2.63 on 172.16.48.31 X-loop: dm-devel@redhat.com Cc: Subject: [dm-devel] multipath-tools/libmultipath hwtable.c X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.5 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 CVSROOT: /cvs/dm Module name: multipath-tools Branch: RHEL5_FC6 Changes by: bmarzins@sourceware.org 2009-06-19 22:10:53 Modified files: libmultipath : hwtable.c Log message: Fix for 475967. Fixed config defaults for hp storageworks devices. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/libmultipath/hwtable.c.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.20.2.18&r2=1.20.2.19 --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- multipath-tools/libmultipath/hwtable.c 2009/05/05 22:02:31 1.20.2.18 +++ multipath-tools/libmultipath/hwtable.c 2009/06/19 22:10:53 1.20.2.19 @@ -64,8 +64,8 @@ .product = "HSG80", .getuid = DEFAULT_GETUID, .getprio = NULL, - .features = DEFAULT_FEATURES, - .hwhandler = "1 hp_sw", + .features = "2 pg_init_retries 10", + .hwhandler = "1 hp-sw", .selector = DEFAULT_SELECTOR, .pgpolicy = GROUP_BY_SERIAL, .pgfailback = FAILBACK_UNDEF, @@ -80,8 +80,8 @@ .product = "MSA|HSV1.0.*", .getuid = DEFAULT_GETUID, .getprio = NULL, - .features = DEFAULT_FEATURES, - .hwhandler = "1 hp_sw", + .features = "2 pg_init_retries 10", + .hwhandler = "1 hp-sw", .selector = DEFAULT_SELECTOR, .pgpolicy = MULTIBUS, .pgfailback = FAILBACK_UNDEF,