cli: Made volume top help string clear
nfs option is not applicable for read-perf and write-perf nfs option and brick option can not be used in same command Change-Id: I920ba0de011df0cc5e0adca6597aaea9372fe592 BUG: 924335 Signed-off-by: M S Vishwanath Bhat <vbhat@redhat.com> Reviewed-on: http://review.gluster.org/4706 Reviewed-by: Krishnan Parthasarathi <kparthas@redhat.com> Reviewed-by: Raghavendra Talur <rtalur@redhat.com> Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
parent
58bbfd91d1
commit
25053c9bda
@ -1866,7 +1866,7 @@ struct cli_cmd volume_cmds[] = {
|
||||
cli_cmd_check_gsync_exists_cbk},
|
||||
#endif
|
||||
|
||||
{ "volume profile <VOLNAME> {start|info|stop} [nfs]",
|
||||
{ "volume profile <VOLNAME> {start|stop|info [nfs]}",
|
||||
cli_cmd_volume_profile_cbk,
|
||||
"volume profile operations"},
|
||||
|
||||
@ -1874,9 +1874,8 @@ struct cli_cmd volume_cmds[] = {
|
||||
cli_cmd_quota_cbk,
|
||||
"quota translator specific operations"},
|
||||
|
||||
{ "volume top <VOLNAME> {[open|read|write|opendir|readdir [nfs]] "
|
||||
"|[read-perf|write-perf [nfs|{bs <size> count <count>}]]"
|
||||
"|[clear [nfs]]} [brick <brick>] [list-cnt <count>]",
|
||||
{ "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 <brick>] [list-cnt <value>]",
|
||||
cli_cmd_volume_top_cbk,
|
||||
"volume top operations"},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user