Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 512fb1b3 authored by Steve Wise's avatar Steve Wise Committed by Doug Ledford
Browse files

nvmet_rdma: log the connection reject message

parent 1e38a366
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1358,6 +1358,9 @@ static int nvmet_rdma_cm_handler(struct rdma_cm_id *cm_id,
		ret = nvmet_rdma_device_removal(cm_id, queue);
		break;
	case RDMA_CM_EVENT_REJECTED:
		pr_debug("Connection rejected: %s\n",
			 rdma_reject_msg(cm_id, event->status));
		/* FALLTHROUGH */
	case RDMA_CM_EVENT_UNREACHABLE:
	case RDMA_CM_EVENT_CONNECT_ERROR:
		nvmet_rdma_queue_connect_fail(cm_id, queue);