Details
-
Technical task
-
Resolution: Fixed
-
Major
-
Lustre 2.16.0
-
3
-
9223372036854775807
Description
Fix ioctl() incompatibility introduced in LU-16634.
This was caused by the removal of the explicit ioctl(OBD_IOC_GETNAME_OLD) fallback in llapi_file_fget_lov_uuid() without replacing the existing ioctl(OBD_IOC_GETDTNAME) call with llapi_ioctl(OBD_IOC_GETDTNAME) that handles this compatibility mapping internally.
Attachments
Issue Links
- is related to
-
LU-13107 clean up lctl commands
- Resolved