summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-12-02 18:08:52 +0100
committerJan Pokorný <jpokorny@redhat.com>2013-12-02 18:08:52 +0100
commit643ff74197ad633f42dc9e7ea9216c173b9e550d (patch)
tree337243baf107512789c97314542c4dcdf9e5b37e
parent450298aa8c14d3551e6ad6c85588659b8efa70fa (diff)
downloadcluster-overview-643ff74197ad633f42dc9e7ea9216c173b9e550d.tar.gz
cluster-overview-643ff74197ad633f42dc9e7ea9216c173b9e550d.tar.xz
cluster-overview-643ff74197ad633f42dc9e7ea9216c173b9e550d.zip
lib_cman: sockopts more suitable to be tracked as a list
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--lib_cman.py4
1 files changed, 3 insertions, 1 deletions
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)'
+ ]
)