On 2014-07-28 19:42, Andrey Kuzmin wrote:
When dealing with a growing number of fio test scripts, copy/pasting
global section becomes error-prone and cumbersome. Is it possible (or
how much effort would it be to add such a feature) to pull a named set
of global settings into the .fio file?

Not currently possible, but I can see it being a useful feature. I'll add it to the list. Something ala

fio --shared globals.fio actual-job.fio

I added something similar back in April for command line jobs, where you can now do

fio --some-setting=1 --other-setting=2 actual-job.fio

and have that those settings be part of the global namespace.

--
Jens Axboe

--
To unsubscribe from this list: send the line "unsubscribe fio" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to