Details
-
Bug
-
Resolution: Fixed
-
Minor
-
Lustre 2.15.0
-
3
-
9223372036854775807
Description
Applications that check for the existence of a file normally get -ENOENT when the filename does not exist.
To reduce issues with applications running on clients without keys or without fscrypt support that check for the existence of a file in an encrypted directory, we could return -ENOKEY in the case the filename is missing. That would at least catch applications that are looking for -ENOENT when trying to check if a file already exists.
Attachments
Issue Links
- is related to
-
LU-13717 Client-side encryption - support file name encryption
- Resolved