examples: fix ioengine in zbd-rand-write.fio
[fio.git] / examples / zbd-rand-write.fio
CommitLineData
b565834a 1; Using the psync ioengine, random write to a (zoned) block device,
c93fed07
DLM
2; writing at most 32 zones at a time. Target zones are chosen randomly
3; and writes directed at the write pointer of the chosen zones
4
5[global]
6name=zbd-rand-write
7group_reporting
8rw=randwrite
9zonemode=zbd
10zonesize=256M
11max_open_zones=32
12bs=512K
13direct=1
14numjobs=16
cd041bf4 15time_based
c93fed07
DLM
16runtime=180
17
18[dev1]
19filename=/dev/sdj
20ioengine=psync