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

Allow max concurrency per VDI/disk in backup jobs #4490

Closed
ghost opened this issue Sep 5, 2019 · 2 comments
Closed

Allow max concurrency per VDI/disk in backup jobs #4490

ghost opened this issue Sep 5, 2019 · 2 comments
Assignees
Milestone

Comments

@ghost
Copy link

ghost commented Sep 5, 2019

It would be very valuable to be able to set concurrency for backing up the individual VDIs/disks within one backup job. This is especially important for remotes and SR's that use spinning disks drives.

Example:
I have set concurrency for backup jobs to 1 but disks within each job are still transferred in parallel.
image

The VM has 4 disks assigned and all disks are transferred in parallel, which is eating up unnecessary I/O. The remote storage for the backups is using spinning disks, so concurrent I/O is not optimal.
image

@julien-f julien-f added this to the Backup Proxy 1 milestone Sep 5, 2019
@julien-f julien-f self-assigned this Sep 5, 2019
@olivierlambert olivierlambert modified the milestones: Backup Proxy 1, backup Sep 14, 2023
@fbeauchamp
Copy link
Collaborator

there is a diskPerVmConcurrencyimplemented by #6787 for this ( not exposed in the UI for now)

@olivierlambert
Copy link
Member

Good enough to me 👍 Closing!

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

3 participants