-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Prevent us from running rs.initiate on set members #389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Or else it's very tempting to run rs.initiate() on new replica set members, "as above".
Thanks for the feedback, I've made the following change that I hope clarifies this problem: 29bfce5 I look forward to seeing your feedback in the future. Regards, |
mongo-cr-bot
pushed a commit
that referenced
this pull request
Feb 7, 2022
* DOCS-14895 improved operator counter precision * Internal review updates
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-37071 Duplicate Key Error FAQ * JD feedback
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-37071 Duplicate Key Error FAQ * JD feedback
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
May 22, 2025
* DOCSP-37071 Duplicate Key Error FAQ * JD feedback
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 2, 2025
* init * first draft * edit * edits * wording
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
The link will point to the page created in 10gen/docs-mongodb-internal#9403 <!-- Add a description of your PR here (optional) --> - [DOCSP-437467(https://jira.mongodb.org/browse/DOCSP-43747) - STAGING: - https://deploy-preview-389--10gen-docs-ops-manager.netlify.app/core/installation-checklist/#will-you-use-ldap-for-user-authenticate-to-onprem- - https://deploy-preview-389--10gen-docs-ops-manager.netlify.app/tutorial/configure-mongodb-agent-for-ldap/ - https://deploy-preview-389--10gen-docs-ops-manager.netlify.app/tutorial/enable-ldap-authentication-for-group/ - https://deploy-preview-389--10gen-docs-ops-manager.netlify.app/tutorial/manage-projects/ - https://deploy-preview-389--10gen-docs-ops-manager.netlify.app/tutorial/configure-mongodb-agent-for-kerberos/ - https://deploy-preview-389--10gen-docs-ops-manager.netlify.app/tutorial/configure-mongodb-agent-for-x509/ ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 11, 2025
…389) * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings page * (DOCSP-11285) Added Sample Dashboard section to Charts Settings Co-authored-by: Jocelyn Mendez <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 25, 2025
* DOCSP-24433: SEO meta descriptions
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 30, 2025
* DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components in go pages * DOCSP-42960: Removing nested components spacing updates * DOCSP-42960: Removing nested components fixing rst error (cherry picked from commit cb6466d)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Or else it's very tempting to run rs.initiate()
on new replica set members, "as above".