diff options
author | Vijay Bellur <vijay@gluster.com> | 2010-10-08 04:54:36 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-10-08 04:28:44 -0700 |
commit | 99b04920189df06cfd8704a773c51cdb995b7ae0 (patch) | |
tree | bac61cfb6be363e29da58023cc968b95fb9c1d12 /doc | |
parent | 95d595d9cbe727401021cf1caf0d59b3ab12d454 (diff) |
support for configuring keepalive idle time
Signed-off-by: Vijay Bellur <vijay@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1802 (Gluster volume creation failed)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1802
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glusterd.vol | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/glusterd.vol b/doc/glusterd.vol index 48cad9579a2..b96cbe8eaaf 100644 --- a/doc/glusterd.vol +++ b/doc/glusterd.vol @@ -4,6 +4,8 @@ volume management option transport-type socket,rdma option transport.socket.listen-port 6969 option transport.rdma.listen-port 6968 + option transport.socket.keepalive-time 10 + option transport.socket.keepalive-interval 2 # option listen-port 6969 end-volume |