File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ intersphinx = [
11
11
" https://www.mongodb.com/docs/compass/current/objects.inv" ,
12
12
" https://www.mongodb.com/docs/database-tools/objects.inv" ,
13
13
" https://www.mongodb.com/docs/mongodb-shell/objects.inv" ,
14
+ " https://www.mongodb.com/docs/cluster-to-cluster-sync/current/objects.inv" ,
14
15
]
15
16
16
17
# toc_landing_pages are pages that have pages nested beneath them
Original file line number Diff line number Diff line change @@ -18,9 +18,10 @@ Definition
18
18
The ``setUserWriteBlockMode`` command blocks and unblocks writes to
19
19
the entire cluster.
20
20
21
- During cluster to cluster replication , ``mongosync``, the cluster to
22
- cluster synchronization tool, uses ``setUserWriteBlockMode`` command
21
+ During cluster-to- cluster sync , ``mongosync``, the cluster-to-cluster
22
+ synchronization tool, uses the ``setUserWriteBlockMode`` command
23
23
to block writes on the destination cluster.
24
+ For more information, see the HTTP API :ref:`start <c2c-api-start>` command.
24
25
25
26
.. note::
26
27
You can’t perform that action at this time.
0 commit comments