mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-05 15:48:40 +01:00
Removing one top command from gluster v help
The current help show 2 different top commands
intead of one single top command which can be
easily observed when "# gluster v help" command
is issued. Removing one "volume top <VOLNAME>"
and clubbing into them into a single command.
Current help:
volume top <VOLNAME> {open|read|write|opendir|readdir|clear}
[nfs|brick <brick>] [list-cnt <value>] |
volume top <VOLNAME> {read-perf|write-perf}
[bs <size> count <count>] [brick <brick>]
[list-cnt <value>] - volume top operations
Expected help:
volume top <VOLNAME> {open|read|write|opendir|readdir|clear}
[nfs|brick <brick>] [list-cnt <value>] | {read-perf|write-perf}
[bs <size> count <count>] [brick <brick>] [list-cnt <value>]
- volume top operations
fixes: bz#1725034
Change-Id: Ifbc4c95f2558286e27dfc5e9667046b80eb1715d
Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
This commit is contained in:
committed by
Amar Tumballi
parent
a194e4dc78
commit
c72b3f1345
@@ -3077,8 +3077,8 @@ struct cli_cmd volume_cmds[] = {
|
||||
cli_cmd_volume_profile_cbk, "volume profile operations"},
|
||||
|
||||
{"volume top <VOLNAME> {open|read|write|opendir|readdir|clear} [nfs|brick "
|
||||
"<brick>] [list-cnt <value>] |\n"
|
||||
"volume top <VOLNAME> {read-perf|write-perf} [bs <size> count <count>] "
|
||||
"<brick>] [list-cnt <value>] | "
|
||||
"{read-perf|write-perf} [bs <size> count <count>] "
|
||||
"[brick <brick>] [list-cnt <value>]",
|
||||
cli_cmd_volume_top_cbk, "volume top operations"},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user