From 70b6c5e5a7229356aa3883b89d31e6976ae42ba9 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 26 Sep 2013 21:39:42 +0200 Subject: Track fenced in lib_cman (not used yet) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib_cman.py | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) 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, + ) -- cgit