From patchwork Fri Dec 3 23:32:53 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Marzinski X-Patchwork-Id: 379341 X-Patchwork-Delegate: christophe.varoqui@free.fr Received: from mx4-phx2.redhat.com (mx4-phx2.redhat.com [209.132.183.25]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id oB3NYpk5013153 for ; Fri, 3 Dec 2010 23:35:12 GMT 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 oB3NX1tZ005208; Fri, 3 Dec 2010 18:33:01 -0500 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 oB3NX0O4022319 for ; Fri, 3 Dec 2010 18:33:00 -0500 Received: from ether.msp.redhat.com (ether.msp.redhat.com [10.15.80.119]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oB3NWshA015555 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 3 Dec 2010 18:32:55 -0500 Received: from ether.msp.redhat.com (localhost.localdomain [127.0.0.1]) by ether.msp.redhat.com (8.14.1/8.14.1) with ESMTP id oB3NWsUY012359 for ; Fri, 3 Dec 2010 17:32:54 -0600 Received: (from bmarzins@localhost) by ether.msp.redhat.com (8.14.1/8.14.1/Submit) id oB3NWs14012358 for dm-devel@redhat.com; Fri, 3 Dec 2010 17:32:54 -0600 Date: Fri, 3 Dec 2010 17:32:53 -0600 From: Benjamin Marzinski To: device-mapper development Message-ID: <20101203233253.GL25172@ether.msp.redhat.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-loop: dm-devel@redhat.com Subject: [dm-devel] [PATCH] multipath: update multipathd man page 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: , 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]); Fri, 03 Dec 2010 23:35:13 +0000 (UTC) Index: multipath-tools-101104/multipathd/multipathd.8 =================================================================== --- multipath-tools-101104.orig/multipathd/multipathd.8 +++ multipath-tools-101104/multipathd/multipathd.8 @@ -35,9 +35,17 @@ The following commands can be used in in .B list|show paths Show the paths that multipathd is monitoring, and their state. .TP +.B list|show paths format $format +Show the paths that multipathd is monitoring, using a format string with path +format wildcards. +.TP .B list|show maps|multipaths Show the multipath devices that the multipathd is monitoring. .TP +.B list|show maps|multipaths format $format +Show the status of all multipath devices that the multipathd is monitoring, +using a format string with multipath format wildcards. +.TP .B list|show maps|multipaths status Show the status of all multipath devices that the multipathd is monitoring. .TP @@ -54,6 +62,9 @@ Show the current multipath topology. Sam Show topology of a single multipath device specified by $map, e.g. 36005076303ffc56200000000000010aa. This map could be obtained from "list maps". .TP +.B list|show wildcards +Show the format wildcards used in interactive commands taking $format +.TP .B list|show config Show the currently used configuration, derived from default values and values specified within the configuration file /etc/multipath.conf. .TP @@ -99,11 +110,20 @@ Sets path $path into failed state. .B reinstate path $path Resumes path $path from failed state. .TP +.B disablequeueing maps|multipaths +Disable queueing on all multipath devices. +.TP +.B restorequeueing maps|multipaths +Restore queueing on all multipath devices. +.TP .B disablequeueing map|multipath $map -Disabled queuing on multipathed map $map +Disable queuing on multipathed map $map .TP .B restorequeueing map|multipath $map Restore queuing on multipahted map $map +.TP +.B quit|exit +End interactive session. .SH "SEE ALSO" .BR multipath (8)