old (verbose) output can be obtained by using -v option.
Severity : normal
-Bugzilla : 16839
-Frequency : rare, on restart ost
-Description: llog_receptor_accept() ASSERTION(ctxt)
-Details : if ost is restarted before set_info(KEY_MDS_CONN) finished, this
- request will resend before finished ost llog init and this produce
- access to non init llog context.
-
-Severity : normal
Bugzilla : 15927
Frequency : rare
Description: replace ptlrpcd with the statahead thread to interpret the async
RETURN(-ENOMEM);
size[REPLY_REC_OFF] = *vallen;
- req->rq_no_delay = req->rq_no_resend = 1;
ptlrpc_req_set_repsize(req, 2, size);
rc = ptlrpc_queue_wait(req);
if (rc)
if (req == NULL)
RETURN(-ENOMEM);
- if (KEY_IS(KEY_MDS_CONN)) {
+ if (KEY_IS(KEY_MDS_CONN))
req->rq_interpret_reply = osc_setinfo_mds_conn_interpret;
- req->rq_no_delay = req->rq_no_resend = 1;
- }
ptlrpc_req_set_repsize(req, 1, NULL);
ptlrpc_set_add_req(set, req);