+2
−0
Loading
When using spdk_nvmf_request_exec_fabrics() to connect one IO queue, the qpair->ctrlr is null before this function, and the qpair->ctrlr will be set to associate controller after the connect, so it will check the sgroup->io_outstanding count, then we can hit the assertion. Change-Id: I747cbfd0541cd12286dab549cd02245aac54f2db Signed-off-by:Changpeng Liu <changpeng.liu@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/2062 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:
Aleksey Marchuk <alexeymar@mellanox.com>