Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 11 additions & 7 deletions source/administration/replica-sets.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ suggestions for administers of replica sets.
The following tutorials provide task-oriented instructions for
specific administrative tasks related to replica set operation.

- :doc:`/tutorial/change-hostnames-in-a-replica-set`
- :doc:`/tutorial/deploy-replica-set`
- :doc:`/tutorial/expand-replica-set`
- :doc:`/tutorial/deploy-geographically-distributed-replica-set`
- :doc:`/tutorial/change-oplog-size`
- :doc:`/tutorial/convert-replica-set-to-replicated-shard-cluster`
- :doc:`/tutorial/change-hostnames-in-a-replica-set`
- :doc:`/tutorial/convert-secondary-into-arbiter`
- :doc:`/tutorial/deploy-geographically-distributed-replica-set`
- :doc:`/tutorial/deploy-replica-set`
- :doc:`/tutorial/expand-replica-set`

.. _replica-set-node-configurations:
.. _replica-set-member-configurations:
Expand Down Expand Up @@ -335,6 +335,10 @@ Procedures

.. _replica-set-admin-procedure-add-member:

.. note:: For procedures on deploying replica sets, see
:doc:`/administration/replication-architectures` document
and see the :ref:`list of replica set tutorials <replica-set-tutorials-list>`.

Adding Members
~~~~~~~~~~~~~~

Expand Down Expand Up @@ -493,12 +497,12 @@ of the member with the highest :data:`members[n].priority` setting.
Changing Oplog Size
~~~~~~~~~~~~~~~~~~~

The following is an overview of the procedure for changing the size of the oplog:
The following is an overview of the procedure for changing the size of
the oplog. For a detailed procedure, see
:doc:`/tutorial/change-oplog-size`.

.. include:: /includes/procedure-change-oplog-size.rst

For a detailed procedure, see :doc:`/tutorial/change-oplog-size`.

.. _replica-set-security:

Security
Expand Down
Loading