``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
----------------------------