]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: add missing client feature bits
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 3 May 2024 00:38:19 +0000 (20:38 -0400)
committerIlya Dryomov <idryomov@gmail.com>
Tue, 14 May 2024 15:50:05 +0000 (17:50 +0200)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 79ba8970d7cbc714e160d5957bd849eede93e5a3)
(cherry picked from commit e6f24a3e59fe44c2f52a77c2787c5da369c9e464)

doc/cephfs/administration.rst

index cd912b42aeafd2010a386175276deaee7adbf74c..d37d66b4ceaeba5f74eab0fd3dc05ca97cb1450e 100644 (file)
@@ -258,31 +258,45 @@ Clients that are missing newly added features will be evicted automatically.
 
 Here are the current CephFS features and first release they came out:
 
-+------------------+--------------+-----------------+
-| Feature          | Ceph release | Upstream Kernel |
-+==================+==============+=================+
-| jewel            | jewel        | 4.5             |
-+------------------+--------------+-----------------+
-| kraken           | kraken       | 4.13            |
-+------------------+--------------+-----------------+
-| luminous         | luminous     | 4.13            |
-+------------------+--------------+-----------------+
-| mimic            | mimic        | 4.19            |
-+------------------+--------------+-----------------+
-| reply_encoding   | nautilus     | 5.1             |
-+------------------+--------------+-----------------+
-| reclaim_client   | nautilus     | N/A             |
-+------------------+--------------+-----------------+
-| lazy_caps_wanted | nautilus     | 5.1             |
-+------------------+--------------+-----------------+
-| multi_reconnect  | nautilus     | 5.1             |
-+------------------+--------------+-----------------+
-| deleg_ino        | octopus      | 5.6             |
-+------------------+--------------+-----------------+
-| metric_collect   | pacific      | N/A             |
-+------------------+--------------+-----------------+
-| alternate_name   | pacific      | PLANNED         |
-+------------------+--------------+-----------------+
++----------------------------+--------------+-----------------+
+| Feature                    | Ceph release | Upstream Kernel |
++============================+==============+=================+
+| jewel                      | jewel        | 4.5             |
++----------------------------+--------------+-----------------+
+| kraken                     | kraken       | 4.13            |
++----------------------------+--------------+-----------------+
+| luminous                   | luminous     | 4.13            |
++----------------------------+--------------+-----------------+
+| mimic                      | mimic        | 4.19            |
++----------------------------+--------------+-----------------+
+| reply_encoding             | nautilus     | 5.1             |
++----------------------------+--------------+-----------------+
+| reclaim_client             | nautilus     | N/A             |
++----------------------------+--------------+-----------------+
+| lazy_caps_wanted           | nautilus     | 5.1             |
++----------------------------+--------------+-----------------+
+| multi_reconnect            | nautilus     | 5.1             |
++----------------------------+--------------+-----------------+
+| deleg_ino                  | octopus      | 5.6             |
++----------------------------+--------------+-----------------+
+| metric_collect             | pacific      | N/A             |
++----------------------------+--------------+-----------------+
+| alternate_name             | pacific      | 6.5             |
++----------------------------+--------------+-----------------+
+| notify_session_state       | quincy       | 5.19            |
++----------------------------+--------------+-----------------+
+| op_getvxattr               | quincy       | 6.0             |
++----------------------------+--------------+-----------------+
+| 32bits_retry_fwd           | reef         | 6.6             |
++----------------------------+--------------+-----------------+
+| new_snaprealm_info         | reef         | UNKNOWN         |
++----------------------------+--------------+-----------------+
+| has_owner_uidgid           | reef         | 6.6             |
++----------------------------+--------------+-----------------+
+
+..
+    Comment: use `git describe --tags --abbrev=0 <commit>` to lookup release
+
 
 CephFS Feature Descriptions