X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ffid%2Ffid_request.c;h=528bed7c0055b89bdf199bba5a46448d025f3156;hp=d4b2555aec0dee75cb2c84f042c16ac92af2f4a5;hb=4f53536d002c13886210b672b657795baa067144;hpb=b1f01a709ffe66d82f13ad421d319432d235c05b diff --git a/lustre/fid/fid_request.c b/lustre/fid/fid_request.c index d4b2555..528bed7 100644 --- a/lustre/fid/fid_request.c +++ b/lustre/fid/fid_request.c @@ -110,6 +110,9 @@ static int seq_client_rpc(struct lu_client_seq *seq, debug_mask = D_INFO; } + /* Allow seq client RPC during recovery time. */ + req->rq_allow_replay = 1; + ptlrpc_at_set_req_timeout(req); if (opc != SEQ_ALLOC_SUPER && seq->lcs_type == LUSTRE_SEQ_METADATA)