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

[controller] Fix max volumes per node and R/W map #19

Merged
merged 2 commits into from
Mar 26, 2024

Conversation

ViktorKram
Copy link
Contributor

@ViktorKram ViktorKram commented Mar 14, 2024

Signed-off-by: Viktor Kramarenko viktor.kramarenko@flant.com

Description

In a really high PVC amount scenario there is a chance to face Volume limit and concurrent map access problems.

Why do we need it, and what problem does it solve?

It solves the volume limit and concurrent map access problems.

What is the expected result?

Any amount of volumes might be attached to a node. No errors with concurrent map access.

Checklist

  • The code is covered by unit tests.
  • e2e tests passed.
  • Documentation updated according to the changes.
  • Changes were tested in the Kubernetes cluster manually.

Signed-off-by: Viktor Kramarenko <viktor.kramarenko@flant.com>
@ViktorKram ViktorKram added the bug Something isn't working label Mar 14, 2024
@ViktorKram ViktorKram self-assigned this Mar 14, 2024
Signed-off-by: Viktor Kramarenko <viktor.kramarenko@flant.com>
@ViktorKram ViktorKram changed the title [controller] Fix max volumes per node [controller] Fix max volumes per node and R/W map Mar 22, 2024
@ViktorKram ViktorKram merged commit 1e1ad1e into main Mar 26, 2024
3 checks passed
@ViktorKram ViktorKram deleted the v-kramarenko-fixed-volumes-count branch March 26, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants