From patchwork Tue Jan 26 05:50:45 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: bmarzins@sourceware.org X-Patchwork-Id: 75147 Received: from mx01.util.phx2.redhat.com (mx1-phx2.redhat.com [209.132.183.26]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0Q5sf7b023072 for ; Tue, 26 Jan 2010 05:54:41 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx01.util.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0Q5p4Vw027666; Tue, 26 Jan 2010 00:51:08 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0Q5p2Ku029020 for ; Tue, 26 Jan 2010 00:51:02 -0500 Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.8]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0Q5ovHZ015885 for ; Tue, 26 Jan 2010 00:50:57 -0500 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id o0Q5okPR032529 for ; Tue, 26 Jan 2010 00:50:46 -0500 Received: (qmail 5406 invoked by uid 9475); 26 Jan 2010 05:50:45 -0000 Date: 26 Jan 2010 05:50:45 -0000 Message-ID: <20100126055045.5404.qmail@sourceware.org> From: bmarzins@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -1.909 (AWL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.8 X-loop: dm-devel@redhat.com Subject: [dm-devel] multipath-tools ./multipath.conf.defaults libm ... 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: , MIME-Version: 1.0 Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com --- multipath-tools/multipath.conf.defaults 2009/12/02 19:15:28 1.5.4.18 +++ multipath-tools/multipath.conf.defaults 2010/01/26 05:50:44 1.5.4.19 @@ -237,6 +237,20 @@ # rr_min_io 1000 # path_checker readsector0 # } +# device { +# vendor "EMC" +# product "Invista" +# product_blacklist "LUNZ" +# getuid_callout "/sbin/scsi_id -g -u -s /block/%n" +# features "0" +# hardware_handler "0" +# path_selector "round-robin 0" +# path_grouping_policy failover +# rr_weight uniform +# no_path_retry 5 +# rr_min_io 1000 +# path_checker tur +# } # device { # vendor "FSC" # product "CentricStor" --- multipath-tools/libmultipath/hwtable.c 2009/12/02 19:15:28 1.20.2.25 +++ multipath-tools/libmultipath/hwtable.c 2010/01/26 05:50:45 1.20.2.26 @@ -300,6 +300,22 @@ .minio = DEFAULT_MINIO, .checker_name = READSECTOR0, }, + { + .vendor = "EMC", + .product = "Invista", + .bl_product = "LUNZ", + .getuid = DEFAULT_GETUID, + .getprio = NULL, + .features = DEFAULT_FEATURES, + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = FAILOVER, + .pgfailback = FAILBACK_UNDEF, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = 5, + .minio = DEFAULT_MINIO, + .checker_name = TUR, + }, /* * IBM controller family *