Files
Xen-Orchestra-xen-orchestra…/@xen-orchestra/xapi
Florent BEAUCHAMP b32fd39c19 fix(qcow2): improve qcow2 stream index computation (used for backup/replication and export) (#10333)
* 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
2026-09-10 13:49:32 +02:00
..
2023-02-06 11:25:12 +01:00
2023-07-10 16:45:31 +02:00
2023-07-10 16:45:31 +02:00
2022-02-18 17:11:52 +01:00
2023-11-20 14:32:44 +01:00
2026-09-01 16:26:11 +02:00
2023-02-06 11:25:12 +01:00
2023-07-10 16:45:31 +02:00
2023-07-10 16:45:31 +02:00

@xen-orchestra/xapi

Package Version License PackagePhobia Node compatibility

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.

License

AGPL-3.0-or-later © Vates SAS