From 5af1c6f3b46b40ef6b7021a34fd38889226e137f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Thu, 1 Mar 2007 10:06:10 +0100 Subject: [PATCH] Document file_service_type option It's now tested, so add it to the list of options in HOWTO. Signed-off-by: Jens Axboe --- HOWTO | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/HOWTO b/HOWTO index 745e9c72..06408e40 100644 --- a/HOWTO +++ b/HOWTO @@ -253,6 +253,14 @@ bs_unaligned If this option is given, any byte size value within bsrange nrfiles=int Number of files to use for this job. Defaults to 1. +file_service_type=str Defines how fio decides which file from a job to + service next. The following types are defined: + + random Just choose a file at random. + + roundrobin Round robin over open files. This + is the default. + ioengine=str Defines how the job issues io to the file. The following types are defined: -- 2.25.1