glustertool
is a meta tool for running other Gluster tools. This
provides infrastructure to add utility/debugging tools for Gluster.
Clone the repo and install glustertools
using python setup.py install
.
Tools can be accessed using
glustertool TOOLNAME ARGS..
To see the list of tools available,
glustertool list
To see the documentation of available tools,
glustertool doc [TOOLNAME]
For tool help,
glustertool TOOLNAME --help
Refer CONTRIBUTING.md, if you are interested in creating tools/plugins for glustertool.
- Plugins dependency management
- RPM/DEB and BSD Port