Use 'ceph [osd|mds|mon] tell injectargs "foo bar"'.
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
bash_completion/ceph\
bash_completion/rados\
bash_completion/rbd\
- bash_completion/radosgw_admin
+ bash_completion/radosgw_admin\
client/Client.h\
client/SyntheticClient.h\
client/Trace.h\
return 0
;;
osd)
- COMPREPLY=( $(compgen -W "tell stat injectargs pool dump getmaxosd tree getmap getcrushmap lspools" -- ${cur}) )
+ COMPREPLY=( $(compgen -W "tell stat pool dump getmaxosd tree getmap getcrushmap lspools" -- ${cur}) )
return 0
;;
mon)
- COMPREPLY=( $(compgen -W "tell stat injectargs getmap" -- ${cur}) )
+ COMPREPLY=( $(compgen -W "tell stat getmap" -- ${cur}) )
return 0
;;
mds)
- COMPREPLY=( $(compgen -W "tell stat injectargs stat getmap dump compat" -- ${cur}) )
+ COMPREPLY=( $(compgen -W "tell stat stat getmap dump compat" -- ${cur}) )
return 0
;;
*)