summaryrefslogtreecommitdiffstats
path: root/doc/cephfs/health-messages.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-21 02:27:13 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-21 02:27:13 +0000
commite22f8c6576e87dcfb42d10c71d4b06260ca9f722 (patch)
treea010f9d27fb5769eeaee24d7dcd762a6b0ff87ae /doc/cephfs/health-messages.rst
parentAdding upstream version 18.2.3. (diff)
downloadceph-e22f8c6576e87dcfb42d10c71d4b06260ca9f722.tar.xz
ceph-e22f8c6576e87dcfb42d10c71d4b06260ca9f722.zip
Adding upstream version 18.2.4.upstream/18.2.4upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--doc/cephfs/health-messages.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/cephfs/health-messages.rst b/doc/cephfs/health-messages.rst
index 8fb23715d..0f171c6cc 100644
--- a/doc/cephfs/health-messages.rst
+++ b/doc/cephfs/health-messages.rst
@@ -252,3 +252,20 @@ other daemons, please see :ref:`health-checks`.
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.
+
+``MDS_CLIENTS_BROKEN_ROOTSQUASH``
+---------------------------------
+ Message
+ "X client(s) with broken root_squash implementation (MDS_CLIENTS_BROKEN_ROOTSQUASH)"
+
+ Description
+ A bug was discovered in root_squash which would potentially lose changes made by a
+ client restricted with root_squash caps. The fix required a change to the protocol
+ and a client upgrade is required.
+
+ This is a HEALTH_ERR warning because of the danger of inconsistency and lost
+ data. It is recommended to either upgrade your clients, discontinue using
+ root_squash in the interim, or silence the warning if desired.
+
+ To evict and permanently block broken clients from connecting to the
+ cluster, set the ``required_client_feature`` bit ``client_mds_auth_caps``.