Add missing 'metadata' option to help text
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
This commit is contained in:
parent
339052d433
commit
fdc9fc9b58
@ -403,12 +403,12 @@ static struct arg_info _arg_info[] = {
|
||||
{ '\xff', NULL, "option",
|
||||
/* Deprecated */
|
||||
0, "string", "reboot",
|
||||
"Fencing option (null, off, on, [reboot], status, hostlist, devstatus)",
|
||||
"Fencing option (null, off, on, [reboot], status, hostlist, devstatus, metadata)",
|
||||
assign_op },
|
||||
|
||||
{ 'o', "-o <operation>", "action",
|
||||
0, "string", "reboot",
|
||||
"Fencing action (null, off, on, [reboot], status, hostlist, devstatus)",
|
||||
"Fencing action (null, off, on, [reboot], status, hostlist, devstatus, metadata)",
|
||||
assign_op },
|
||||
|
||||
{ 'H', "-H <domain>", "domain",
|
||||
|
@ -37,7 +37,7 @@ Virtual machine (domain name) to fence
|
||||
.TP
|
||||
.B -o
|
||||
.
|
||||
Fencing action (null, off, on, reboot, status, devstatus, or hostlist) (Default Value: reboot)
|
||||
Fencing action (null, off, on, reboot, status, devstatus, hostlist, or metadata) (Default Value: reboot). See the FENCING ACTIONS section.
|
||||
|
||||
.TP
|
||||
.B -t
|
||||
@ -139,7 +139,7 @@ Virtual machine (domain name) to fence
|
||||
.TP
|
||||
.B action
|
||||
.
|
||||
Fencing action to perform (See FENCING ACTIONS section)
|
||||
Fencing action (null, off, on, reboot, status, devstatus, hostlist, or metadata) (Default Value: reboot). See the FENCING ACTIONS section.
|
||||
|
||||
.TP
|
||||
.B timeout
|
||||
@ -247,5 +247,9 @@ Check the health of fence_virtd.
|
||||
List virtual machines which may be fenced by fence_virtd (not supported
|
||||
on all backends).
|
||||
|
||||
.TP
|
||||
\fBmetadata \fP
|
||||
Print XML metadata to standard output.
|
||||
|
||||
.SH SEE ALSO
|
||||
fence_virtd(8), fence(8), fence_virtd.conf(5)
|
||||
|
Loading…
Reference in New Issue
Block a user