On Thu, Apr 27, 2017 at 3:13 PM, Evgheni Dereveanchin <ederevea@redhat.com> wrote:Test failed: 002_bootstrap/add_hosts Link to suspected patches:https://gerrit.ovirt.org/76107 - ssl: change default libraryLink to job:VDSM log:http://jenkins.ovirt.org/job/test-repo_ovirt_experimental_m aster/6491/artifact/exported-a rtifacts/basic-suit-master-el7 /test_logs/basic-suite-master/ post-002_bootstrap.py/lago- basic-suite-master-host0/_var_ log/vdsm/vdsm.log Error snippet from VDSM log, this repeats on each connection attempt from Engine side:<error>2017-04-27 06:39:27,768-0400 INFO (Reactor thread) [ProtocolDetector.AcceptorImpl] Accepted connection from ::ffff:192.168.201.3:49530 (protocoldetector:74) 2017-04-27 06:39:27,898-0400 ERROR (Reactor thread) [vds.dispatcher] uncaptured python exception, closing channel <yajsonrpc.betterAsyncore.Dispatcher connected ('::ffff:192.168.201.3', 49530, 0, 0) at 0x1cc3b00> (<class 'socket.error'>:Address family not supported by protocol [/usr/lib64/python2.7/asyncore .py|readwrite|110] [/usr/lib64/python2.7/asyncore .py|handle_write_event|468] [/usr/lib/python2.7/site-packa ges/yajsonrpc/betterAsyncore. py|handle_write|70] [/usr/lib/python2.7/site-packa ges/yajsonrpc/betterAsyncore. py|_delegate_call|149] [/usr/lib/python2.7/site-packa ges/vdsm/sslutils.py|handle_ write|213] [/usr/lib/python2.7/site-packa ges/vdsm/sslutils.py|_handle_ io|223] [/usr/lib/python2.7/site-packa ges/vdsm/sslutils.py|_verify_ host|237] [/usr/lib/python2.7/site-packa ges/vdsm/sslutils.py|compare_ names|249]) (betterAsyncore:160) </error>This means that what we have in the certificate do not match the source address we get. I suspect that we issue the certificate for 192.168.201.3 but when we get ::ffff:192.168.201.3.The change was verified in the env when ipv4 is used. I pushed a revert [1] for now so we can work on fixing the issue.
[1] https://gerrit.ovirt.org/#/c/76160 --Regards,Evgheni Dereveanchin