Description
For a regular file ll_listxattr() will only emit a lustre.lov xattr name if the member lli_has_smd of the associated lli is true. lli_has_smd is initialized using lsm_has_objects() which returns false for released LSMs. Hence an HSM released file does not return lustre.lov from listxattr().
Explicitly calling getxattr() to request lustre.lov will return the attribute. But it will not have the correct stripe count. See LU-6211.
Attachments
Issue Links
- is related to
-
LU-6211 getxattr() for {lustre,trusted}.lov on HSM released file returns stripe count 0
- Open