Oct 06 09:38:14 edpm-compute-0 systemd[1]: Starting ovn_controller container... Oct 06 09:38:14 edpm-compute-0 podman[53086]: 2025-10-06 09:38:14.648242961 +0000 UTC m=+0.171386041 container init f802855b116f0bc4b33b50ec089f0ef9fa9aa1afe114bb86f3e6afe58991fe00 (image=quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified, name=ovn_controller, org.label-schema.build-date=20251001, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, maintainer=OpenStack Kubernetes Operator team, config_data={'depends_on': ['openvswitch.service'], 'environment': {'KOLLA_CONFIG_STRATEGY': 'COPY_ALWAYS'}, 'healthcheck': {'mount': '/var/lib/openstack/healthchecks/ovn_controller', 'test': '/openstack/healthcheck'}, 'image': 'quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified', 'net': 'host', 'privileged': True, 'restart': 'always', 'user': 'root', 'volumes': ['/lib/modules:/lib/modules:ro', '/run:/run', '/var/lib/openvswitch/ovn:/run/ovn:shared,z', '/var/lib/kolla/config_files/ovn_controller.json:/var/lib/kolla/config_files/config.json:ro', '/var/lib/openstack/cacerts/ovn/tls-ca-bundle.pem:/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:ro,z', '/var/lib/openstack/certs/ovn/default/ca.crt:/etc/pki/tls/certs/ovndbca.crt:ro,z', '/var/lib/openstack/certs/ovn/default/tls.crt:/etc/pki/tls/certs/ovndb.crt:ro,z', '/var/lib/openstack/certs/ovn/default/tls.key:/etc/pki/tls/private/ovndb.key:ro,Z', '/var/lib/openstack/healthchecks/ovn_controller:/openstack:ro,z']}, container_name=ovn_controller, managed_by=edpm_ansible, config_id=ovn_controller, io.buildah.version=1.41.3, tcib_build_tag=88dc57612f447daadb492dcf3ad854ac, tcib_managed=true) Oct 06 09:38:14 edpm-compute-0 ovn_controller[53100]: + sudo -E kolla_set_configs Oct 06 09:38:14 edpm-compute-0 podman[53086]: 2025-10-06 09:38:14.683149797 +0000 UTC m=+0.206292797 container start f802855b116f0bc4b33b50ec089f0ef9fa9aa1afe114bb86f3e6afe58991fe00 (image=quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified, name=ovn_controller, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.41.3, config_data={'depends_on': ['openvswitch.service'], 'environment': {'KOLLA_CONFIG_STRATEGY': 'COPY_ALWAYS'}, 'healthcheck': {'mount': '/var/lib/openstack/healthchecks/ovn_controller', 'test': '/openstack/healthcheck'}, 'image': 'quay.io/podified-antelope-centos9/openstack-ovn-controller:current-podified', 'net': 'host', 'privileged': True, 'restart': 'always', 'user': 'root', 'volumes': ['/lib/modules:/lib/modules:ro', '/run:/run', '/var/lib/openvswitch/ovn:/run/ovn:shared,z', '/var/lib/kolla/config_files/ovn_controller.json:/var/lib/kolla/config_files/config.json:ro', '/var/lib/openstack/cacerts/ovn/tls-ca-bundle.pem:/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem:ro,z', '/var/lib/openstack/certs/ovn/default/ca.crt:/etc/pki/tls/certs/ovndbca.crt:ro,z', '/var/lib/openstack/certs/ovn/default/tls.crt:/etc/pki/tls/certs/ovndb.crt:ro,z', '/var/lib/openstack/certs/ovn/default/tls.key:/etc/pki/tls/private/ovndb.key:ro,Z', '/var/lib/openstack/healthchecks/ovn_controller:/openstack:ro,z']}, managed_by=edpm_ansible, org.label-schema.build-date=20251001, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, config_id=ovn_controller, maintainer=OpenStack Kubernetes Operator team, tcib_build_tag=88dc57612f447daadb492dcf3ad854ac, tcib_managed=true, container_name=ovn_controller) Oct 06 09:38:14 edpm-compute-0 edpm-start-podman-container[53086]: ovn_controller Oct 06 09:38:14 edpm-compute-0 edpm-start-podman-container[53085]: Creating additional drop-in dependency for "ovn_controller" (f802855b116f0bc4b33b50ec089f0ef9fa9aa1afe114bb86f3e6afe58991fe00) Oct 06 09:38:15 edpm-compute-0 systemd[1]: Started ovn_controller container. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: INFO:__main__:Loading config file at /var/lib/kolla/config_files/config.json Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: INFO:__main__:Validating config file Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: INFO:__main__:Kolla config strategy set to: COPY_ALWAYS Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: INFO:__main__:Writing out command to execute Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: ++ cat /run_command Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + CMD='/usr/bin/ovn-controller --pidfile unix:/run/openvswitch/db.sock -p /etc/pki/tls/private/ovndb.key -c /etc/pki/tls/certs/ovndb.crt -C /etc/pki/tls/certs/ovndbca.crt ' Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + ARGS= Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + sudo kolla_copy_cacerts Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: Running command: '/usr/bin/ovn-controller --pidfile unix:/run/openvswitch/db.sock -p /etc/pki/tls/private/ovndb.key -c /etc/pki/tls/certs/ovndb.crt -C /etc/pki/tls/certs/ovndbca.crt ' Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + [[ ! -n '' ]] Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + . kolla_extend_start Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + echo 'Running command: '\''/usr/bin/ovn-controller --pidfile unix:/run/openvswitch/db.sock -p /etc/pki/tls/private/ovndb.key -c /etc/pki/tls/certs/ovndb.crt -C /etc/pki/tls/certs/ovndbca.crt '\''' Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + umask 0022 Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: + exec /usr/bin/ovn-controller --pidfile unix:/run/openvswitch/db.sock -p /etc/pki/tls/private/ovndb.key -c /etc/pki/tls/certs/ovndb.crt -C /etc/pki/tls/certs/ovndbca.crt Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00001|reconnect|INFO|unix:/run/openvswitch/db.sock: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00002|reconnect|INFO|unix:/run/openvswitch/db.sock: connected Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00003|main|INFO|OVN internal version is : [24.03.7-20.33.0-76.8] Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00004|main|INFO|OVS IDL reconnected, force recompute. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00005|reconnect|INFO|ssl:ovsdbserver-sb.openstack.svc:6642: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00006|main|INFO|OVNSB IDL reconnected, force recompute. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00007|reconnect|INFO|ssl:ovsdbserver-sb.openstack.svc:6642: connected Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00008|features|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00009|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00010|features|INFO|OVS Feature: ct_zero_snat, state: supported Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00011|features|INFO|OVS Feature: ct_flush, state: supported Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00012|features|INFO|OVS Feature: dp_hash_l4_sym_support, state: supported Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00013|reconnect|INFO|unix:/run/openvswitch/db.sock: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00014|main|INFO|OVS feature set changed, force recompute. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00015|ofctrl|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00016|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00017|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00018|reconnect|INFO|unix:/run/openvswitch/db.sock: connected Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00019|features|INFO|OVS DB schema supports 4 flow table prefixes, our IDL supports: 4 Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00020|main|INFO|Setting flow table prefixes: ip_src, ip_dst, ipv6_src, ipv6_dst. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00021|rconn|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00022|ofctrl|INFO|ofctrl-wait-before-clear is now 8000 ms (was 0 ms) Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00023|main|INFO|OVS OpenFlow connection reconnected,force recompute. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00024|main|INFO|OVS feature set changed, force recompute. Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00001|pinctrl(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00002|rconn(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00001|statctrl(ovn_statctrl3)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting to switch Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00002|rconn(ovn_statctrl3)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connecting... Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00003|rconn(ovn_pinctrl0)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected Oct 06 09:38:15 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:15Z|00003|rconn(ovn_statctrl3)|INFO|unix:/var/run/openvswitch/br-int.mgmt: connected Oct 06 09:38:45 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:45Z|00025|memory|INFO|16384 kB peak resident set size after 29.9 seconds Oct 06 09:38:45 edpm-compute-0 ovn_controller[53100]: 2025-10-06T09:38:45Z|00026|memory|INFO|idl-cells-OVN_Southbound:239 idl-cells-Open_vSwitch:471 ofctrl_desired_flow_usage-KB:5 ofctrl_installed_flow_usage-KB:4 ofctrl_sb_flow_ref_usage-KB:2