Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.4.0
-
3
-
6967
Description
Switch local file handling to local_storage library and stop using obsoleted md_local_file library. This is technical debt from Orion.
Attachments
Issue Links
- is related to
-
LU-838 "lfs path2fid /mnt/lustre" (ROOT) returns inode number
-
- Resolved
-
Old fixed FIDs will not be reused because FID_SEQ_LOCAL_FILE is not used by local storage at all. Strictly speaking this sequence should be used only for nameless objects created by dt_object_find_or_create(). There is no need in compatibility efforts in this area.