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

Introduce max simultanous src/dest actions #1423

Closed
PrivatePuffin opened this issue Oct 15, 2024 · 1 comment
Closed

Introduce max simultanous src/dest actions #1423

PrivatePuffin opened this issue Oct 15, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@PrivatePuffin
Copy link

Describe the feature you'd like to have.
I would like settings to adjust the maximum simultanous dest and/or src actions ran by volsync.

What is the value to the end user? (why is it a priority?)
There are cases where a lot of volumes need to be send or received (backup for example) and not all storage backends like too many snapshotting actions for example.

By being able to volsync-wide limit the amount of actions, users with high demands would adjust accordingly.

How will we know we have a good solution? (acceptance criteria)

When users with high demands can adjust this, without it affecting current users or any defaults.

Additional context

@PrivatePuffin PrivatePuffin added the enhancement New feature or request label Oct 15, 2024
@tesshuflower
Copy link
Contributor

I don't think VolSync wants to start keeping track of this - currently there is no global view of all replicationsource/dests in the VolSync controller.

I'd suggest you could try spreading out the schedules, or looking at something like resource quotas for the resources (volumesnapshots?) that you are having issues with: https://kubernetes.io/docs/concepts/policy/resource-quotas/#object-count-quota

@tesshuflower tesshuflower closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants