Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.12.0
-
None
-
3
-
9223372036854775807
Description
The "lfs getsom" command always returns "24" to userspace because "rc = 24" (sizeof (struct lustre_som_attrs)) after fetching the xattr from the kernel. If the lfs_getsom()->lgetxattr() call returns a positive value, then this is the size of the xattr < sizeof(*attrs) and rc should be set to 0 in that case.
Attachments
Issue Links
- is related to
-
LU-9538 Size on MDT with guarantee of eventual consistency
- Resolved