filesetup: fix a bug where we overwrite the set size
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 887c276a822114ec1fb739f763fed59d6a3d7cc1..e770b99de49879ce74afcdec7d6c84a553c25518 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -190,7 +190,8 @@ iodepth=4
 
 Settings pulled into a section apply to that section only (except global
 section). Include directives may be nested in that any included file may
-contain further include directive(s).
+contain further include directive(s). Include files may not contain []
+sections.
 
 
 4.1 Environment variables
@@ -822,7 +823,9 @@ number_ios=int      Fio will normally perform IOs until it has exhausted the size
                time (or hits an error condition). With this setting, the
                range/size can be set independently of the number of IOs to
                perform. When fio reaches this number, it will exit normally
-               and report status.
+               and report status. Note that this does not extend the amount
+               of IO that will be done, it will only stop fio if this
+               condition is met before other end-of-job criteria.
 
 fsync=int      If writing to a file, issue a sync of the dirty data
                for every number of blocks given. For example, if you give