From patchwork Mon Aug 9 18:38:22 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: 118459 Received: from mx01.colomx.prod.int.phx2.redhat.com (mx3-phx2.redhat.com [209.132.183.24]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o79Iek0J021504 for ; Mon, 9 Aug 2010 18:41:22 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 o79IcdfF001464; Mon, 9 Aug 2010 14:38:40 -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 o79IcbeA006854 for ; Mon, 9 Aug 2010 14:38:37 -0400 Received: from mx1.redhat.com (ext-mx08.extmail.prod.ext.phx2.redhat.com [10.5.110.12]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o79IcW44019645 for ; Mon, 9 Aug 2010 14:38:32 -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 o79IcN4x018586 for ; Mon, 9 Aug 2010 14:38:23 -0400 Received: (qmail 11465 invoked by uid 9475); 9 Aug 2010 18:38:22 -0000 Date: 9 Aug 2010 18:38:22 -0000 Message-ID: <20100809183822.11463.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.12 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 (demeter.kernel.org [140.211.167.41]); Mon, 09 Aug 2010 18:41:22 +0000 (UTC) --- multipath-tools/multipath.conf.defaults 2010/02/10 04:11:18 1.5.4.20 +++ multipath-tools/multipath.conf.defaults 2010/08/09 18:38:21 1.5.4.21 @@ -233,9 +233,10 @@ # features "0" # hardware_handler "0" # path_grouping_policy multibus +# no_path_retry 6 # rr_weight uniform # rr_min_io 1000 -# path_checker readsector0 +# path_checker tur # } # device { # vendor "EMC" --- multipath-tools/libmultipath/hwtable.c 2010/02/10 04:11:18 1.20.2.27 +++ multipath-tools/libmultipath/hwtable.c 2010/08/09 18:38:21 1.20.2.28 @@ -223,9 +223,9 @@ .pgpolicy = MULTIBUS, .pgfailback = FAILBACK_UNDEF, .rr_weight = RR_WEIGHT_NONE, - .no_path_retry = NO_PATH_RETRY_UNDEF, + .no_path_retry = 6, .minio = DEFAULT_MINIO, - .checker_name = READSECTOR0, + .checker_name = TUR, }, { .vendor = "DGC",