diff --git a/Importation-Images-QCOW2.md b/Importation-Images-QCOW2.md new file mode 100644 index 0000000..69de3e7 --- /dev/null +++ b/Importation-Images-QCOW2.md @@ -0,0 +1,18 @@ +Possibilité de la faire depuis l'interface Admin. + +OU! + +On the hypervisor where the files are located, install the required packages: + + dnf install ovirt-imageio-client python3-ovirt-engine-sdk4 + +And upload the image: + + python3 /usr/share/doc/python3-ovirt-engine-sdk4/examples/upload_disk.py \ + --engine-url https://my.engine/ \ + --username admin@internal \ + --password-file /path/to/password/file \ + --cafile /path/to/cafile \ + --sd-name my-storage-domain \ + --disk-sparse \ + /path/to/image.qcow2 \ No newline at end of file