summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):