feat(backups): write and merge block concurrency are now configurable (#6416)

This commit is contained in:
Florent BEAUCHAMP
2022-09-16 14:54:33 +02:00
committed by GitHub
parent ad02700b51
commit 9da65b6c7c
7 changed files with 38 additions and 7 deletions

View File

@@ -8,6 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Backup] Improve listing speed by updating caches instead of regenerating them on backup creation/deletion (PR [#6411](https://github.com/vatesfr/xen-orchestra/pull/6411))
- [Backup] Add `mergeBlockConcurrency` and `writeBlockConcurrency` to allow tuning of backup resources consumptions (PR [#6416](https://github.com/vatesfr/xen-orchestra/pull/6416))
### Bug fixes
@@ -34,6 +35,7 @@
<!--packages-start-->
- @xen-orchestra/backups minor
- vhd-lib minor
- xo-server-auth-saml patch
- xo-web patch