Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.5.3
-
None
-
3
-
16682
Description
First noticed when examining error logs for a different problem. The following code fragment prints the wrong value in the error log:
} else if (lrc != 0) { CERROR("%s: error destroying object "DFID": %d\n", ofd_obd(ofd)->obd_name, PFID(&info->fti_fid), rc); rc = lrc; }
It should be printing the lrc, not rc. As is the logged message is not as useful as it could be.
Will enter a patch to correct this.
Attachments
Issue Links
- is duplicated by
-
LU-6276 LustreError: error destroying object
- Closed