Add some missing options to the man page
authorJens Axboe <jens.axboe@oracle.com>
Mon, 9 Mar 2009 13:22:56 +0000 (14:22 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 9 Mar 2009 13:22:56 +0000 (14:22 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
fio.1

diff --git a/fio.1 b/fio.1
index 4ae0a5c860898d44376fd18c5403ed7c0c021a34..2eb445578122bb993a5be6569a214e37e7c95743 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -212,6 +212,8 @@ Choose a file at random
 .TP
 .B roundrobin
 Round robin over open files (default).
 .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
 .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_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
 .BI unlink \fR=\fPbool
 Unlink job files when done.  Default: false.
 .TP