mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
* feat(qcow2): improve generation speed the idea is to build a bit index of the clusters to store them efficiently instead of going through all the possible blocks 3 times at different phases of the generation. The memory consumption is 2MB/TB of disk this index generation can still be quite long , so we use setImmediate from time to time to le the rest of the nodejs event loop run also make this index phase abortable
@xen-orchestra/xapi
Install
Installation of the npm package:
npm install --save @xen-orchestra/xapi
Contributions
Contributions are very welcomed, either on the documentation or on the code.
You may:
- report any issue you've encountered;
- fork and create a pull request.