[PATCH] Add ioscheduler=x option to allow setting io scheduler
[fio.git] / README
diff --git a/README b/README
index aec8207ce27c980e70ebbdb49abffc4af7e0a9f1..24bf5a007a6c6c37537ab94d1fd8ab3ea4b21b8d 100644 (file)
--- a/README
+++ b/README
@@ -113,6 +113,7 @@ The <jobs> format is as follows:
        nice=x          Run job at given nice value.
        exec_prerun=x   Run 'x' before job io is begun.
        exec_postrun=x  Run 'x' after job io has finished.
+       ioscheduler=x   Use ioscheduler 'x' for this job.
 
 Examples using a job file
 -------------------------