diff options
author | Venky Shankar <vshankar@redhat.com> | 2024-06-04 09:04:42 +0200 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2024-11-29 11:51:21 +0100 |
commit | 761489329c4c6b8b4fc8fd076440d1b6891a55cc (patch) | |
tree | f24ed5718fb717bdf37d3992636f4a2c67b5eb44 /doc | |
parent | mds: emit warning for estinated replay time (diff) | |
download | ceph-761489329c4c6b8b4fc8fd076440d1b6891a55cc.tar.xz ceph-761489329c4c6b8b4fc8fd076440d1b6891a55cc.zip |
doc: add a note for `MDS_ESTIMATED_REPLAY_TIME` MDS warning
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/cephfs/health-messages.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/cephfs/health-messages.rst b/doc/cephfs/health-messages.rst index 0f171c6ccc9..7aa1f2e44ee 100644 --- a/doc/cephfs/health-messages.rst +++ b/doc/cephfs/health-messages.rst @@ -269,3 +269,11 @@ other daemons, please see :ref:`health-checks`. To evict and permanently block broken clients from connecting to the cluster, set the ``required_client_feature`` bit ``client_mds_auth_caps``. + +``MDS_ESTIMATED_REPLAY_TIME`` +----------------------------- + Message + "HEALTH_WARN Replay: x% complete. Estimated time remaining *x* seconds + + Description + When an MDS journal replay takes more than 30 seconds, this message indicates the estimated time to completion. |