Hi All.

I'm using version 4.4.4 (latest stable version - ovirt-node-ng-installer-4.4.4-2020122111.el8.iso)

I tried using the upload_disk.py script, but I don't think I knew how to use it.

When I try to use it, these errors occur:

python3 /usr/share/doc/python3-ovirt-engine-sdk4/examples/upload_disk.py disk01-SO.qcow2 --disk-format qcow2 --sd-name ISOs
usage: upload_disk.py [-h] -c CONFIG [--debug] [--logfile LOGFILE]
                      [--disk-format {raw,qcow2}] [--disk-sparse]
                      [--enable-backup] --sd-name SD_NAME [--use-proxy]
                      [--max-workers MAX_WORKERS] [--buffer-size BUFFER_SIZE]
                      filename
upload_disk.py: error: the following arguments are required: -c/--config


Using the upload_disk.py help:

python3 upload_disk.py --help
-c CONFIG, --config CONFIG
                        Use engine connection details from [CONFIG] section in
                        ~/.config/ovirt.conf.

This CONFIG, is the API access configuration for authentication? Because analyzing the script I did not find this information.

Does this new version work differently or am I doing something wrong?  

In the sdk_4.3 version of upload_disk.py I had to change the script to add the access information, but it worked.

[root@engineteste01 ~]# python3 upload_disk.py disk01-SO.qcow2
Checking image...
Disk format: qcow2
Disk content type: data
Connecting...
Creating disk...
Creating transfer session...
Uploading image...
Uploaded 20.42%
Uploaded 45.07%
Uploaded 68.89%
Uploaded 94.45%
Uploaded 2.99g in 42.17 seconds (72.61m/s)
Finalizing transfer session...
Upload completed successfully
[root@engineteste01 ~]#

Thank you all!!

-- 
Att,
Jorge Visentini
+55 55 98432-9868