Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

population of fio files should use fio_cmd provided in yaml #108

Open
wilkins11 opened this issue Jun 28, 2016 · 2 comments
Open

population of fio files should use fio_cmd provided in yaml #108

wilkins11 opened this issue Jun 28, 2016 · 2 comments

Comments

@wilkins11
Copy link

In using kvmrbdfio.py to run fio on my openstack guests, the population of the fio files does not use the path to the fio executable (fio_cmd) provided in the yaml file. I define the fio command path ...

----------- yaml excerpt -----------
benchmarks:
kvmrbdfio:
fio_cmd: "/usr/local/bin/fio"
----------- end excerpt ------------

... however the populate call instead uses no path and relies on the fio executable being in the $PATH defined by sudo users, which excludes /usr/local/bin where my fio resides, resulting in the population failing on the target systems.

@bengland2
Copy link
Contributor

I'll provide a fix for that, saw that too.

@bengland2
Copy link
Contributor

I think this is fixed in PR 111 for kvmrbdfio, which was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants