diff options
author | Christophe Varoqui <christophe.varoqui@opensvc.com> | 2010-05-22 14:01:58 +0200 |
---|---|---|
committer | Christophe Varoqui <christophe.varoqui@opensvc.com> | 2010-05-22 14:01:58 +0200 |
commit | 17f14138e13b3ecbb37b86199739072f2c44c1a2 (patch) | |
tree | 27175fc6db2e89b0c6770e665820a2217d99addf /multipathd/multipathd.8 | |
parent | 1098120a420ad7f892abab2801872d70c87ac3a3 (diff) | |
download | multipath-tools-17f14138e13b3ecbb37b86199739072f2c44c1a2.tar.gz multipath-tools-17f14138e13b3ecbb37b86199739072f2c44c1a2.tar.bz2 multipath-tools-17f14138e13b3ecbb37b86199739072f2c44c1a2.zip |
Merge the 'path count' cli command with 'show status'.upstream/0.4.90.4.9
Document 'show status' in the multipathd manpage.
Diffstat (limited to 'multipathd/multipathd.8')
-rw-r--r-- | multipathd/multipathd.8 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8 index 5ab7330..c63185c 100644 --- a/multipathd/multipathd.8 +++ b/multipathd/multipathd.8 @@ -63,16 +63,15 @@ Show the currently used blacklist rules, derived from default values and values .B list|show devices Show all available block devices by name including the information if they are blacklisted or not. .TP +.B list|show status +Show the number of path checkers in each possible state, the number of monitored paths, and whether multipathd is currently handling a uevent. +.TP .B add path $path Add a path to the list of monitored paths. $path is as listed in /sys/block (e.g. sda). .TP .B remove|del path $path Stop monitoring a path. $path is as listed in /sys/block (e.g. sda). .TP -.B count paths -Show the number of monitored paths, and whether multipathd is currently -handling a uevent. -.TP .B add map $map Add a multipath device to the list of monitored devices. $map can either be a device-mapper device as listed in /sys/block (e.g. dm-0) or it can be the alias for the multipath device (e.g. mpath1) or the uid of the multipath device (e.g. 36005076303ffc56200000000000010aa). .TP |