File: vdi-stream-536202fc2f0a4d0a.yaml

package info (click to toggle)
python-os-xenapi 0.3.4-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,012 kB
  • sloc: python: 8,137; sh: 2,154; makefile: 45
file content (12 lines) | stat: -rw-r--r-- 521 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
---
features:
  - |
    The os-xenapi library now supports the VDI streaming feature which will
    allow the library user to create XenServer VDI from a gzipped image data
    stream; or create gzipped image data stream from a specified XenServer
    VDI.

    By comparing to the existing dom0 glance plugin, the image data gets
    processed on the fly via streams. So it doesn't create intermediate files.
    And it completely uses the formal VDI import or export APIs when it
    exchanges VDI data with XenServer.