ovn-kubernetes: Playbook hangs on OVS Docker network setup | Run setup_ovs_docker script
The playbook currently hangs in the step OVS Docker network setup | Run setup_ovs_docker script. This step should have a timeout of 120 seconds but it has been running for about half an hour now and has not completed yet.
On my Windows node I see that the script is still running, though it does not seem to do anything. The log file at C:\Program Files\Cloudbase Solutions\Open vSwitch\logs\ovs-vswitchd.log
just keeps repeating the following logout put several times per second:
2018-11-13T10:50:09.792Z|00001|vlog|INFO|opened log file C:\Program Files\Cloudbase Solutions\Open vSwitch\logs\ovs-vswitchd.log
2018-11-13T10:50:09.794Z|00002|ovs_numa|INFO|Discovered 0 NUMA nodes and 0 CPU cores
2018-11-13T10:50:09.794Z|00003|reconnect|INFO|unix:C:\ProgramData\openvswitch\db.sock: connecting…
2018-11-13T10:50:09.795Z|00004|reconnect|INFO|unix:C:\ProgramData\openvswitch\db.sock: connected
I am using a Windows Server 1803 instance on AWS for the setup.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 33 (33 by maintainers)
Hi @lanoxx , the order of your interfaces is weird. Could you please try switching the index from 0 to 1 here and try running again? https://github.com/openvswitch/ovn-kubernetes/blob/f38e154d8a8735f5dc2054f09c69eb29cad8f5b4/contrib/roles/windows/kubernetes/tasks/set_ip_facts.yml#L24-L27