]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: document MDS_CLIENTS_LAGGY health warning
authorDhairya Parmar <dparmar@redhat.com>
Thu, 13 Apr 2023 10:12:29 +0000 (15:42 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Fri, 30 Jun 2023 11:06:20 +0000 (16:36 +0530)
Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
(cherry picked from commit 7c8e7944147c0525b82c1cc71620078d3d35586e)

doc/cephfs/health-messages.rst

index ee322c2c7adbbd31d177ec537827a91e7202034e..bb461be7b60645ee8a63f9aedd58e637336e7049 100644 (file)
@@ -170,3 +170,15 @@ other daemons, please see :ref:`health-checks`.
     the actual cache size (in memory) is at least 50% greater than
     ``mds_cache_memory_limit`` (default 1GB). Modify ``mds_health_cache_threshold``
     to set the warning ratio.
+
+* ``MDS_CLIENTS_LAGGY``
+
+  Message
+    "Client *ID* is laggy; not evicted because some OSD(s) is/are laggy"
+
+  Description
+    If OSD(s) is laggy (due to certain conditions like network cut-off, etc)
+    then it might make clients laggy(session might get idle or cannot flush
+    dirty data for cap revokes). If ``defer_client_eviction_on_laggy_osds`` is
+    set to true (default true), client eviction will not take place and thus
+    this health warning will be generated.