Loading
test: ensure unique address for FIO plugin
FIO plugin (fio/spdk_bdev) always starts RPC server on SPDK_DEFAULT_RPC_ADDR address. This is unnecessary, because in most cases there will be no need for RPC interface to be active for communication. We can change plugin's implementation similarly to what we have in bdevperf: RPC server is going to be started only when '--spdk_rpc_listen_addr' is specified. Change-Id: I99227626c71ae5615cbdd5090fcdd4c42f193eaa Signed-off-by:Krzysztof Karas <krzysztof.karas@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22682 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Jim Harris <jim.harris@samsung.com> Reviewed-by:
Boris Glimcher <Boris.Glimcher@emc.com>