From a39f5d62f737d7a3241f2adaff064b8d92f0d3ea Mon Sep 17 00:00:00 2001 From: Sanju Rakonde Date: Tue, 24 Oct 2017 11:47:46 +0530 Subject: 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: 1505663 Signed-off-by: Sanju Rakonde --- doc/gluster.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/gluster.8') diff --git a/doc/gluster.8 b/doc/gluster.8 index 1784204018..d94a0dbeb9 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|] \fR Display information about all volumes, or the specified volume. .TP +\fB\ volume status [all | [nfs|shd||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 [stripe ] [replica ] [disperse []] [redundancy ] [transport ] ... \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. -- cgit