summaryrefslogtreecommitdiff
path: root/examples/fusion-aw-sync.fio
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2018-03-05 10:52:39 -0800
committerElliott Hughes <enh@google.com>2018-03-05 10:52:39 -0800
commitace079c5a11bcba2ca90b787efc102cefd20bc22 (patch)
tree0a09692cb56db12d862eb42fe90ec155cc309b62 /examples/fusion-aw-sync.fio
parenta133df91fa72701e4e448ca1ff81e0c41ed2df8b (diff)
downloadfio-main.tar.gz
Remove fio.HEADmastermain
Bug: http://b/74195807 Test: builds Change-Id: I06217c3cc317817180e545b7be998ee1463f3202
Diffstat (limited to 'examples/fusion-aw-sync.fio')
-rw-r--r--examples/fusion-aw-sync.fio18
1 files changed, 0 insertions, 18 deletions
diff --git a/examples/fusion-aw-sync.fio b/examples/fusion-aw-sync.fio
deleted file mode 100644
index f2ca3130..00000000
--- a/examples/fusion-aw-sync.fio
+++ /dev/null
@@ -1,18 +0,0 @@
-# Example Job File that randomly writes 8k worth of data atomically for
-# 60 seconds.
-[rw_aw_file_sync]
-rw=randwrite
-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
-invalidate=0
-runtime=60
-time_based