Skip to content
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

Fix role re-balancing for large deployments #214

Open
carlcsaposs-canonical opened this issue Apr 4, 2024 · 1 comment
Open

Fix role re-balancing for large deployments #214

carlcsaposs-canonical opened this issue Apr 4, 2024 · 1 comment
Labels
24.10-2/beta Bugs targeted to be fixed for 2/beta on 24.10 enhancement New feature or request

Comments

@carlcsaposs-canonical
Copy link
Contributor

          This works fine for simple deployment where we only have 1 cluster. However, in large deployments (multiple clusters) - it doesn't seem like `if len(current_cluster_nodes) % 2 == 0` is enough, this must be tested against the full list of nodes of the fleet where `node.is_cm_eligible()`.

Originally posted by @Mehdi-Bendriss in #209 (comment)

Copy link
Contributor

github-actions bot commented Apr 4, 2024

@phvalguima phvalguima added enhancement New feature or request 24.10-2/beta Bugs targeted to be fixed for 2/beta on 24.10 labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
24.10-2/beta Bugs targeted to be fixed for 2/beta on 24.10 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants