Skip to content

Commit 31f09fa

Browse files
author
Dave Cuthbert
authored
DOCSP-23576 enableUserWriteBlock requirements (#58)
* DOCSP-23576 enableUserWriteBlock requirements * Review feedback
1 parent 9a7f4d3 commit 31f09fa

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
To set ``enableUserWriteBlocking``, the ``mongosync`` user must have a
2+
role that includes the ``setUserWriteBlockMode`` and
3+
``bypassWriteBlockingMode`` ActionTypes.

source/reference/api/start.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ Description
1919

2020
Starts the synchronization between a source and destination cluster.
2121

22-
Requirement
23-
-----------
22+
Requirements
23+
------------
2424

2525
To use the ``start`` endpoint, ``mongosync`` must be in the ``IDLE``
2626
state.
2727

28+
.. include:: /includes/fact-write-blocking-requirement.rst
29+
2830
Request
2931
-------
3032

source/reference/mongosync.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ with ``reversible`` and ``enableUserWriteBlocking`` set to ``true``.
209209
The options must be set when replication begins, they cannot be updated
210210
later.
211211

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
215213

216214
Examples
217215
--------

0 commit comments

Comments
 (0)