diff options
author | Sanju Rakonde <srakonde@redhat.com> | 2017-10-24 11:47:46 +0530 |
---|---|---|
committer | jiffin tony Thottan <jthottan@redhat.com> | 2017-10-25 11:47:22 +0000 |
commit | 543c9e0459fcf250b374d781ded4697106220411 (patch) | |
tree | 9daf2b4d1f58892126add5b3126cd335c88d4b86 /doc | |
parent | 23c7a47f6b65005ed78086b176e0ca7b42494467 (diff) |
cli: volume status command is missing in man page
Problem: volume status command is missing gluster manual page.
Fix: Adding volume status command to manual page.
Change-Id: Ifef18ff3721bc85636a9e7707c50bee2bf9d4a9b
BUG: 1505846
Signed-off-by: Sanju Rakonde <srakonde@redhat.com>
(cherry picked from commit a39f5d62f737d7a3241f2adaff064b8d92f0d3ea)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gluster.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/gluster.8 b/doc/gluster.8 index 316a3d21ff7..d04c23d9e36 100644 --- a/doc/gluster.8 +++ b/doc/gluster.8 @@ -35,6 +35,9 @@ 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 status [all | <VOLNAME> [nfs|shd|<BRICK>|quotad|tierd]] [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>] [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. |