From patchwork Mon Aug 31 17:17:11 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: 44901 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 n7VHHTks006725 for ; Mon, 31 Aug 2009 17:17:29 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 A02E1618F26; Mon, 31 Aug 2009 13:17:28 -0400 (EDT) Received: from int-mx08.intmail.prod.int.phx2.redhat.com (nat-pool.util.phx.redhat.com [10.8.5.200]) by listman.util.phx.redhat.com (8.13.1/8.13.1) with ESMTP id n7VHHRvL001615 for ; Mon, 31 Aug 2009 13:17:27 -0400 Received: from mx1.redhat.com (ext-mx10.extmail.prod.ext.phx2.redhat.com [10.5.110.14]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7VHHQmS029347 for ; Mon, 31 Aug 2009 13:17:26 -0400 Received: from sourceware.org (sourceware.org [209.132.176.174]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id n7VHHCdK023661 for ; Mon, 31 Aug 2009 13:17:13 -0400 Received: (qmail 29023 invoked by uid 9475); 31 Aug 2009 17:17:11 -0000 Date: 31 Aug 2009 17:17:11 -0000 Message-ID: <20090831171711.29021.qmail@sourceware.org> From: bmarzins@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -4 (RCVD_IN_DNSWL_MED) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.14 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-08-31 17:17:11 Modified files: libmultipath : hwtable.c Log message: Updated HP MSA configuration. Already Upstream. 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.20&r2=1.20.2.21 --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel --- multipath-tools/libmultipath/hwtable.c 2009/08/19 21:52:40 1.20.2.20 +++ multipath-tools/libmultipath/hwtable.c 2009/08/31 17:17:10 1.20.2.21 @@ -63,11 +63,11 @@ .vendor = "DEC", .product = "HSG80", .getuid = DEFAULT_GETUID, - .getprio = NULL, - .features = "2 pg_init_retries 10", + .getprio = "/sbin/mpath_prio_hp_sw /dev/%n", + .features = "1 queue_if_no_path", .hwhandler = "1 hp-sw", .selector = DEFAULT_SELECTOR, - .pgpolicy = GROUP_BY_SERIAL, + .pgpolicy = GROUP_BY_PRIO, .pgfailback = FAILBACK_UNDEF, .rr_weight = RR_WEIGHT_NONE, .no_path_retry = NO_PATH_RETRY_UNDEF, @@ -77,17 +77,17 @@ { /* MSA 1000/MSA1500, EVA 3000/5000 with old firmware */ .vendor = "COMPAQ", - .product = "MSA|HSV1.0.*", + .product = "(MSA|HSV)1.0.*", .getuid = DEFAULT_GETUID, - .getprio = NULL, - .features = "2 pg_init_retries 10", + .getprio = "/sbin/mpath_prio_hp_sw /dev/%n", + .features = "1 queue_if_no_path", .hwhandler = "1 hp-sw", .selector = DEFAULT_SELECTOR, - .pgpolicy = MULTIBUS, + .pgpolicy = GROUP_BY_PRIO, .pgfailback = FAILBACK_UNDEF, .rr_weight = RR_WEIGHT_NONE, - .no_path_retry = NO_PATH_RETRY_UNDEF, - .minio = DEFAULT_MINIO, + .no_path_retry = 12, + .minio = 100, .checker_name = HP_SW, }, {