]> git.ipfire.org Git - ipfire-3.x.git/blame - multipath-tools/patches/0084-RHBZ-1110000-multipath-man.patch
krb5: Update to 1.14.4
[ipfire-3.x.git] / multipath-tools / patches / 0084-RHBZ-1110000-multipath-man.patch
CommitLineData
289c5516
MT
1---
2 libmultipath/prioritizers/alua.c | 4 ++--
3 multipathd/multipathd.8 | 37 +++++++++++++++++++++++++++++++++----
4 2 files changed, 35 insertions(+), 6 deletions(-)
5
6Index: multipath-tools-130222/multipathd/multipathd.8
7===================================================================
8--- multipath-tools-130222.orig/multipathd/multipathd.8
9+++ multipath-tools-130222/multipathd/multipathd.8
10@@ -42,6 +42,9 @@ format wildcards.
11 .B list|show maps|multipaths
12 Show the multipath devices that the multipathd is monitoring.
13 .TP
14+.B list|show daemon
15+Show the current state of the multipathd daemon
16+.TP
17 .B list|show maps|multipaths format $format
18 Show the status of all multipath devices that the multipathd is monitoring,
19 using a format string with multipath format wildcards.
20@@ -83,16 +86,16 @@ Add a path to the list of monitored path
21 .B remove|del path $path
22 Stop monitoring a path. $path is as listed in /sys/block (e.g. sda).
23 .TP
24-.B add map $map
25+.B add map|multipath $map
26 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).
27 .TP
28-.B remove|del map $map
29+.B remove|del map|multipath $map
30 Stop monitoring a multipath device.
31 .TP
32 .B resize map|multipath $map
33 Resizes map $map to the given size
34 .TP
35-.B switch|switchgroup map $map group $group
36+.B switch|switchgroup map|multipath $map group $group
37 Force a multipath device to switch to a specific path group. $group is the path group index, starting with 1.
38 .TP
39 .B reconfigure
40@@ -104,6 +107,13 @@ Sets map $map into suspend state.
41 .B resume map|multipath $map
42 Resumes map $map from suspend state.
43 .TP
44+.B reset map|multipath $map
45+Reassign existing device-mapper table(s) use use the multipath device, instead
46+of its path devices.
47+.TP
48+.B reload map|multipath $map
49+Reload a multipath device.
50+.TP
51 .B fail path $path
52 Sets path $path into failed state.
53 .TP
54@@ -120,10 +130,29 @@ Restore queueing on all multipath device
55 Disable queuing on multipathed map $map
56 .TP
57 .B restorequeueing map|multipath $map
58-Restore queuing on multipahted map $map
59+Restore queuing on multipathed map $map
60+.TP
61+.B forcequeueing daemon
62+Forces multipathd into queue_without_daemon mode, so that no_path_retry queueing
63+will not be disabled when the daemon stops
64+.TP
65+.B restorequeueing daemon
66+Restores configured queue_without_daemon mode
67+.TP
68+.B map|multipath $map setprstatus
69+Enable persistent reservation management on $map
70+.TP
71+.B map|multipath $map unsetprstatus
72+Disable persistent reservation management on $map
73+.TP
74+.B map|multipath $map getprstatus
75+Get the current persistent reservation management status of $map
76 .TP
77 .B quit|exit
78 End interactive session.
79+.TP
80+.B shutdown
81+Stop multipathd.
82
83 .SH "SEE ALSO"
84 .BR multipath (8)
85Index: multipath-tools-130222/libmultipath/prioritizers/alua.c
86===================================================================
87--- multipath-tools-130222.orig/libmultipath/prioritizers/alua.c
88+++ multipath-tools-130222/libmultipath/prioritizers/alua.c
89@@ -119,10 +119,10 @@ int getprio (struct path * pp, char * ar
90 condlog(0, "%s: couldn't get target port group", pp->dev);
91 break;
92 case ALUA_PRIO_GETAAS_FAILED:
93- condlog(0, "%s: couln't get asymmetric access state", pp->dev);
94+ condlog(0, "%s: couldn't get asymmetric access state", pp->dev);
95 break;
96 case ALUA_PRIO_TPGS_FAILED:
97- condlog(3, "%s: couln't get supported alua states", pp->dev);
98+ condlog(3, "%s: couldn't get supported alua states", pp->dev);
99 break;
100 }
101 }