From: Patrick Donnelly Date: Fri, 14 May 2021 19:19:11 +0000 (-0700) Subject: doc: add alternate_name cephfs feature to table X-Git-Tag: v16.2.5~100^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9fdd71ee6ce0796eb9aaeb907815431cb2b93faf;p=ceph.git doc: add alternate_name cephfs feature to table Signed-off-by: Patrick Donnelly (cherry picked from commit 5180c39db5621224359e62cf812877c4b1f2b068) --- diff --git a/doc/cephfs/administration.rst b/doc/cephfs/administration.rst index 7fd83001b3e0..396bb292416b 100644 --- a/doc/cephfs/administration.rst +++ b/doc/cephfs/administration.rst @@ -278,6 +278,8 @@ CephFS features and first release they came out. +------------------+--------------+-----------------+ | metric_collect | pacific | N/A | +------------------+--------------+-----------------+ +| alternate_name | pacific | PLANNED | ++------------------+--------------+-----------------+ CephFS Feature Descriptions @@ -328,6 +330,13 @@ delegated inode numbers is a prerequisite for client to do async file creation. Clients can send performance metric to MDS if MDS support this feature. +:: + + alternate_name + +Clients can set and understand "alternate names" for directory entries. This is +to be used for encrypted file name support. + Global settings ---------------