9ae3e98286
Add 0110-libmultipath-keep-track-of-queueing-state-in-feature.patch Add 0111-libmultipath-export-partmap_in_use.patch Add 0112-libmultipath-change-flush_on_last_del-to-fix-a-multi.patch Add 0113-libmultipath-pad-dev_loss_tmo-to-avoid-race-with-no_.patch * Fixes RHEL-30272 Add 0114-libmultipath-remove-pathgroup-wildcard-options.patch Add 0115-libmultipath-print-all-values-in-snprint_failback.patch Add 0116-multipathd-Stop-double-counting-map-failures-for-no_.patch Add 0117-multipath-tools-man-pages-add-missing-multipathd-com.patch Add 0118-libmultipath-change-the-vend-prod-rev-printing.patch Add 0119-multipath-tools-man-pages-Add-format-wildcard-descri.patch * Fixes RHEL-8304 Resolves: RHEL-8304 Resolves: RHEL-30272
103 lines
3.4 KiB
Diff
103 lines
3.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Date: Thu, 9 May 2024 17:15:34 -0400
|
|
Subject: [PATCH] multipath-tools man pages: add missing multipathd commands
|
|
|
|
Also, the description for "del map $map" was incorrect.
|
|
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
multipathd/multipathd.8 | 42 ++++++++++++++++++++++++++++++++++++-----
|
|
1 file changed, 37 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/multipathd/multipathd.8 b/multipathd/multipathd.8
|
|
index 8bd47a80..40a8dc6d 100644
|
|
--- a/multipathd/multipathd.8
|
|
+++ b/multipathd/multipathd.8
|
|
@@ -100,18 +100,24 @@ The following commands can be used in interactive mode:
|
|
Show the paths that multipathd is monitoring, and their state.
|
|
.
|
|
.TP
|
|
-.B list|show paths format $format
|
|
+.B list|show paths [raw] format $format
|
|
Show the paths that multipathd is monitoring, using a format string with path
|
|
-format wildcards.
|
|
+format wildcards. Adding \fIraw\fR will remove the headers and alignment
|
|
+padding from the ouput.
|
|
+.
|
|
+.TP
|
|
+.B list|show path $path
|
|
+Show whether path $path is offline or running.
|
|
.
|
|
.TP
|
|
.B list|show maps|multipaths
|
|
Show the multipath devices that the multipathd is monitoring.
|
|
.
|
|
.TP
|
|
-.B list|show maps|multipaths format $format
|
|
+.B list|show maps|multipaths [raw] format $format
|
|
Show the status of all multipath devices that the multipathd is monitoring,
|
|
-using a format string with multipath format wildcards.
|
|
+using a format string with multipath format wildcards. Adding \fIraw\fR will
|
|
+remove the headers and alignment padding from the output.
|
|
.
|
|
.TP
|
|
.B list|show maps|multipaths status
|
|
@@ -124,6 +130,10 @@ Show some statistics of all multipath devices that the multipathd is monitoring.
|
|
.TP
|
|
.B list|show maps|multipaths topology
|
|
Show the current multipath topology. Same as '\fImultipath \-ll\fR'.
|
|
+.TP
|
|
+.
|
|
+.B list|show maps|multipaths json
|
|
+Show information about all multipath devices in JSON format.
|
|
.
|
|
.TP
|
|
.B list|show topology
|
|
@@ -135,6 +145,16 @@ Show topology of a single multipath device specified by $map, for example
|
|
36005076303ffc56200000000000010aa. This map could be obtained from '\fIlist maps\fR'.
|
|
.
|
|
.TP
|
|
+.B list|show map|multipath $map [raw] format $format.
|
|
+Show the status of multipath device $map, using a format string with multipath
|
|
+format wildcards. Adding \fIraw\fR will remove the headers and alignment
|
|
+padding from the output.
|
|
+.
|
|
+.TP
|
|
+.B list|show map|multipath $map json
|
|
+Show information about multipath device $map in JSON format.
|
|
+.
|
|
+.TP
|
|
.B list|show wildcards
|
|
Show the format wildcards used in interactive commands taking $format.
|
|
.
|
|
@@ -168,6 +188,14 @@ paths, and whether multipathd is currently handling a uevent.
|
|
Show the current state of the multipathd daemon.
|
|
.
|
|
.TP
|
|
+.B reset maps|multipaths stats
|
|
+Reset the statistics of all multipath devices.
|
|
+.
|
|
+.TP
|
|
+.B reset map|multipath $map stats
|
|
+Reset the statistics of multipath device $map.
|
|
+.
|
|
+.TP
|
|
.B add path $path
|
|
Add a path to the list of monitored paths. $path is as listed in /sys/block (e.g. sda).
|
|
.
|
|
@@ -183,8 +211,12 @@ for the multipath device (e.g. mpath1) or the uid of the multipath device
|
|
(e.g. 36005076303ffc56200000000000010aa).
|
|
.
|
|
.TP
|
|
+.B remove|del maps|multipaths
|
|
+Remove all multipath devices.
|
|
+.
|
|
+.TP
|
|
.B remove|del map|multipath $map
|
|
-Stop monitoring a multipath device.
|
|
+Remove the multipath device $map.
|
|
.
|
|
.TP
|
|
.B resize map|multipath $map
|