fix(OVA import): fix tar file size parsing (#3941)

Avoids relying on PAX header, uses a weird encoding in the normal filesize header.

Fixes #3900
This commit is contained in:
Nicolas Raynaud
2019-02-07 14:51:38 -07:00
committed by Julien Fontanet
parent e484b073e1
commit 0a63acac73
3 changed files with 50 additions and 49 deletions

View File

@@ -9,6 +9,7 @@
### Bug fixes
- [Import] Fix import of big OVA files
- [Host] Show the host's memory usage instead of the sum of the VMs' memory usage (PR [#3924](https://github.com/vatesfr/xen-orchestra/pull/3924))
- [SAML] Make `AssertionConsumerServiceURL` matches the callback URL
- [Backup NG] Correctly delete broken VHD chains [#3875](https://github.com/vatesfr/xen-orchestra/issues/3875) (PR [#3939](https://github.com/vatesfr/xen-orchestra/pull/3939))