Description of problem: In files /usr/share/doc/python3-ovirt-engine-sdk4/examples/upload_disk.py and /usr/share/doc/python3-ovirt-engine-sdk4/examples/download_disk.py is wrong import, which does not work anymore: download_disk.py:29:from ovirt_imageio_common import client download_disk.py:30:from ovirt_imageio_common import ui upload_disk.py:44:from ovirt_imageio_common import client upload_disk.py:45:from ovirt_imageio_common import ui If I correct it to from ovirt_imageio import xy, it works Version-Release number of selected component (if applicable): python3-ovirt-engine-sdk4-4.4.2-1.el8ev.x86_64 ovirt-imageio-common-2.0.2-2.el8ev.x86_64
Eyal posted a patch 2 weeks ago: https://gerrit.ovirt.org/c/108225
In order to verify the bug, just try to run the scripts and see if they work.
You are missing the 'ovirt-imageio-client' library, please install it and try again: $ sudo dnf install ovirt-imageio-client
Verified( ran scripts from host) on Versions: > ovirt-imageio-common-2.0.6-0.el8ev.x86_64 > python3-ovirt-engine-sdk4-4.4.3-1.el8ev.x86_64
This bugzilla is included in oVirt 4.4.1 release, published on July 8th 2020. Since the problem described in this bug report should be resolved in oVirt 4.4.1 release, it has been closed with a resolution of CURRENT RELEASE. If the solution does not work for you, please open a new bug report.