diff options
author | Pranith Kumar K <pranithk@gluster.com> | 2011-04-12 01:21:57 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-04-13 01:04:11 -0700 |
commit | 7cf0dbcd300f554985ebde4759511c048927c53a (patch) | |
tree | a43cb3a958e4d27e01a14501a877467fb953b3f1 /rpc | |
parent | 4e928f1d9a9cbbf18d3df3481f1d985f12a9c5ba (diff) |
mgmt/glusterd: Remove excessive INFO logs
Signed-off-by: Pranith Kumar K <pranithk@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2346 (Log message enhancements in GlusterFS - phase 1)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2346
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/rpc-lib/src/rpc-clnt.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.c b/rpc/rpc-lib/src/rpc-clnt.c index f85249b15..732a89062 100644 --- a/rpc/rpc-lib/src/rpc-clnt.c +++ b/rpc/rpc-lib/src/rpc-clnt.c @@ -1588,6 +1588,10 @@ rpc_clnt_transport_unix_options_build (dict_t **options, char *filepath) if (ret) goto out; + ret = dict_set_str (dict, "transport.socket.keepalive", "off"); + if (ret) + goto out; + *options = dict; out: if (ret) { |