Enhance FIO to create a nested directory structure... #1675
elliottecton
started this conversation in
Ideas
Replies: 1 comment
|
Hello @elliottecton: TLDR; no one "internal" is working on a feature like vdbench's As you probably guessed by now it's not on the roadmap but that's because there is no roadmap for for fio :-) Most new fio features are driven by someone showing up with a patch or pull request adding it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I really want to move from
vdbenchtofio, but there is one thing that is preventing that transition -- the ability to create a directory structure withfio. The storage I am testing has ingest heuristics that will put different sibling directories on different physical volumes. If I put all of the files in a single directory, it is almost guaranteed the files in that directory will all reside on the same volume, limiting the affinities available for IO.Is it on the roadmap to enable something similar to
vdbench'swidthanddepthparameters?All reactions