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: v17.1.0~1928^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5180c39db5621224359e62cf812877c4b1f2b068;p=ceph.git doc: add alternate_name cephfs feature to table Signed-off-by: Patrick Donnelly --- diff --git a/doc/cephfs/administration.rst b/doc/cephfs/administration.rst index 2ce2001803e..f1df4cfb418 100644 --- a/doc/cephfs/administration.rst +++ b/doc/cephfs/administration.rst @@ -284,6 +284,8 @@ CephFS features and first release they came out. +------------------+--------------+-----------------+ | metric_collect | pacific | N/A | +------------------+--------------+-----------------+ +| alternate_name | pacific | PLANNED | ++------------------+--------------+-----------------+ CephFS Feature Descriptions @@ -334,6 +336,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 ---------------