summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-09-26 21:39:42 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-09-26 21:39:42 +0200
commit70b6c5e5a7229356aa3883b89d31e6976ae42ba9 (patch)
treefd631b856ccb91ae093cda6fa7fe51d396994b32
parent4104e389b278a34f6635d41c44173928a50a8f5b (diff)
downloadcluster-overview-70b6c5e5a7229356aa3883b89d31e6976ae42ba9.tar.gz
cluster-overview-70b6c5e5a7229356aa3883b89d31e6976ae42ba9.tar.xz
cluster-overview-70b6c5e5a7229356aa3883b89d31e6976ae42ba9.zip
Track fenced in lib_cman (not used yet)
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--lib_cman.py26
1 files changed, 26 insertions, 0 deletions
diff --git a/lib_cman.py b/lib_cman.py
index 8da2cba..7fda0cf 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -223,3 +223,29 @@ class CmanModcluster(Executable):
)
+class CmanFenced(Daemon):
+ defaults = dict((
+ LABEL('fenced'),
+ ))
+ summary = \
+ "fenced is an I/O fencing 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',
+ )
+ ids = dict(
+ srpm='cluster',
+ rpm='cman',
+ rhbz='cman',
+ )
+ secprops = dict(
+ euser='root',
+ egroup='root',
+ label='system_u:system_r:fenced_t:s0',
+ )
+ miscprops = dict(
+ common_thread_cnt=3, # ?
+ nice=0,
+ ppid=1,
+ )