Skip to content

Commit 3643d61

Browse files
author
Bob Grabar
committed
DOCS-246 added back a ref ID
1 parent 092838c commit 3643d61

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

source/administration/replica-sets.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ queries in normal operations.
225225

226226
.. seealso:: :data:`members[n].slaveDelay`, :ref:`Replica Set Reconfiguration
227227
<replica-set-reconfiguration-usage>`, :ref:`replica-set-oplog-sizing`,
228-
and :doc:`/tutorial/change-oplog-size`.
228+
:ref:`replica-set-procedure-change-oplog-size` in this document,
229+
and the :doc:`/tutorial/change-oplog-size` tutorial.
229230

230231
.. index:: replica set members; arbiters
231232
.. _replica-set-arbiters:
@@ -487,6 +488,8 @@ of the member with the highest :data:`members[n].priority` setting.
487488
<replica-set-reconfiguration-usage>` example revolves around
488489
changing the priorities of the :data:`members` of a replica set.
489490

491+
.. _replica-set-procedure-change-oplog-size:
492+
490493
Changing Oplog Size
491494
~~~~~~~~~~~~~~~~~~~
492495

@@ -639,6 +642,7 @@ Possible causes of replication lag include:
639642
- :ref:`replica-set-write-concern`.
640643
- The :ref:`replica-set-oplog-sizing` topic in the :doc:`/core/replication` document.
641644
- The :ref:`replica-set-oplog` topic in the :doc:`/core/replication-internals` document.
645+
- The :ref:`replica-set-procedure-change-oplog-size` topic this document.
642646
- The :doc:`/tutorial/change-oplog-size` tutorial.
643647

644648
.. index:: pair: replica set; failover

0 commit comments

Comments
 (0)