From c49ecf80f9a18e80a565255c34fe000ad7f8c22f Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Tue, 11 Aug 2020 22:17:44 +0300 Subject: [PATCH] Add compatibility note --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2302aa9..fc9cbe3 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ the file server access pattern where a number of files is sharded over several l * Install g++ * Run `make` +# Compatibility + +fio 3.15 or later. + # Usage ``` @@ -27,7 +31,7 @@ Notes: * I/O is done using synchronous syscalls, thus iodepth is not supported Because of the synchronous syscalls it's slightly tricky to use parallelism correctly. -So, for example, to fill the directory with 262144 4k files, run: +So, for example, to fill a directory with 262144 4k files, run: ``` fio -thread -name=test -direct=1 -ioengine=./libfio_fileserver.so -fsync_on_close=1 \