feat(xapi/VDI_exportContent): create XAPI task during NBD export (#7228)

See zammad#19003
This commit is contained in:
Mathieu
2023-12-19 19:16:44 +01:00
committed by GitHub
parent c40e71ed49
commit e66bcf2a5c
3 changed files with 58 additions and 13 deletions
+1
View File
@@ -16,6 +16,7 @@
- [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))
- [Backup] Show if disk is differential or full in incremental backups (PR [#7222](https://github.com/vatesfr/xen-orchestra/pull/7222))
- [VDI] Create XAPI task during NBD export (PR [#7228](https://github.com/vatesfr/xen-orchestra/pull/7228))
### Bug fixes