The global orchestration solution to manage and backup XCP-ng and XenServer.
Go to file
Julien Fontanet ee99ef6264
feat(vhd-lib): createContentStream (#3086)
Export the raw content of the VHD as a stream.

This features is exposed in CLI: `vhd-cli raw input.vhd output.raw`

Related to #3083

Perf comparison between qemu-img and our vhd-cli to convert a 10GiB VHD file to raw:

```
> time qemu-img convert -f vpc -O raw origin.vhd expected.raw
1.40user 15.19system 1:01.88elapsed 26%CPU (0avgtext+0avgdata 24264maxresident)k
20979008inputs+20971520outputs (12major+4648minor)pagefaults 0swaps
> time vhd-cli raw origin.vhd actual.raw
21.97user 16.03system 1:09.11elapsed 54%CPU (0avgtext+0avgdata 65208maxresident)k
20956008inputs+20972448outputs (1major+754101minor)pagefaults 0swaps

> md5sum *.raw
b55ec6924be750edd2423e4a7aa262c3  actual.raw
b55ec6924be750edd2423e4a7aa262c3  expected.raw
```
2018-06-20 17:53:20 +02:00
@xen-orchestra feat(fs): 0.1.0 2018-06-15 15:26:48 +02:00
flow-typed feat(delta NG): check VDIs before export (#3069) 2018-06-15 15:22:12 +02:00
packages feat(vhd-lib): createContentStream (#3086) 2018-06-20 17:53:20 +02:00
scripts fix(normalize-packages): homepage for scoped packages 2018-04-15 23:41:27 +02:00
.editorconfig chore: global EditorConfig 2017-01-11 12:03:14 +01:00
.eslintrc.js fix: missing ESLint config changes 2018-04-05 16:15:26 +02:00
.flowconfig chore(xo-server): improve scheduling code (#2695) 2018-02-28 15:59:19 +01:00
.gitignore chore(xen-api/examples): update deps 2018-06-08 15:36:29 +02:00
.prettierrc.js fix(prettierrc): add trailingComma to avoid conflicts with eslint (#2744) 2018-03-09 11:55:02 +01:00
.travis.yml chore: major VHD code restructuring (#2808) 2018-05-14 13:48:16 +02:00
babel.config.js fix(tests): run all test with Babel 7 2018-05-28 18:18:44 +02:00
CHANGELOG.md fix(XapiStats/iowait): don't scale XAPI values (#3079) 2018-06-19 16:16:07 +02:00
CODE_OF_CONDUCT.md feat: add code of conduct 2018-03-06 10:18:05 +01:00
ISSUE_TEMPLATE.md chore: fix issue template 2018-02-08 09:55:00 +01:00
package.json chore(package): require yarn >1.7 2018-05-29 16:29:14 +02:00
PULL_REQUEST_TEMPLATE.md chore(PR template): should reference issue 2018-06-07 12:14:58 +02:00
README.md chore: xen-orchestra is now the main repo 2018-02-07 10:40:09 +01:00
yarn.lock fix(tests): run all test with Babel 7 2018-05-28 18:18:44 +02:00

Xen Orchestra Chat with us Build Status

Installation

XOA or manual install procedure is available here

License

AGPL3 © Vates SAS