mirror of
https://github.com/ceph/ceph
synced 2025-01-10 21:20:46 +00:00
ceph.in: pass verbose flag to json_command
Signed-off-by: luo.runbing <luo.runbing@zte.com.cn>
This commit is contained in:
parent
6415160dbe
commit
0eef71bdbc
@ -573,7 +573,7 @@ def do_command(parsed_args, target, cmdargs, sigdict, inbuf, verbose):
|
||||
next_header_print = Termsize().rows - 3
|
||||
next_header_print -= 1
|
||||
ret, outbuf, outs = json_command(cluster_handle, target=target,
|
||||
argdict=valid_dict, inbuf=inbuf)
|
||||
argdict=valid_dict, inbuf=inbuf, verbose=verbose)
|
||||
if valid_dict.get('poll', False):
|
||||
valid_dict['print_header'] = False
|
||||
if not valid_dict.get('poll', False):
|
||||
|
Loading…
Reference in New Issue
Block a user