Skip to content
Snippets Groups Projects
Commit c435b48f authored by Isaac Huang's avatar Isaac Huang
Browse files

i=eeb

-   ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello.
parent 977211ac
No related merge requests found
......@@ -30,6 +30,10 @@
ptllnd - Portals 3.3 / UNICOS/lc 1.5.x, 2.0.x
* bug fixes
Severity : minor
Frequency : rare
Description: ptllnd logs a piece of incorrect debug info in kptllnd_peer_handle_hello.
Severity : minor
Frequency : rare
Description: the_lnet.ln_finalizing was not set when the current thread is
......
......@@ -965,7 +965,7 @@ kptllnd_peer_handle_hello (ptl_process_id_t initiator,
CERROR("%s: max message size %d < MIN %d",
libcfs_id2str(lpid),
msg->ptlm_u.hello.kptlhm_max_msg_size,
*kptllnd_tunables.kptl_max_msg_size);
PTLLND_MIN_BUFFER_SIZE);
return NULL;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment