Hi,

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:

....
futex(0x7fc03e47a9e8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, 
{tv_sec=1629103636, tv_nsec=938478000}, FUTEX_BITSET_MATCH_ANY) = -1 ETIMEDOUT 
(Connection timed out)
futex(0x7fc03e47aa40, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7fc03e47a9e8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, 
{tv_sec=1629103636, tv_nsec=943557000}, FUTEX_BITSET_MATCH_ANY) = -1 ETIMEDOUT 
(Connection timed out)
futex(0x7fc03e47aa40, FUTEX_WAKE_PRIVATE, 1) = 0
futex(0x7fc03e47a9e8, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, 
{tv_sec=1629103636, tv_nsec=948631000}, FUTEX_BITSET_MATCH_ANY) = -1 ETIMEDOUT 
(Connection timed out)
futex(0x7fc03e47aa40, FUTEX_WAKE_PRIVATE, 1) = 0
...

API via a simple curl worked fine, in another host (still Centos8, oVirt 4.4) 
with the module version 4.4.14 everything works fine. Downgrading the python 
module from 4.4.15 to 4.4.14 via pip3 fixed the problem.

What could be the problem and it could be related to the recent branches split 
(I doubt but...).

Regards,
Francesco
_______________________________________________
Devel mailing list -- devel@ovirt.org
To unsubscribe send an email to devel-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/JPY7YXTGMT7ZI3UD4PEULWP3AS5J7BFP/

Reply via email to