fix(xo-vmdk-to-vhd): improve compatibilty of ova with disk bigger than 8.2GB (#7183)

following #7047, from https://xcp-ng.org/forum/topic/7946/ova-export-not-functional?_=1700051758755

ova exported from xo with more than 8.2G data per disk can't be imported in virtual box 

tar-stream@3 pack and entry are now streams
This commit is contained in:
Florent BEAUCHAMP
2023-11-15 16:23:33 +01:00
committed by GitHub
parent 511908bb7d
commit 9ca3f3df26
3 changed files with 14 additions and 20 deletions
+2
View File
@@ -15,6 +15,7 @@
- [Backup/Restore] In case of snapshot with memory, create the suspend VDI on the correct SR instead of the default one
- [Import/ESXi] Handle `Cannot read properties of undefined (reading 'perDatastoreUsage')` error when importing VM without storage (PR [#7168](https://github.com/vatesfr/xen-orchestra/pull/7168))
- [Export/OVA] Handle export with resulting disk larger than 8.2GB (PR [#7183](https://github.com/vatesfr/xen-orchestra/pull/7183))
### Packages to release
@@ -36,6 +37,7 @@
- @xen-orchestra/backups patch
- @xen-orchestra/vmware-explorer patch
- xo-server-netbox minor
- xo-vmdk-to-vhd patch
- xo-web patch
<!--packages-end-->