summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-11-27 19:47:08 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-11-27 19:47:08 +0100
commit450298aa8c14d3551e6ad6c85588659b8efa70fa (patch)
tree7f98ace79d895544ff52506ffe2a20bbcdda1a84
parent9694fb50bddf1be0bf095fe5821b1d0f324393a7 (diff)
downloadcluster-overview-450298aa8c14d3551e6ad6c85588659b8efa70fa.tar.gz
cluster-overview-450298aa8c14d3551e6ad6c85588659b8efa70fa.tar.xz
cluster-overview-450298aa8c14d3551e6ad6c85588659b8efa70fa.zip
lib_cman: start tracking miscprops/sockopts for edges/comms
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--lib_cman.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib_cman.py b/lib_cman.py
index e04ff6f..5dde470 100644
--- a/lib_cman.py
+++ b/lib_cman.py
@@ -38,6 +38,7 @@ class CmanLuciHTTPS(HTTPS, Delegate):
euser='luci',
egroup='luci',
# XXX: https://bugzilla.redhat.com/1023202
+ # https://bugzilla.redhat.com/1026374
label='system_u:system_r:initrc_t:s0',
)
@@ -48,6 +49,9 @@ class CmanModclusterdUpdates(Exchange):
LABEL('port 16851\n(either direction)'),
))
summary = 'XML-formatted status messages'
+ miscprops = dict(
+ sockopts='O_NONBLOCK, TCP_NODELAY (since el6.3/https://bugzilla.redhat.com/742431#c10)',
+ )
class CmanModclusterdUpdatesPeer(object):