feat(backups,xo-server,xo-web): make NBD concurrency configurable

This commit is contained in:
Florent Beauchamp
2023-12-19 15:28:32 +01:00
committed by Julien Fontanet
parent fc1357db93
commit 847ad63c09
6 changed files with 38 additions and 2 deletions
+1
View File
@@ -14,6 +14,7 @@
- [REST API] _Mirror Backup_ jobs are available at `/backup/jobs/mirror`
- [Plugin/auth-saml] Add _Force re-authentication_ setting [Forum#67764](https://xcp-ng.org/forum/post/67764) (PR [#7232](https://github.com/vatesfr/xen-orchestra/pull/7232))
- [HTTP] `http.useForwardedHeaders` setting can be enabled when XO is behind a reverse proxy to fetch clients IP addresses from `X-Forwarded-*` headers [Forum#67625](https://xcp-ng.org/forum/post/67625) (PR [#7233](https://github.com/vatesfr/xen-orchestra/pull/7233))
- [Backup]Use multiple link to speedup NBD backup (PR [#7216](https://github.com/vatesfr/xen-orchestra/pull/7216))
### Bug fixes