Skip to content

Commit 01d261d

Browse files
author
David Scott
committed
Document that there is no use_compression flag for imports
Signed-off-by: David Scott <[email protected]>
1 parent e7cb0b2 commit 01d261d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

xen-api/importexport.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ restore | if `true`, the import is treated as replacing the original VM - th
4141
force | if `true`, any checksum failures will be ignored (the default is to destroy the VM if a checksum error is detected)
4242
sr_id | the reference of an SR into which the VM should be imported. The default behavior is to import into the `Pool.default_SR`
4343

44+
Note there is no need to specify whether the export is compressed, as Xapi
45+
will automatically detect and decompress gzip-encoded streams.
46+
4447
For example, again using cURL:
4548

4649
```sh

0 commit comments

Comments
 (0)