Details
-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
None
-
3
-
9223372036854775807
Description
process_req_last_xid():
if (!(lustre_msg_get_flags(req->rq_reqmsg) & MSG_REPLAY)) {
req->rq_status = -EPROTO;
RETURN(ptlrpc_error(req));
}
This will return 0 to caller mistakenly.
Attachments
Issue Links
- is related to
-
LU-5319 Support multiple slots per client in last_rcvd file
- Resolved