]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge branch 'reef' into wip-doc-2025-08-14-backport-64922-to-reef 65037/head
authorZac Dover <zac.dover@proton.me>
Mon, 18 Aug 2025 06:52:48 +0000 (16:52 +1000)
committerGitHub <noreply@github.com>
Mon, 18 Aug 2025 06:52:48 +0000 (16:52 +1000)
Signed-off-by: Zac Dover <zac.dover@proton.me>
1  2 
doc/cephfs/troubleshooting.rst

index fdeb69398716d85dde59ef34cc0d627a6620c1b1,164c14767df486b038cd2553ab3e10158fbda8f9..cde66421eae06d20a72da72febf51998e9d3273c
@@@ -86,7 -88,22 +88,23 @@@ Replay completes when the ``journal_rea
  ``journal_write_pos``. The write position does not change during replay. Track
  the progression of the read position to compute the expected time to complete.
  
+ .. In Tentacle and later releases, the following text appears. It should not be
+    backported to any branch prior to Tentacle, because the
+    ``MDS_ESTIMATED_REPLAY_TIME`` warning was never a backport candidate for the
+    Squid and the Reef release branches. See 
+    https://github.com/ceph/ceph/pull/65058#discussion_r2281247895. Here is the
+    text that should not be backported:
+    BEGIN QUOTED TEXT
+    The MDS emits an `MDS_ESTIMATED_REPLAY_TIME` warning when the act of
+    replaying the journal takes more than 30 seconds. The warning message
+    includes an estimated time to the completion of journal replay::
+   mds.a(mds.0): replay: 50.0446% complete - elapsed time: 582s, estimated time remaining: 581s
+    END QUOTED TEXT
 +.. _cephfs_troubleshooting_avoiding_recovery_roadblocks:
  
  Avoiding recovery roadblocks
  ----------------------------