Skip to content

minor: fix typos in oplog resizing tutorial #3391

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2018
Merged
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
8 changes: 4 additions & 4 deletions source/tutorial/change-oplog-size.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ with the :term:`secondary` members before proceeding to the
.. important::

You can only run :dbcommand:`replSetResizeOplog` on
replica set member's running with the
:ref:`Wired Tiger storage engine <storage-wiredtiger>`.
replica set members running with the
:ref:`WiredTiger storage engine <storage-wiredtiger>`.

Perform these steps on each :term:`secondary` replica set member
*first*. Once you have changed the oplog size for all secondary
Expand Down Expand Up @@ -62,8 +62,8 @@ The ``maxSize`` field displays the collection size in bytes.
C. Change the oplog size of the replica set member
--------------------------------------------------

To change the size, run the :dbcommand:`replSetResizeOplog` passing
the desired size in megabytes as the ``size`` parameter. The
To resize the oplog, run the :dbcommand:`replSetResizeOplog` command,
passing the desired size in megabytes as the ``size`` parameter. The
Copy link
Contributor

@kay-kim kay-kim Aug 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh -- never mind. Can't read :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

specified size must be greater than ``990``, or 990 megabytes.

The following operation changes the oplog size of the replica set
Expand Down