From 5d6e161862367571f0d372b342bf5b0d397f9df1 Mon Sep 17 00:00:00 2001 From: Sven Breuner Date: Sat, 29 Jul 2023 23:59:10 +0200 Subject: [PATCH] config: updated example config file for random IO --- CHANGELOG.md | 3 ++- tools/example_configuration/randomWrite.elbencho | 7 ++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69c7b43..8ae9d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,10 @@ ### Fixes * Fixed compilation error (missing include directive) when building without S3 support. * Fixed check for file slice smaller than block size in situations without direct IO. +* Fixed missing random IO flag in config file example. ### Contributors -* Thanks to Glenn K. Lockwood for reporting an issue. Thanks to Jan Heichler, Rob Mallory, Maria Gutierrez for helpful comments and suggestions. +* Thanks to Glenn K. Lockwood and Avi Drabkin for reporting an issues. Thanks to Jan Heichler, Rob Mallory, Maria Gutierrez for helpful comments and suggestions. ## v2.3.1 (Apr 10, 2023) diff --git a/tools/example_configuration/randomWrite.elbencho b/tools/example_configuration/randomWrite.elbencho index 220506f..a399393 100644 --- a/tools/example_configuration/randomWrite.elbencho +++ b/tools/example_configuration/randomWrite.elbencho @@ -4,7 +4,11 @@ # # This example config is equivalent to the following elbencho arguments: # $ elbencho -t 2 --iodepth 4 --timelimit 10 -b 1M --direct -s 1G \ -# -N 10 -n1 -D -F -d -w +# -N 10 -n1 -D -F -d -w --rand +# +# This example doesn't contain a path. You would specify the path and possibly +# other options on the command line like this: +# $ elbencho -c randomWrite.elbencho /mnt/storage/mydir threads=2 iodepth=4 @@ -18,3 +22,4 @@ deldirs=1 delfiles=1 mkdirs=1 write=1 +rand=1