Loading
bdev/fio_plugin: accept wildcard (*) as fio target
FIO in our scripts is usually run as follows: (more or less) fio_bdev /path/to/job.fio --spdk_json_conf=/path/to/spdk.json --filename="$(discover_bdevs /path/to/spdk.json --json)" The bdev names are usually hardcoded in the json config, but still, they have to be provided to fio again. Not anymore - just use --filename=* and FIO will use all available bdevs as I/O targets, just as if all filenames were provided. The above command could be now simplified to: fio_bdev /path/to/job.fio --spdk_json_conf=/path/to/spdk.json --filename=* Change-Id: I56a02e56877b138429d68fb24f1a383c6700c4f4 Signed-off-by:Darek Stojaczyk <dariusz.stojaczyk@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/1542 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Ben Walker <benjamin.walker@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>