scylladb / scylla-ansible-roles

Ansible roles for deploying and managing Scylla, Scylla-Manager and Scylla-Monitoring
44 stars 38 forks source link

ScyllaDB 5.2 nodes are created out of compliance with docs #280

Open lattwood opened 1 year ago

lattwood commented 1 year ago

Generally a "new default" is created by changing the default value used when decoding the config that is used in the absence of the value- not changing a config variable in a shipped configuration file.

This isn't an issue with this project but it's an issue with ScyllaDB's communication with downstream consumers/orchestrators, such as this ansible role.

https://www.scylladb.com/2023/05/04/scylladbs-path-to-strong-consistency-a-new-milestone/

image
tarzanek commented 1 year ago
consistent_cluster_management: true

should be added to scylla.yaml template

and ev. check if –consistent-cluster-management command line option to scylla binary is needed