Add 'sequential' file_service_type
[fio.git] / HOWTO
diff --git a/HOWTO b/HOWTO
index 4ff2d92936be3be076c3a3999e8d3f13719cbfbc..b8a7dd74bae68d207466c6a672da818f5238215a 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -387,6 +387,10 @@ file_service_type=str  Defines how fio decides which file from a job to
                        roundrobin  Round robin over open files. This
                                is the default.
 
+                       sequential  Finish one file before moving on to
+                               the next. Multiple files can still be
+                               open depending on 'openfiles'.
+
                The string can have a number appended, indicating how
                often to switch to a new file. So if option random:4 is
                given, fio will switch to a new random file after 4 ios