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

Consider adding choice of direct/buffered IO as parameter #19

Closed
itzsimpl opened this issue Jun 28, 2020 · 1 comment
Closed

Consider adding choice of direct/buffered IO as parameter #19

itzsimpl opened this issue Jun 28, 2020 · 1 comment

Comments

@itzsimpl
Copy link

Consider adding

    ag.add_argument(
        "--direct", help=f"Override the default IO mode for benchmark \
            (default: {settings['direct']})", type=int, default=settings['direct'])

at line 251 of benchmark_script/bench_fio.

For example ZFS does not support direct IO mode (see openzfs/zfs#224), so in order to run tests on ZFS one needs to be able to disable it.

@louwrentius
Copy link
Owner

louwrentius commented Jun 28, 2020 via email

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