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

Problem with quorum saving (no TieBreakers added for resources) #427

Open
duckhawk opened this issue Nov 11, 2024 · 1 comment
Open

Problem with quorum saving (no TieBreakers added for resources) #427

duckhawk opened this issue Nov 11, 2024 · 1 comment

Comments

@duckhawk
Copy link

In version 1.29.2, I am observing a problem with preserving the number of replicas. Previously, we were using version 1.24. In it, we added a controller that monitored the number of replicas and added a TieBreaker if there were fewer than 3 replicas.

According to the changelog in version 1.29.2, the number of replicas should increase automatically. But I see from my tests that this is not the case.

  • I add a resource with 2 replicas.
  • I delete the diskless replica, if it exists.
  • I expect a TieBreaker to be added, but this does not happen.
    If our custom controller attempts to add a TieBreaker, it immediately goes into the Deleting state and gets stuck there until the resource definition is completely removed or the node with the TieBreaker is rebooted.

Manipulations with the DrbdOptions/auto-add-quorum-tiebreaker parameter do not change the situation, and the controller forcefully sets it to true after the restart.

Is this expected behavior?

@rp-
Copy link
Contributor

rp- commented Nov 12, 2024

What properties do the resource-group or resource-definition have?

If you say you deleted the diskless, do you mean you deleted a resource with the State Diskless or was it by any chance a Tiebreaker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants