Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
Lustre 2.15.2
-
None
-
9223372036854775807
Description
Add support to "lfs find" to detect fscrypt files.
It is not really clear that this fits into any of the existing search types, so a reasonable solution would be to add a new option like "[!] --attrs=[^]ATTR[,...]" argument that fetches the file attribute flags (FS_ENCRYPT_FL, FS_IMMUTABLE_FL, ...) that are already returned by statx() and then add logic to include/exclude files or directories with(out) those those attributes.