[PATCH] Add end_fsync option
[fio.git] / README
diff --git a/README b/README
index 92cf5c4948677df98640b0e093df73a527246aac..bc2574e7f781b11815fde6eba24732c5610a0e70 100644 (file)
--- a/README
+++ b/README
@@ -73,6 +73,7 @@ The <jobs> format is as follows:
        bwavgtime=x     Average bandwidth stats over an x msec window.
        create_serialize=x      If 'x', serialize file creation.
        create_fsync=x  If 'x', run fsync() after file creation.
+       end_fsync=x     If 'x', run fsync() after end-of-job.
        loops=x         Run the job 'x' number of times.
        verify=x        If 'x' == md5, use md5 for verifies. If 'x' == crc32,
                        use crc32 for verifies. md5 is 'safer', but crc32 is