diff options
Diffstat (limited to 'tools/ocf-tester.8')
-rw-r--r-- | tools/ocf-tester.8 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tools/ocf-tester.8 b/tools/ocf-tester.8 new file mode 100644 index 0000000..3f39828 --- /dev/null +++ b/tools/ocf-tester.8 @@ -0,0 +1,48 @@ +.TH OCF-TESTER "8" "July 2022" "Tool for testing if a cluster resource is OCF compliant" "System Administration Utilities" +.SH NAME +ocf-tester \- Part of the Linux-HA project +.SH SYNOPSIS +.B ocf-tester +[\fI-hvqdX\fR] \fI-n resource_name \fR[\fI-o name=value\fR]\fI* /full/path/to/resource/agent\fR +.SH DESCRIPTION +Tool for testing if a cluster resource is OCF compliant +.SH OPTIONS +.TP +\fB\-h\fR +This text +.TP +\fB\-v\fR +Be verbose while testing +.TP +\fB\-q\fR +Be quiet while testing +.TP +\fB\-d\fR +Turn on RA debugging +.TP +\fB\-n\fR name +Name of the resource +.TP +\fB\-o\fR name=value +Name and value of any parameters required by the agent +.TP +\fB\-h\fR +This text +.TP +\fB\-v\fR +Be verbose while testing +.TP +\fB\-q\fR +Be quiet while testing +.TP +\fB\-d\fR +Turn on RA debugging +.TP +\fB\-X\fR +Turn on RA tracing (expect large output) +.TP +\fB\-n\fR name +Name of the resource +.TP +\fB\-o\fR name=value +Name and value of any parameters required by the agent |