File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ To set ``enableUserWriteBlocking ``, the ``mongosync `` user must have a
2
+ role that includes the ``setUserWriteBlockMode `` and
3
+ ``bypassWriteBlockingMode `` ActionTypes.
Original file line number Diff line number Diff line change @@ -19,12 +19,14 @@ Description
19
19
20
20
Starts the synchronization between a source and destination cluster.
21
21
22
- Requirement
23
- -----------
22
+ Requirements
23
+ ------------
24
24
25
25
To use the ``start`` endpoint, ``mongosync`` must be in the ``IDLE``
26
26
state.
27
27
28
+ .. include:: /includes/fact-write-blocking-requirement.rst
29
+
28
30
Request
29
31
-------
30
32
Original file line number Diff line number Diff line change @@ -209,9 +209,7 @@ with ``reversible`` and ``enableUserWriteBlocking`` set to ``true``.
209
209
The options must be set when replication begins, they cannot be updated
210
210
later.
211
211
212
- To set ``enableUserWriteBlocking``, the ``mongosync`` user must have a
213
- role that includes the ``setUserWriteBlockMode`` and
214
- ``bypassWriteBlockingMode`` ActionTypes.
212
+ .. include:: /includes/fact-write-blocking-requirement.rst
215
213
216
214
Examples
217
215
--------
You can’t perform that action at this time.
0 commit comments