From patchwork Tue Sep 14 19:42:38 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: 180412 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 o8EJjPZq009250 for ; Tue, 14 Sep 2010 19:45:48 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 o8EJgtLS005511; Tue, 14 Sep 2010 15:42:59 -0400 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 o8EJgrkm022112 for ; Tue, 14 Sep 2010 15:42:53 -0400 Received: from mx1.redhat.com (ext-mx07.extmail.prod.ext.phx2.redhat.com [10.5.110.11]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8EJgmwc016844 for ; Tue, 14 Sep 2010 15:42:48 -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 o8EJgc4A031160 for ; Tue, 14 Sep 2010 15:42:39 -0400 Received: (qmail 9635 invoked by uid 9475); 14 Sep 2010 19:42:38 -0000 Date: 14 Sep 2010 19:42:38 -0000 Message-ID: <20100914194238.9633.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.12 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.11 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, 14 Sep 2010 19:45:48 +0000 (UTC) --- multipath-tools/multipath.conf.defaults 2010/09/03 22:23:22 1.5.4.25 +++ multipath-tools/multipath.conf.defaults 2010/09/14 19:42:37 1.5.4.26 @@ -89,7 +89,6 @@ # vendor "HP" # product "MSA2[02]12fc|MSA2012i" # getuid_callout "/sbin/scsi_id -g -u -s /block/%n" -# prio_callout "/bin/true" # features "0" # hardware_handler "0" # path_grouping_policy multibus --- multipath-tools/libmultipath/hwtable.c 2010/09/03 03:46:12 1.20.2.31 +++ multipath-tools/libmultipath/hwtable.c 2010/09/14 19:42:37 1.20.2.32 @@ -127,7 +127,7 @@ .vendor = "HP", .product = "MSA2[02]12fc|MSA2012i", .getuid = DEFAULT_GETUID, - .getprio = "/bin/true", + .getprio = NULL, .features = DEFAULT_FEATURES, .hwhandler = DEFAULT_HWHANDLER, .selector = DEFAULT_SELECTOR,