summaryrefslogtreecommitdiffstats
path: root/lib_cman.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib_cman.py')
-rw-r--r--lib_cman.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/lib_cman.py b/lib_cman.py
index eb91c17..382cfcd 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -131,6 +131,27 @@ class CmanCmanTool(Executable):
)
+class CmanFenceTool(Executable):
+ defaults = dict((
+ LABEL('fence_tool'),
+ ))
+ summary = \
+ "fence_tool is a utility for the fenced daemon"
+ repo = dict(
+ git='git://git.fedorahosted.org/git/cluster.git',
+ web='https://git.fedorahosted.org/cgit/cluster.git',
+ ml='https://lists.fedorahosted.org/mailman/listinfo/cluster-commits',
+ )
+ man = [
+ 'fence_tool(8)',
+ ]
+ ids = dict(
+ srpm='cluster',
+ rpm='cman',
+ rhbz='cluster',
+ )
+
+
class CmanRicci(Daemon):
defaults = dict((
LABEL('ricci'),