You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On 28 Jun 2020, at 13:13, Iztok Lebar Bajec ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Consider adding
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.
The text was updated successfully, but these errors were encountered: