summaryrefslogtreecommitdiffstats
path: root/lib_cman.py
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-08 15:21:08 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-08 15:27:18 +0100
commit0cef95a1edf6e89974857b12b2bc8335042c3932 (patch)
tree2aab970abb6a2f88735b43b4d086c1ef699ef60e /lib_cman.py
parentf694f21eed10fa1f7be1e1d623c509f222e1104e (diff)
downloadcluster-overview-0cef95a1edf6e89974857b12b2bc8335042c3932.tar.gz
cluster-overview-0cef95a1edf6e89974857b12b2bc8335042c3932.tar.xz
cluster-overview-0cef95a1edf6e89974857b12b2bc8335042c3932.zip
cman: add qdiskd
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'lib_cman.py')
-rw-r--r--lib_cman.py19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib_cman.py b/lib_cman.py
index bc1eecd..80fbfb2 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -274,6 +274,25 @@ class CmanModclusterd(Daemon, CmanModclusterdUpdatesPeer):
)
+
+class CmanQdiskd(Daemon):
+ defaults = dict((
+ LABEL('qdiskd'),
+ ))
+ summary = \
+ "qdiskd is the cluster quorum disk 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='cluster',
+ )
+
+
class CmanModcluster(Executable):
defaults = dict((
LABEL('modcluster'),