Skip to content

Commit 4ff8692

Browse files
committed
Reworked the example of using external arbiter
Updated Split a rs across data centers to focus on PSA architecture Added references to this setup in cross-site replication docs
1 parent b44b8e5 commit 4ff8692

11 files changed

Lines changed: 341 additions & 579 deletions

docs/arbiter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ replsets:
107107

108108
Find the description of other available options in the [replsets.nonvoting section](operator.md#replsetsnonvotingenabled) of the [Custom Resource options reference](operator.md).
109109

110-
Note that you can add a non-voting node in the edge location through the `externalNodes` option. Please see [cross-site replication documentation](replication.md#voting-topologies-for-cross-site-replication) for details.
110+
Note that you can add a non-voting node or an external arbiter in another location through the `externalNodes` option. See [cross-site replication](replication.md#voting-members-across-sites) and [Splitting a replica set across multiple data centers](replication-multi-dc.md) for details.
111111

112112
## Hidden nodes
113113

docs/assets/images/replication-pods-external-arbiter.svg

Lines changed: 0 additions & 101 deletions
This file was deleted.

docs/operator.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -663,11 +663,7 @@ The [priority :octicons-link-external-16:](https://docs.mongodb.com/manual/refer
663663

664664
### `replsets.externalNodes.arbiterOnly`
665665

666-
<<<<<<< HEAD
667-
Defines whether this [external replset instance](replication-main.md) acts as an [arbiter :octicons-link-external-16:](https://www.mongodb.com/docs/manual/core/replica-set-arbiter/) and makes an odd number of voting members in the multi-cluster setup.
668-
=======
669-
Defines whether this [external replset instance](replication-external-arbiter.md) acts as an [arbiter :octicons-link-external-16:](https://www.mongodb.com/docs/manual/core/replica-set-arbiter/) and makes an odd number of voting members in the multi-cluster setup. Available with the Operator version 1.23.0+.
670-
>>>>>>> Potential fix for pull request finding
666+
Defines whether this [external replset instance](replication-multi-dc.md) acts as an [arbiter :octicons-link-external-16:](https://www.mongodb.com/docs/manual/core/replica-set-arbiter/) and makes an odd number of voting members in the multi-cluster setup. Available with the Operator version 1.23.0+.
671667

672668
| Value type | Example |
673669
| ----------- | ---------- |

0 commit comments

Comments
 (0)