Support for legacy configuration has been removed from SPDK at this point. This patch focuses on adjustement in documentation and examples. Signed-off-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: Icfe8baf7a7497ffa86fde9038001429c5a7bc4f6 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4801 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Paul Luse <paul.e.luse@intel.com>
21 lines
320 B
Plaintext
21 lines
320 B
Plaintext
[global]
|
|
ioengine=spdk_bdev
|
|
spdk_conf=./examples/bdev/fio_plugin/bdev.json
|
|
thread=1
|
|
group_reporting=1
|
|
direct=1
|
|
verify=0
|
|
norandommap=1
|
|
cpumask=1
|
|
percentile_list=50:99:99.9:99.99:99.999
|
|
|
|
[4k_randread_qd1]
|
|
filename=Malloc0
|
|
description="4KiB Random Read QD=1"
|
|
bs=4k
|
|
rw=randread
|
|
iodepth=1
|
|
time_based=1
|
|
ramp_time=0
|
|
runtime=10
|