Open
Description
@johnelse is currently working on adding compression support in VDI.export
operation. Historically, only VM.export
had it.
This is presented as an extra parameter in the URL, like for VM.export
, using &use_compression=gzip
or &use_compression=zstd
. In the CR job, we should:
- enable compression choice (like in backup/DR view)
- call the URL with the right compression parameter
Note: right now, compression will be only available on XCP-ng, until Citrix decides to use it or not. Apply the same UI warnings we did for backup/DR, but this time for any compression used (no compression support on XenServer for now)