IBM / k8s-storage-perf

This git repo will host the playbooks for collecting performance metrics for a Kubernetes persistent storage for IBM Cloud Paks
Apache License 2.0
9 stars 18 forks source link

test sysbench.py <fileExtraFlags> flag with "direct" #29

Closed bxu1999 closed 9 months ago

bxu1999 commented 9 months ago

The sysbench.py flag is currently hard-coded with "dsync", and this is to test with the "direct" flag.

bxu1999 commented 9 months ago

A parameter for this has been added:

file_extra_flags: dsync

The value can be "dsync" or "direct"

jeanchlopez commented 9 months ago

My fork if the changes are merged have way more options than that @bxu1999. The other problem is that the sync flag although honored by the python script does not honor the other flags (async and 0) that you have in the template file.