The following changes since commit d21e253540e701bbe78ec2fe1f9a5c5a0c980db7: Make it clear in job output whether we are using bs_is_seq_rand or not (2013-07-25 13:01:11 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Update sample atomic write job file examples/fusion-aw-sync.fio | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) --- Diff of recent changes: diff --git a/examples/fusion-aw-sync.fio b/examples/fusion-aw-sync.fio index c4639f0..f2ca313 100644 --- a/examples/fusion-aw-sync.fio +++ b/examples/fusion-aw-sync.fio @@ -6,7 +6,10 @@ ioengine=fusion-aw-sync blocksize=8k blockalign=8k +# if file system supports atomic write filename=/mnt/fs/file +# or test on a direct block device instead +#filename=/dev/fioa randrepeat=1 fallocate=none direct=1 -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html