Update README.md with information specific to zoned block devices. Additionally, add an example config that can be used to test the --zonemode=zbd fio option using the virtual zoned block device SPDK module on top of a Malloc bdev. Signed-off-by: Niklas Cassel <niklas.cassel@wdc.com> Change-Id: I68bbc07ab70ad1ce8e38abc91dd8c15c49f90656 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7758 Community-CI: Broadcom CI Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
19 lines
255 B
Plaintext
19 lines
255 B
Plaintext
[global]
|
|
ioengine=spdk_bdev
|
|
spdk_json_conf=./examples/bdev/fio_plugin/bdev_zoned.json
|
|
thread=1
|
|
direct=1
|
|
time_based
|
|
runtime=10
|
|
rw=randwrite
|
|
bs=16K
|
|
zonemode=zbd
|
|
max_open_zones=8
|
|
initial_zone_reset=1
|
|
zone_append=1
|
|
iodepth=64
|
|
|
|
[test]
|
|
filename=Zone0
|
|
numjobs=1
|