From: Jens Axboe Date: Mon, 9 Mar 2009 13:22:56 +0000 (+0100) Subject: Add some missing options to the man page X-Git-Tag: fio-1.25~7 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=6b7f68516d785163bf76565c1635012f66b9f51f Add some missing options to the man page Signed-off-by: Jens Axboe --- diff --git a/fio.1 b/fio.1 index 4ae0a5c8..2eb44557 100644 --- a/fio.1 +++ b/fio.1 @@ -212,6 +212,8 @@ Choose a file at random .TP .B roundrobin Round robin over open files (default). +.B sequential +Do each file in the set sequentially. .RE .P The number of I/Os to issue before switching a new file can be specified by @@ -445,6 +447,9 @@ If true, serialize file creation for the jobs. Default: true. .BI create_fsync \fR=\fPbool \fIfsync\fR\|(2) data file after creation. Default: true. .TP +.BI create_on_open \fR=\fPbool +If true, the files are not created until they are opened for IO by the job. +.TP .BI unlink \fR=\fPbool Unlink job files when done. Default: false. .TP