Details
-
Improvement
-
Resolution: Fixed
-
Trivial
-
Lustre 2.0.0, Lustre 2.1.0
-
None
-
4912
Description
In function mdt_reconstruct_open(), there is an error message which looks like a debug one to me:
CERROR("This is reconstruct open: disp="LPX64", result=%d\n",
ldlm_rep->lock_policy_res1, req->rq_status);
which is unconditionnaly printed whenever this function is called.
I think it should be dropped, move to a debug level message, or, if indeed this is an important error, change to explain more clearily what it means and what administrator should do (or know)