From patchwork Tue Sep 21 18:06:05 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: 197782 Received: from mx01.colomx.prod.int.phx2.redhat.com (mx3-phx2.redhat.com [209.132.183.24]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8LI9Z7l005497 for ; Tue, 21 Sep 2010 18:10:10 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx01.colomx.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8LI6NUi007350; Tue, 21 Sep 2010 14:06:25 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8LI6M39002383 for ; Tue, 21 Sep 2010 14:06:22 -0400 Received: from mx1.redhat.com (ext-mx10.extmail.prod.ext.phx2.redhat.com [10.5.110.14]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8LI6HE1014391 for ; Tue, 21 Sep 2010 14:06:17 -0400 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id o8LI66FN011669 for ; Tue, 21 Sep 2010 14:06:06 -0400 Received: (qmail 19412 invoked by uid 9475); 21 Sep 2010 18:06:05 -0000 Date: 21 Sep 2010 18:06:05 -0000 Message-ID: <20100921180605.19410.qmail@sourceware.org> From: bmarzins@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -2.31 (RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.14 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 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Tue, 21 Sep 2010 18:10:11 +0000 (UTC) --- multipath-tools/multipath.conf.defaults 2010/09/14 19:42:37 1.5.4.26 +++ multipath-tools/multipath.conf.defaults 2010/09/21 18:06:04 1.5.4.27 @@ -670,4 +670,15 @@ # rr_min_io 1000 # path_checker directio # } +# device { +# vendor "EUROLOGC" +# product "FC2502" +# getuid_callout "/sbin/scsi_id -p 0x80 -g -u -s /block/%n" +# features "0" +# hardware_handler "0" +# path_grouping_policy multibus +# rr_weight uniform +# rr_min_io 1000 +# path_checker readsector0 +# } #} --- multipath-tools/libmultipath/hwtable.c 2010/09/14 19:42:37 1.20.2.32 +++ multipath-tools/libmultipath/hwtable.c 2010/09/21 18:06:05 1.20.2.33 @@ -983,6 +983,27 @@ .checker_name = DIRECTIO, }, /* + * EUROLOGC devices + * + * Maintainer : Benjamin Marzinski + * Mail : bmarzins@redhat.com + */ + { + .vendor = "EUROLOGC", + .product = "FC2502", + .getuid = "/sbin/scsi_id -p 0x80 -g -u -s /block/%n", + .getprio = NULL, + .features = DEFAULT_FEATURES, + .hwhandler = DEFAULT_HWHANDLER, + .selector = DEFAULT_SELECTOR, + .pgpolicy = MULTIBUS, + .pgfailback = FAILBACK_UNDEF, + .rr_weight = RR_WEIGHT_NONE, + .no_path_retry = NO_PATH_RETRY_UNDEF, + .minio = DEFAULT_MINIO, + .checker_name = DEFAULT_CHECKER, + }, + /* * EOL */ {