diff options
author | Venky Shankar <vshankar@redhat.com> | 2024-12-27 12:06:10 +0100 |
---|---|---|
committer | Venky Shankar <vshankar@redhat.com> | 2024-12-27 12:06:10 +0100 |
commit | 2215d554bea0d47fc131e90f2c5a0e6494f471c0 (patch) | |
tree | 85216d9ee5584fc0ea849fc3fce2e86b44324f8e /doc | |
parent | Merge PR #60640 into main (diff) | |
parent | PendingReleaseNotes: add note for replay completion warning (diff) | |
download | ceph-2215d554bea0d47fc131e90f2c5a0e6494f471c0.tar.xz ceph-2215d554bea0d47fc131e90f2c5a0e6494f471c0.zip |
Merge PR #55616 into main
* refs/pull/55616/head:
PendingReleaseNotes: add note for replay completion warning
qa: test to verify `MDS_ESTIMATED_REPLAY_TIME` warning
doc: add a note for `MDS_ESTIMATED_REPLAY_TIME` MDS warning
mds: emit warning for estinated replay time
Reviewed-by: Patrick Donnelly <pdonnell@ibm.com>
Reviewed-by: Milind Changire <mchangir@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. |