Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.16.0
-
3
-
9223372036854775807
Description
PATH_MAX affects the path length of a single pathname, but it is possible to exceed this by eg. creating a subdirectory tree, then cd into it (or use as a subdirectory mountpoint), then create a deep tree below this using a relative pathname.
So 'lfs fid2path' should not limit its output buffer to PATH_MAX.
Attachments
Issue Links
- is related to
-
LU-14719 "lfs migrate -m" creates broken agent inodes when target MDT full
-
- Resolved
-
Activity
Description |
Original:
PATH_MAX affects the path length of a single pathname, but it is possible to exceed this by eg. creating a subdirectory tree, then cd into it, then create a deep tree below this using a relative pathname.
So 'lfs fid2path' should not limit its output buffer to PATH_MAX. |
New:
PATH_MAX affects the path length of a single pathname, but it is possible to exceed this by eg. creating a subdirectory tree, then cd into it (or use as a subdirectory mountpoint), then create a deep tree below this using a relative pathname.
So 'lfs fid2path' should not limit its output buffer to PATH_MAX. |
Fix Version/s | New: Lustre 2.16.0 [ 15190 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to ATEMPO-15 [ ATEMPO-15 ] |