int0x21 / rpms / dlm

Forked from rpms/dlm 4 years ago
Clone

Blame SOURCES/0001-dlm_stonith-add-man-page.patch

ebdd34
From 01b5a1828fa3817ff1c6b8dd9bb024750eea830f Mon Sep 17 00:00:00 2001
ebdd34
From: David Teigland <teigland@redhat.com>
ebdd34
Date: Thu, 1 Aug 2013 11:37:06 -0500
ebdd34
Subject: [PATCH] dlm_stonith: add man page
ebdd34
ebdd34
Signed-off-by: David Teigland <teigland@redhat.com>
ebdd34
---
ebdd34
 fence/dlm_stonith.8 | 37 +++++++++++++++++++++++++++++++++++++
ebdd34
 1 file changed, 37 insertions(+)
ebdd34
 create mode 100644 fence/dlm_stonith.8
ebdd34
ebdd34
diff --git a/fence/dlm_stonith.8 b/fence/dlm_stonith.8
ebdd34
new file mode 100644
ebdd34
index 0000000..14993d9
ebdd34
--- /dev/null
ebdd34
+++ b/fence/dlm_stonith.8
ebdd34
@@ -0,0 +1,37 @@
ebdd34
+.TH DLM_STONITH 8 2013-08-01 dlm dlm
ebdd34
+
ebdd34
+.SH NAME
ebdd34
+dlm_stonith \- a proxy for fencing via stonith/pacemaker
ebdd34
+
ebdd34
+.SH SYNOPSIS
ebdd34
+.B dlm_stonith
ebdd34
+
ebdd34
+.SH DESCRIPTION 
ebdd34
+
ebdd34
+dlm_controld can use dlm_stonith as a proxy fence agent when
ebdd34
+the stonith/pacemaker system performs actual fencing.
ebdd34
+
ebdd34
+dlm_stonith is run by dlm_controld, and is not meant to be
ebdd34
+run manually.  dlm_controld provides the options on stdin
ebdd34
+as key=val; command line options are for testing.
ebdd34
+
ebdd34
+If fencing was successful, this program has a zero exit code.
ebdd34
+If fencing failed, this program has a non-zero exit code.
ebdd34
+
ebdd34
+.SH OPTIONS
ebdd34
+
ebdd34
+.BI \-n " nodeid"
ebdd34
+
ebdd34
+The nodeid of the target node.  (stdin key is "node")
ebdd34
+
ebdd34
+.BI \-t " fail_time"
ebdd34
+
ebdd34
+The wall time at which the target node failed.  The wall time at which the
ebdd34
+node is fenced must be later than this for fencing to succeed.  (stdin key
ebdd34
+is "fail_time")  For "wall time" see
ebdd34
+.BR time (2).
ebdd34
+
ebdd34
+.SH SEE ALSO
ebdd34
+.BR dlm_controld (8),
ebdd34
+.BR dlm.conf (5)
ebdd34
+
ebdd34
-- 
ebdd34
1.8.3.1
ebdd34