From 643ff74197ad633f42dc9e7ea9216c173b9e550d Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Mon, 2 Dec 2013 18:08:52 +0100 Subject: lib_cman: sockopts more suitable to be tracked as a list 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, 3 insertions(+), 1 deletion(-) diff --git a/lib_cman.py b/lib_cman.py index 5dde470..4f2ff6d 100644 --- a/lib_cman.py +++ b/lib_cman.py @@ -50,7 +50,9 @@ class CmanModclusterdUpdates(Exchange): )) summary = 'XML-formatted status messages' miscprops = dict( - sockopts='O_NONBLOCK, TCP_NODELAY (since el6.3/https://bugzilla.redhat.com/742431#c10)', + sockopts = ['O_NONBLOCK' + ,'TCP_NODELAY (since el6.3/https://bugzilla.redhat.com/742431#c10)' + ] ) -- cgit