-
Notifications
You must be signed in to change notification settings - Fork 179
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
Add notes about system_auth RF configuration to the documentation #1419
Add notes about system_auth RF configuration to the documentation #1419
Conversation
/hold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The content looks good; I've left minor comments.
I can't check how it renders until #1418 is merged.
59efaa7
to
5e37d24
Compare
5e37d24
to
30c4087
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one nit
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rzetelskik, zimnx The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
30c4087
to
1ba653c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
1ba653c
to
eb5096f
Compare
I changed the MyST syntax back to recommonmark to decouple from #1418. |
/lgtm /hold cancel |
Description of your changes: As per https://opensource.docs.scylladb.com/stable/operating-scylla/procedures/cluster-management/add-node-to-cluster.html, users having ScyllaDB configured with
authenticator
set toPasswordAuthenticator
, need to manually setsystem_auth
's RF after every topology change. This PR adds a note mentioning that to our docs. It also merges scale out / scale down parts of the doc to avoid repetition.Which issue is resolved by this Pull Request:
Resolves #1358