fio.1: Add ioengines heads up to the iodepth section
authorSebastian Kayser <sebastian@skayser.de>
Wed, 1 Dec 2010 21:28:47 +0000 (22:28 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 2 Dec 2010 19:00:31 +0000 (20:00 +0100)
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
fio.1

diff --git a/fio.1 b/fio.1
index b0276c4cfb17f7b5cc33daa30e23a324d9a1b5c8..ab147f28ce8a1bdc227c5ff23eb6fc77e14bab0c 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -379,7 +379,9 @@ Loads an external I/O engine object file.  Append the engine filename as
 .RE
 .TP
 .BI iodepth \fR=\fPint
-Number of I/O units to keep in flight against the file.  Default: 1.
+Number of I/O units to keep in flight against the file. Note that increasing
+iodepth beyond 1 will not affect synchronous ioengines (except for small
+degress when verify_async is in use).  Default: 1.
 .TP
 .BI iodepth_batch \fR=\fPint
 Number of I/Os to submit at once.  Default: \fBiodepth\fR.