Skip to content

Commit 95adaf7

Browse files
authored
DOCSP-29407 Fixes build errors in v4.2 (#2996)
* Fixes build issue * Fixes build issue * Fixes build issue * Fixes build issue * Fixes build issue
1 parent 2eee35b commit 95adaf7

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

source/includes/driver-examples/driver-example-query-intro.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
This page provides examples of |query_operations| using the
8888
:ruby-api:`Mongo::Collection#find()<Collection.html#find-instance_method>`
8989
method in the
90-
:ruby:`MongoDB Ruby Driver </>`.
90+
'MongoDB Ruby Driver <https://docs.mongodb.com/ruby-driver/master/>`_.
9191

9292
.. include:: /includes/driver-examples/examples-intro.rst
9393

source/includes/steps-deploy-sharded-cluster-config-server-noauth.yaml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,15 @@ action:
122122
)
123123
post: |
124124
125-
See :doc:`/reference/replica-configuration` for more information on
126-
replica set configuration documents.
125+
See :doc:`/reference/replica-configuration` for more information on
126+
replica set configuration documents.
127127
128-
.. note::
128+
.. note::
129+
130+
The :method:`rs.initiate` command may take a few seconds to complete.
131+
To use the config server replica set (CSRS) in this procedure, you must wait
132+
until it completes its initialization. If the CSRS has not initialized, you
133+
will see ``NotYetInitialized`` errors when you try to perform operations on a
134+
CSRS member.
129135
130-
The :method:`rs.initiate` command may take a few seconds to complete.
131-
To use the config server replica set (CSRS) in this procedure, you must wait
132-
until it completes its initialization. If the CSRS has not initialized, you
133-
will see ``NotYetInitialized`` errors when you try to perform operations on a
134-
CSRS member.
135136
...

source/tutorial/configure-ssl.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _configure-mongod-mongos-for-tls-ssl:
2+
13
===============================================
24
Configure ``mongod`` and ``mongos`` for TLS/SSL
35
===============================================

source/tutorial/convert-replica-set-to-replicated-shard-cluster.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,17 @@ The following procedure adds the initial replica set ``rs0`` as a shard.
103103

104104
.. include:: /includes/steps/convert-replica-set-add-shards.rst
105105

106-
.. _convert-add-second-shard:
107-
108106
.. warning::
109107

110108
Once the new shard is active, ``mongosh`` and other clients must
111109
**always** connect to the ``mongos`` instance. Do not connect
112110
directly to the ``mongod`` instances. If your clients connect to
113111
shards directly, you may create data or metadata inconsistencies.
114112

113+
.. _convert-add-second-shard:
114+
115+
.. _configure-add-second-shard:
116+
115117
Add Second Shard
116118
~~~~~~~~~~~~~~~~
117119

0 commit comments

Comments
 (0)