diff options
author | Ritesh Raj Sarraf <rrs@researchut.com> | 2009-08-31 10:42:41 +0530 |
---|---|---|
committer | Christophe Varoqui <christophe.varoqui@free.fr> | 2009-08-31 22:48:30 +0200 |
commit | cbbd996325018dc14a3c4b6daa6ae245c7fd750d (patch) | |
tree | 4b5b0d0dee624551bee6b8fd76d72d3881dc7f47 /multipathd | |
parent | f449b648bd91e6b0e0e8493a22470bd3c49639ad (diff) | |
download | multipath-tools-cbbd996325018dc14a3c4b6daa6ae245c7fd750d.tar.gz multipath-tools-cbbd996325018dc14a3c4b6daa6ae245c7fd750d.tar.bz2 multipath-tools-cbbd996325018dc14a3c4b6daa6ae245c7fd750d.zip |
Update multipathd manpage
New commands added to the multipathd -k command mode.
Document them in the manpage
Signed-off-by: Ritesh Raj Sarraf <rsarraf@netapp.com>
Diffstat (limited to 'multipathd')
-rw-r--r-- | multipathd/multipathd.8 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8 index 480b8ed..275f24c 100644 --- a/multipathd/multipathd.8 +++ b/multipathd/multipathd.8 @@ -1,4 +1,4 @@ -.TH MULTIPATHD 8 "November 2006" "Linux Administrator's Manual" +.TH MULTIPATHD 8 "November 2009" "Linux Administrator's Manual" .SH NAME multipathd \- multipath daemon @@ -74,6 +74,9 @@ Add a multipath device to the list of monitored devices. $map can either be a de .TP .B remove|del map $map Stop monitoring a multipath device. +.TP +.B resize map|multipath $map +Resizes map $map to the given size .TP .B switch|switchgroup map $map group $group Force a multipath device to switch to a specific path group. $group is the path group index, starting with 1. @@ -92,6 +95,12 @@ Sets path $path into failed state. .TP .B reinstate path $path Resumes path $path from failed state. +.TP +.B disablequeueing map|multipath $map +Disabled queuing on multipathed map $map +.TP +.B restorequeueing map|multipath $map +Restore queuing on multipahted map $map .SH "SEE ALSO" .BR multipath (8) |