diff options
author | Xavier Hernandez <xhernandez@datalab.es> | 2014-09-29 15:48:55 +0200 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-09-30 09:37:26 -0700 |
commit | 36d2975714ed6ef98c0f86a2fac22fc382ea8a9d (patch) | |
tree | 923566fcc9edcd8ae83494a44b41ceffaf4a0b46 /doc/gluster.8 | |
parent | 535c4259119ca3beef2fee1526930e8be42bdd5d (diff) |
doc: added documentation for dispersed volumes
Change-Id: I8a8368bdbe31af30a239aaf8cc478429e10c3f57
BUG: 1147563
Signed-off-by: Xavier Hernandez <xhernandez@datalab.es>
Reviewed-on: http://review.gluster.org/8885
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'doc/gluster.8')
-rw-r--r-- | doc/gluster.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index c4603e1a877..b7e5e205e9f 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 |