I have an existing Cassandra cluster with the following setup:
- DC1
- Node1
- Node2
- Node3
- DC2
- Node4
- Node5
- Node6
Current seeds list in all nodes' yamls is "Node1, Node4"
I would like to add one more node from each datacenter to the seed list, i.e. I would like the seed list to be "Node1, Node2, Node4, Node5"
Is it just a matter of modifying the yaml file on each node to add the new seeds, then restarting each node? Or is there more to 'making' a node be a seed?