On Mon, Aug 16, 2021 at 12:38 PM francesco--- via Devel <devel(a)ovirt.org> wrote:
in a new deployed host (Centos8, oVirt 4.4) with python module
ovirt-engine-sdk-python 4.4.15 I was unable to use the Python SDK API. The script hanged
in the connection test, with the following strace:
Which script?
What was the output of the script?
Most scripts log to example.log, do you have any clue there?
Some scripts support --debug option to log more info to the log. Did you use it?
If you run strace, use:
strace -f -tt -T -o output.strace command ...
And share the complete trace.
This will show all threads/child processes and add timestamps and syscalls
elapsed times.
Nir