Botch edit in files setup
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index b8a7dd74bae68d207466c6a672da818f5238215a..2cfe36954bbf1defe8bdf5868828685e0e0027b5 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -693,6 +693,9 @@ create_serialize=bool       If true, serialize the file creating for the jobs.
 create_fsync=bool      fsync the data file after creation. This is the
                        default.
 
+create_on_open=bool    Don't pre-setup the files for IO, just create open()
+                       when it's time to do IO to that file.
+
 unlink=bool    Unlink the job files when done. Not the default, as repeated
                runs of that job would then waste time recreating the file
                set again and again.