Done
Details
Details
Assignee
ege.gunes
ege.gunesReporter
Tomislav Plavcic
Tomislav PlavcicLabels
Needs QA
Yes
Fix versions
Affects versions
Priority
Created September 1, 2021 at 8:43 AM
Updated March 5, 2024 at 4:48 PM
Resolved September 18, 2021 at 8:18 AM
There are some combinations which are not currently checked/disallowed:
the cluster is managed - externalNodes specified for replicas but nodes are not exposed (we don't complain currently)
if sharding is enabled and externalNodes specified for rs0 - we should probably insist that config rs also has external nodes specified (and vice versa)
validation for votes and priority connection (Non-voting (i.e. votes is 0) members must have priority of 0.) - this is mongodb rule
-if cluster is unmanaged - should we disallow specifying external nodes (currently we don't check)?- for this one decided that it wouldn't be good because when migrating from unmanaged to managed
If I find some others I'll add to this list.