diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-11-02 22:05:04 -0700 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-11-02 22:05:07 -0700 |
| commit | 6c5fc571ba7b851e7b36b054fd428bf6ad779dcc (patch) | |
| tree | f03075a28b7981ea141ce5db5cfe14b54e77bfe8 /README.md | |
| parent | 43869584b3c9f9acade09d2d35b20e69623d98f8 (diff) | |
README.md, errors.go: CephFS now supports fscrypt
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -274,6 +274,9 @@ filesystem encryption API. Currently, the filesystems that support this are: contain `CONFIG_FS_ENCRYPTION=y` (for kernels v5.1+) or `CONFIG_UBIFS_FS_ENCRYPTION=y` (for older kernels). +* CephFS, with upstream kernel v6.6 or later. The kernel configuration must + contain `CONFIG_FS_ENCRYPTION=y`. + * [Lustre](https://www.lustre.org/), with Lustre v2.14.0 or later. For details, see the Lustre documentation. Please note that Lustre is not part of the upstream Linux kernel, and its encryption implementation has not been reviewed |