diff options
| author | Raghavendra Talur <rtalur@redhat.com> | 2015-01-13 20:25:34 +0530 |
|---|---|---|
| committer | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-01-28 23:11:17 -0800 |
| commit | 32c3d4e7a611f64a1f4eebe5711bcb112b94151f (patch) | |
| tree | 23cf65b9f078d5f127a9524de21f2da5f47ef304 /doc/admin-guide/en-US/markdown/admin_setting_volumes.md | |
| parent | abc043312db6307aabf95f593bfa405ac28a2c8a (diff) | |
doc: Add doc for rdma transport.
Also corrected few things related to rdma documentation
in other docs.
Change-Id: If35d7e2e884974ff3719f6a9f111f7b45ac8c0ec
Signed-off-by: Raghavendra Talur <rtalur@redhat.com>
Reviewed-on: http://review.gluster.org/9443
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: jiffin tony Thottan <jthottan@redhat.com>
Reviewed-by: Ben England <bengland@redhat.com>
Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
Diffstat (limited to 'doc/admin-guide/en-US/markdown/admin_setting_volumes.md')
| -rw-r--r-- | doc/admin-guide/en-US/markdown/admin_setting_volumes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/admin-guide/en-US/markdown/admin_setting_volumes.md b/doc/admin-guide/en-US/markdown/admin_setting_volumes.md index 395aa2c79a9..f4eebcd50fb 100644 --- a/doc/admin-guide/en-US/markdown/admin_setting_volumes.md +++ b/doc/admin-guide/en-US/markdown/admin_setting_volumes.md @@ -69,7 +69,7 @@ start it before attempting to mount it. - Create a new volume : - `# gluster volume create [stripe | replica | disperse] [transport tcp | rdma | tcp, rdma] ` + `# gluster volume create [stripe | replica | disperse] [transport tcp | rdma | tcp,rdma] ` For example, to create a volume called test-volume consisting of server3:/exp3 and server4:/exp4: @@ -155,7 +155,7 @@ high-availability and high-reliability are critical. 2. Create the replicated volume: - `# gluster volume create [replica ] [transport tcp | rdma tcp,rdma] ` + `# gluster volume create [replica ] [transport tcp | rdma | tcp,rdma] ` For example, to create a replicated volume with two storage servers: @@ -531,7 +531,7 @@ volumes, but using dispersed subvolumes instead of replicated ones. 2. Create the distributed dispersed volume: - `# gluster volume create disperse <count> [redundancy <count>] [transport tcp | rdma tcp,rdma]` + `# gluster volume create disperse <count> [redundancy <count>] [transport tcp | rdma | tcp,rdma]` To create a distributed dispersed volume, the *disperse* keyword and <count> is mandatory, and the number of bricks specified in the |
