gbench
gbench copied to clipboard
Performance Benchmarking scripts for Gluster
**Every Test will require a cleanup :** We should check what volumes are created on the test-bed and delete those volumes and the brick directories associated with those volumes before...
Signed-off-by: rohan47 Ability to set volume options (tuning parameters)
Ansible playbook to generate setup-profile using jinja2. Signed-off-by: rohan47
+ empty directories (holders) for other tools + add smallfile parser + add sample output of smallfile (read and write) + add sample output of the parser
Current pattern used to install packages, was to fins the OS flavor and then call an OS specific play that would do yum or dnf or . Ansible now comes...
Currently the plays do not disable or do the required with SELinux, hence on setups that SELinux is enforced, gluster peer probe fails. Add plays to handle either of the...
Currently the Ansible plays run when Ansible version is 2.5 or higher only, we need to add this check in the playbook, to prevent users from finding this out deep...
Test commit, more to come later!
Currently the bench test provided in bt-0000-0001 is expected to be run by hand. We need to convert this into an ansible playbook, for more generic use.
The playbook (which is empty here) is to validate if required variables are defined and also to check if hosts are reachable, in an attempt to validate the setup as...