Skip to content

DOCSP-19004 cleaning up error that was causing build error #5950

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
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
4 changes: 2 additions & 2 deletions source/release-notes/5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ determines whether the temporary documents required for :ref:`retryable
<retryable-writes>` :dbcommand:`findAndModify` commands are stored in
the *side* collection (``config.image_collection``).

``Mongod`` Sharded Cluster And Config Server Changes
``mongod`` Sharded Cluster And Config Server Changes
----------------------------------------------------

Starting in MongoDB 5.1, when starting a :binary:`mongod` with the
:option:`--configsvr <mongod--configsvr>` option you must also
:option:`--configsvr <mongod --configsvr>` option you must also
specify a :option:`--replSet <mongod --replSet>`.

Starting in MongoDB 5.1, when starting a :binary:`mongod` with the
Expand Down