fence-virt: Add list-status command to man page and metadata
Add the list-status command to the man page and the metadata output. Resolves: rhbz#908455 Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
This commit is contained in:
parent
b3ea4870c8
commit
53cb4ec362
@ -800,6 +800,7 @@ args_metadata(char *progname, const char *optstr)
|
||||
printf("\t<action name=\"status\" />\n");
|
||||
printf("\t<action name=\"monitor\" />\n");
|
||||
printf("\t<action name=\"list\" />\n");
|
||||
printf("\t<action name=\"list-status\" />\n");
|
||||
printf("</actions>\n");
|
||||
printf("</resource-agent>\n");
|
||||
}
|
||||
|
@ -37,7 +37,7 @@ Virtual machine (domain UUID or name) to fence
|
||||
.TP
|
||||
.B -o
|
||||
.
|
||||
Fencing action (null, off, on, reboot, status, monitor, list, or metadata) (Default Value: reboot). See the FENCING ACTIONS section.
|
||||
Fencing action (null, off, on, reboot, status, monitor, list, list-status, or metadata) (Default Value: reboot). See the FENCING ACTIONS section.
|
||||
|
||||
.TP
|
||||
.B -t
|
||||
@ -250,7 +250,7 @@ Check whether a virtual machine is running or not.
|
||||
Check the health of fence_virtd's backend plugin.
|
||||
|
||||
.TP
|
||||
\fBlist \fP
|
||||
\fBlist\fP and \fBlist-status\fP
|
||||
List virtual machines which may be fenced by fence_virtd (not supported
|
||||
on all backends).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user