summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRishubh Jain <risjain@redhat.com>2019-08-18 18:02:57 +0530
committerPranith Kumar Karampuri <pkarampu@redhat.com>2020-02-18 11:55:10 +0000
commitf389b960d4d337e448808728bfaf2aa168cebdac (patch)
tree7e58a75cad24ffcd3a864c8171f24a19d0783df6 /doc
parent06453d77d056fbaa393a137ca277a20e38d2f67e (diff)
Updating gluster manual.
Adding disperse-data to gluster manual under volume create command Change-Id: Ic9eb47c9e71a1d7a11af9394c615c8e90f8d1d69 Fixes: bz#1668239 Signed-off-by: Rishubh Jain <risjain@redhat.com> Signed-off-by: Sheetal Pamecha <spamecha@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/gluster.82
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8
index d2bb4a087d1..ba595edca15 100644
--- a/doc/gluster.8
+++ b/doc/gluster.8
@@ -41,7 +41,7 @@ List all volumes in cluster
\fB\ volume status [all | <VOLNAME> [nfs|shd|<BRICK>|quotad]] [detail|clients|mem|inode|fd|callpool|tasks|client-list] \fR
Display status of all or specified volume(s)/brick
.TP
-\fB\ volume create <NEW-VOLNAME> [stripe <COUNT>] [[replica <COUNT> [arbiter <COUNT>]]|[replica 2 thin-arbiter 1]] [disperse [<COUNT>]] [redundancy <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... <TA-BRICK> \fR
+\fB\ volume create <NEW-VOLNAME> [stripe <COUNT>] [[replica <COUNT> [arbiter <COUNT>]]|[replica 2 thin-arbiter 1]] [disperse [<COUNT>]] [disperse-data <COUNT>] [redundancy <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... <TA-BRICK> \fR
Create a new volume of the specified type using the specified bricks and transport type (the default transport type is tcp).
To create a volume with both transports (tcp and rdma), give 'transport tcp,rdma' as an option.
.TP