From patchwork Fri Mar 22 12:02:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hannes Reinecke X-Patchwork-Id: 2319181 Return-Path: X-Original-To: patchwork-dm-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from mx4-phx2.redhat.com (mx4-phx2.redhat.com [209.132.183.25]) by patchwork2.kernel.org (Postfix) with ESMTP id B01ABDFE82 for ; Fri, 22 Mar 2013 12:06:12 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx4-phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r2MC31gM005337; Fri, 22 Mar 2013 08:03:03 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r2MC30BT025852 for ; Fri, 22 Mar 2013 08:03:00 -0400 Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r2MC30nG011139 for ; Fri, 22 Mar 2013 08:03:00 -0400 Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2MC2xQE031177 for ; Fri, 22 Mar 2013 08:02:59 -0400 Received: from relay1.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id BF898A51B7; Fri, 22 Mar 2013 13:02:58 +0100 (CET) From: Hannes Reinecke To: Christophe Varoqui Date: Fri, 22 Mar 2013 13:02:55 +0100 Message-Id: <1363953775-16166-1-git-send-email-hare@suse.de> X-RedHat-Spam-Score: -9.796 (BAYES_00, DCC_REPUT_00_12, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, URIBL_BLOCKED) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-Scanned-By: MIMEDefang 2.68 on 10.5.110.17 X-loop: dm-devel@redhat.com Cc: dm-devel@redhat.com, Leonardo Chiquitto Subject: [dm-devel] [PATCH] Fix rr_min_io_rq keyword name in multipath.conf.5 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 From: Leonardo Chiquitto Fix typo. Signed-off-by: Leonardo Chiquitto Acked-by: Hannes Reinecke --- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5 index 29106b0..7d689e6 100644 --- a/multipath/multipath.conf.5 +++ b/multipath/multipath.conf.5 @@ -270,7 +270,7 @@ The number of IO to route to a path before switching to the next in the same path group. This is only for BIO based multipath. Default is .I 1000 .TP -.B rr_min_io_q +.B rr_min_io_rq The number of IO requests to route to a path before switching to the next in the same path group. This is only for request based multipath. Default is @@ -496,7 +496,7 @@ section: .TP .B rr_min_io .TP -.B rr_min_io_q +.B rr_min_io_rq .TP .B features .TP