-
Notifications
You must be signed in to change notification settings - Fork 273
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
[Backup] Limit bandwith utilisation of a backup run #4119
Comments
@julien-f @olivierlambert I would like to second this request. Any thoughts on a timeline for this issue? I was going to open a new issue but found this one from a year ago. I have just 5 VMs in one location that are running nightly Continuous Replication jobs over a 100/100 mbit connection and it saturates it completely making nothing else work (i.e. VPN, Website access, etc). |
Shouldn't be difficult to implement, I'm adding this to the June release roadmap. |
Awesome! Thank you. It would be a great help. |
Any updates on this issue? I really need this because my backups are throttling my line since I use a remote site for backups. |
Hi! No update because it's not a priority right now (improving backup perfs is a priority, but by doing that we might be able to do the opposite too, as requested here). But as usual, contributions are welcome 👍 Also, a support ticket might help to raise the priority. Until then, take a look at |
Any updates? |
@julien-f maybe it's a simple modification for @fbeauchamp to implement this summer? |
I don't see any easy way to implement this. The more I think about it, the more I believe the best answer is at OS level. |
maybe we can change |
Also what's the restriction perimeter? Overall backup speed per XOA/Proxy or per backup job? Or per disk? |
For me the limit would be specified in Mbit/s if possible. |
And by what? (cf my previous comment) |
In our case we would need to set this at the job, we have a specific job backing up all the VM's on this offsite xcp-ng server. |
the easiest to implement will be by backup transfer. then by backup job execution. |
Yeah that sounds about right, that should do it. Then we'll be able to set like 500Mbit limit on that job and we'll make sure the others still have half the bandwidth available. |
This needs to be per job for the most part. The reasoning is that when a
backup job runs it doesn't eat all available bandwidth. Limiting per disk
isn't really helpful as you could be transfering multiple disks. Same for
VMs as multiples vould be transferred thus eating more than the requested
bamdwidth. If it is limited per job, bandwidth can be predictably
controlled while transferring the data over the network during business
operations.
…On Wed, Jun 15, 2022, 4:41 AM Olivier Lambert ***@***.***> wrote:
Also what's the restriction perimeter? Overall backup speed per XOA/Proxy
or per backup job? Or per disk?
—
Reply to this email directly, view it on GitHub
<#4119 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFVAGWZQEWTEBSQK6GW6NFTVPGJMDANCNFSM4HDQXYQA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Ok, we will work on implementing a transfer speed limitation inside a backup run. All other use cases (global limit, global limit for a specific remote, global limit for a specific pool) will not be implemented, and if needed, should be looked at the OS level. |
That sounds perfect, thanks guys! |
Bumping this as another customer has requested it. |
Related to #4119 The UI side is still missing.
@julien-f why it's reopened? |
It would be very useful if it was possible to set a limit on the transfer speeds for specific backup schedules. The limit could also be scheduled so that during "hot times" it could be a low limit and high or no limit on "cold" times.
Some examples:
The text was updated successfully, but these errors were encountered: