Loading
bdev/nvme: wrong key in ERRLOG message
In nvme_ctrlr_create() function, wrong key was passed to SPDK_ERRLOG(). It was ctx->drv_opts.tls_psk, while it should be ctx->drv_opts.dhchap_key. Now it is fixed. Change-Id: Ia6b71ed14b7c08803a494ceabea03d6bd657121b Signed-off-by:Marcin Spiewak <marcin.spiewak@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/22683 Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com> Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Community-CI: Mellanox Build Bot Reviewed-by:
Shuhei Matsumoto <smatsumoto@nvidia.com>