From 6b7f68516d785163bf76565c1635012f66b9f51f Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 9 Mar 2009 14:22:56 +0100 Subject: [PATCH] Add some missing options to the man page Signed-off-by: Jens Axboe --- fio.1 | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.25.1