The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
Nicolas Raynaud aed09b152a
fix(import/ova): speedup the import of gziped vmdk disks nested in .ova (#5275)
This the followup to #5085

Avoid unzipping the entire file from the beginning before each read.
The test case when from 10min down to 26 seconds.

When reading a block from the gzipped file, we keep the current state in memory, if the next read happens at an offset greater than the previous read, we just carry one decompressing the file until the desired position.

The previous code would decompress from the start of the file for every read operation.
2020-09-28 15:42:55 +02:00
@vates fix(coalesce-calls/README): fix import 2020-06-29 15:39:14 +02:00
@xen-orchestra fix(fs/S3): support 50GB+ files (#5242) 2020-09-27 20:49:41 +02:00
docs feat(docs/backup_troubleshooting): SR_OPERATION_NOT_SUPPORTED (#5232) 2020-08-28 11:49:47 +02:00
flow-typed feat(backup NG): ability to cancel a running job (#3053) 2018-06-22 09:10:10 +02:00
packages fix(import/ova): speedup the import of gziped vmdk disks nested in .ova (#5275) 2020-09-28 15:42:55 +02:00
scripts feat(travis-tests): dont stop on first failure on master 2020-09-10 16:42:56 +02:00
.editorconfig chore(.editorconfig): uniformize indent to 2 spaces 2019-02-04 18:01:09 +01:00
.env.example feat(@xen-orchestra/fs): add unit tests (#3736) 2018-12-04 16:36:10 +01:00
.eslintrc.js feat(backups-cli): lowlevel tool to help with backups (#4556) 2019-10-11 14:48:37 +02:00
.flowconfig feat(backup NG): ability to cancel a running job (#3053) 2018-06-22 09:10:10 +02:00
.gitignore feat(@xen-orchestra/fs): add unit tests (#3736) 2018-12-04 16:36:10 +01:00
.prettierrc.js chore: update dev dependencies 2020-06-03 11:03:03 +02:00
.travis.yml fix(Travis CI): use Node 12 (#5147) 2020-07-09 15:51:22 +02:00
babel.config.js fix(tests): run all test with Babel 7 2018-05-28 18:18:44 +02:00
book.json fix(book.json): test version superior than 3 2016-07-04 18:11:38 +02:00
CHANGELOG.md feat: release 5.50.3 (#5272) 2020-09-17 16:19:30 +02:00
CHANGELOG.unreleased.md fix(import/ova): speedup the import of gziped vmdk disks nested in .ova (#5275) 2020-09-28 15:42:55 +02:00
CODE_OF_CONDUCT.md chore: format Markdown files with Prettier 2019-12-04 17:18:47 +01:00
ISSUE_TEMPLATE.md chore: format Markdown files with Prettier 2019-12-04 17:18:47 +01:00
package.json fix(fs/S3): support 50GB+ files (#5242) 2020-09-27 20:49:41 +02:00
PULL_REQUEST_TEMPLATE.md feat(PULL_REQUEST_TEMPLATE): remove strikethrough 2019-12-02 16:21:04 +01:00
README.md fix README title and also update installation doc (#4198) 2019-05-09 09:34:36 +02:00
yarn.lock chore: update dependencies 2020-09-07 10:26:51 +02:00

Xen Orchestra Build Status

Installation

XOA or manual install procedure is available here

License

AGPL3 © Vates SAS