+0
−1
Loading
During a new subsystem creation we may assign the subsystem_id index that was previously in use. If we clean requests from previous nvmf subsystem destruction in the _nvmf_qpair_sgroup_req_clean() but in that time, a new nvmf_poll_group_add_subsystem() call coming in we may face that some of the requests still in the queue. The assertion will be fired in this case. Remove the assertion but leave the log message to notify user about clearing unhandled requests. Fixes issue #3467. Change-Id: I1aa1ea7feac922d94c91a24120810b9f6d3f9c2d Signed-off-by:Ivan Efremov <i350300800e@gmail.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/24648 Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com> Reviewed-by:
Jim Harris <jim.harris@samsung.com>