summaryrefslogtreecommitdiffstats
path: root/doc/gluster.8
diff options
context:
space:
mode:
authorXavier Hernandez <xhernandez@datalab.es>2014-09-29 15:48:55 +0200
committerVijay Bellur <vbellur@redhat.com>2014-09-30 11:36:19 -0700
commiteaf464c9499d02be81909262790c5ef57067f4bf (patch)
tree5c07395756b725a1ffecf5b7865343a39090570c /doc/gluster.8
parent912eec63f43fda453e4210bfa82336a877a15d38 (diff)
doc: added documentation for dispersed volumes
Change-Id: I8a8368bdbe31af30a239aaf8cc478429e10c3f57 BUG: 1148089 Signed-off-by: Xavier Hernandez <xhernandez@datalab.es> Reviewed-on: http://review.gluster.org/8893 Reviewed-by: Dan Lambright <dlambrig@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'doc/gluster.8')
-rw-r--r--doc/gluster.82
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8
index e45c011b189..b6d816c1536 100644
--- a/doc/gluster.8
+++ b/doc/gluster.8
@@ -36,7 +36,7 @@ The Gluster Console Manager is a command line utility for elastic volume managem
\fB\ volume info [all|<VOLNAME>] \fR
Display information about all volumes, or the specified volume.
.TP
-\fB\ volume create <NEW-VOLNAME> [stripe <COUNT>] [replica <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... \fR
+\fB\ volume create <NEW-VOLNAME> [stripe <COUNT>] [replica <COUNT>] [disperse [<COUNT>]] [redundancy <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-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