| Submitter | Raghavendra G |
|---|---|
| Date | 2010-09-08 06:52:22 |
| Message ID | <20100908065222.GA6450@dev.gluster.com> |
| Download | mbox | patch |
| Permalink | /patch/4647/ |
| State | Accepted |
| Delegated to: | Vijay Bellur |
| Headers | show |
Comments
Patch
diff --git a/doc/glusterd.vol b/doc/glusterd.vol index 8551329..48cad95 100644 --- a/doc/glusterd.vol +++ b/doc/glusterd.vol @@ -1,7 +1,9 @@ volume management type mgmt/glusterd option working-directory /etc/glusterd - option transport-type tcp + option transport-type socket,rdma + option transport.socket.listen-port 6969 + option transport.rdma.listen-port 6968 # option listen-port 6969 end-volume
Signed-off-by: Raghavendra G <raghavendra@gluster.com> --- doc/glusterd.vol | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)