diff options
author | greg@kroah.com <greg@kroah.com> | 2004-10-06 18:32:41 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:37:03 -0700 |
commit | 71144b744acb191d357dbfeb85a256389d4fac3b (patch) | |
tree | 15aa6e4ccb9b51c25e14a2b2cfe1c9f278e73f68 /extras/multipath-tools/multipath/multipath.8 | |
parent | 33eae955e24feb2e473b905d64de17ad641e57e0 (diff) |
[PATCH] delete extras/multipath-tools as per the author's request
This is now a standalone package.
Diffstat (limited to 'extras/multipath-tools/multipath/multipath.8')
-rw-r--r-- | extras/multipath-tools/multipath/multipath.8 | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/extras/multipath-tools/multipath/multipath.8 b/extras/multipath-tools/multipath/multipath.8 deleted file mode 100644 index 0856ca8dfc..0000000000 --- a/extras/multipath-tools/multipath/multipath.8 +++ /dev/null @@ -1,66 +0,0 @@ -.TH MULTIPATH 8 "February 2004" "" "Linux Administrator's Manual" -.SH NAME -multipath \- Device mapper target autoconfig -.SH SYNOPSIS -.B multipath -.RB [\| \-v | \-q \|] -.RB [\| \-d \|] -.RB [\| \-i\ \c -.IR int \|] -.RB [\| \-m\ \c -.IR max_devs \|] -.RB [\| \-p\ \c -.BR failover | multibus | group_by_serial \|] -.RB [\| device \|] -.SH DESCRIPTION -.B multipath -is used to detect multiple paths to devices for fail-over or performance reasons and coalesces them. -.SH OPTIONS -.TP -.B \-v -verbose, print all paths and multipaths -.TP -.B \-q -quiet, no output at all -.TP -.B \-d -dry run, do not create or update devmaps -.TP -.BI \-i " int" -multipath target param: polling interval -.TP -.BI \-m " max_devs" -scan -.I max_devs -devices at most -.TP -.BI \-D " major minor" -update only the devmap the path pointed by -.I major minor -is in -.TP -.BI \-p " policy" -force maps to specified policy: -.RS 1.2i -.TP 1.2i -.B failover -1 path per priority group -.TP -.B multibus -all paths in 1 priority group -.TP -.B group_by_serial -1 priority group per serial -.RE -.TP -.BI device -update only the devmap the path pointed by -.I device -is in -.SH "SEE ALSO" -.BR udev (8), -.BR dmsetup (8) -.BR hotplug (8) -.SH AUTHORS -.B multipath -was developed by Christophe Varoqui, <christophe.varoqui@free.fr> and others. |