From 450298aa8c14d3551e6ad6c85588659b8efa70fa Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 27 Nov 2013 19:47:08 +0100 Subject: lib_cman: start tracking miscprops/sockopts for edges/comms MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- lib_cman.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib_cman.py') 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): -- cgit