ovn-org / ovn

Open Virtual Network
Apache License 2.0
497 stars 244 forks source link

ovn-controller might miss openflow for ovs table 9【ls_in_port_sec_ip】 #181

Open sjaliang opened 1 year ago

sjaliang commented 1 year ago

hi, create a vm to ls in a new cluster's compute node, and find 'ovs-ofctl dump-flows br-int table=9' is empty, Have some one had any of these problems? and what are the possible reasons?

0880c4c807108193fc12 0880c4c807108193bc13

ovs version

ovs 2.17.5 ovs DB Schema 8.3.0

ovn version ovn 22.03.1 OpenFlow versions 0x6:0x6 SB DB Schema 20.21.0

thinks!

hzhou8 commented 1 year ago

@sjaliang , thanks for reporting the issue. Some questions:

  1. Did VM creation on this node work before since the last ovn-controller restart?
  2. Does it recover if you restart ovn-controller or OVS?
sjaliang commented 1 year ago

hzhou8, thinks reply 1、 no other vm is in this node before, this is a new node, the vm is first created to this node through Online migration from other node.
2、it can recover if restart ovs-vswitchd or ovn-controller .

numansiddique commented 1 year ago

Seems like I-P bug in ovn-controller.

How easy is to reproduce this issue?

If so can you please enable debug logs in ovn-controller just before triggering the issue ?

And once the issue is reproduced can you run - ovn-appctl -t ovn-controller recompute

Please see if the issue gets fixed after running the above command.

And share the ovn-controller logs ?

You can enable debug logs as

Thanks

hzhou8 commented 1 year ago

Yes, as mentioned by @numansiddique , enable dbg logs of ovn-controller, and then trigger recompute. Then from the dbg logs we can see what flows were missing. I am suspecting that probably all the common/default flows are missing, due to possible bugs of race condition during initialization. Logs would help confirming that.

sjaliang commented 1 year ago

2023-03-21T05:39:57.370Z|00054|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:39:57.370Z|03004|jsonrpc|DBG|unix#18: received request, method="inc-engine/recompute", params=[], id=0 2023-03-21T05:39:57.370Z|03005|unixctl|DBG|received request inc-engine/recompute[], id=0 2023-03-21T05:39:57.370Z|03006|inc_proc_eng|INFO|User triggered force recompute. 2023-03-21T05:39:57.370Z|03007|unixctl|DBG|replying with success, id=0: "" 2023-03-21T05:39:57.370Z|03008|jsonrpc|DBG|unix#18: send reply, result="", id=0 2023-03-21T05:39:57.370Z|03009|poll_loop|DBG|wakeup due to 0-ms timeout at lib/inc-proc-eng.c:525 (0% CPU usage) 2023-03-21T05:39:57.370Z|03010|inc_proc_eng|DBG|Initializing new run 2023-03-21T05:39:57.370Z|03011|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_address_set, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03012|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: addr_sets, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03013|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_group, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03014|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ofctrl_is_connected, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03015|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_open_vswitch, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03016|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_bridge, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03017|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_qos, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03018|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_chassis, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03019|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_datapath_binding, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03020|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_binding, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03021|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_port, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03022|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_interface, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03023|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: runtime_data, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03024|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: port_groups, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03025|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: non_vif_data, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03026|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_multicast_group, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03027|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_mac_binding, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03028|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_flow, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03029|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_dp_group, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03030|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcp_options, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03031|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcpv6_options, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03032|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dns, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03033|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_load_balancer, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03034|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_fdb, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03035|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_meter, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03036|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: logical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03037|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ct_zones, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03038|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_encap, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03039|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: mff_ovn_geneve, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03040|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: physical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03041|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:39:57.370Z|03042|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_address_set, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|00055|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:39:57.371Z|03043|inc_proc_eng|DBG|controller/ovn-controller.c:1522: node: addr_sets, old_state Stale, new_state Updated 2023-03-21T05:39:57.371Z|03044|inc_proc_eng|DBG|node: addr_sets, recompute (forced) took 0ms 2023-03-21T05:39:57.371Z|03045|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_group, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03046|inc_proc_eng|DBG|controller/ovn-controller.c:1035: node: ofctrl_is_connected, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03047|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_open_vswitch, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03048|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_bridge, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03049|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_qos, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03050|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_chassis, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03051|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_datapath_binding, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03052|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_binding, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03053|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_port, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03054|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_interface, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03055|inc_proc_eng|DBG|controller/ovn-controller.c:1323: node: runtime_data, old_state Stale, new_state Updated 2023-03-21T05:39:57.371Z|03056|inc_proc_eng|DBG|node: runtime_data, recompute (forced) took 0ms 2023-03-21T05:39:57.371Z|03057|inc_proc_eng|DBG|controller/ovn-controller.c:1713: node: port_groups, old_state Stale, new_state Updated 2023-03-21T05:39:57.371Z|03058|inc_proc_eng|DBG|node: port_groups, recompute (forced) took 0ms 2023-03-21T05:39:57.371Z|03059|inc_proc_eng|DBG|controller/ovn-controller.c:2185: node: non_vif_data, old_state Stale, new_state Updated 2023-03-21T05:39:57.371Z|03060|inc_proc_eng|DBG|node: non_vif_data, recompute (forced) took 0ms 2023-03-21T05:39:57.371Z|03061|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_multicast_group, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03062|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_mac_binding, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03063|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_flow, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03064|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_dp_group, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03065|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcp_options, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03066|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcpv6_options, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03067|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dns, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03068|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_load_balancer, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03069|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_fdb, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03070|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_meter, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.371Z|03071|extend_table|DBG|ovn_extend_info_del_lflow_ref: name string: uuid d396c9d8-16b6-47d0-b8b4-e685609b751a kbps stats bands=type=drop rate=20000000, lflow d396c9d8-16b6-47d0-b8b4-e685609b751a n 1 2023-03-21T05:39:57.371Z|03072|extend_table|DBG|ovn_extend_table_delete_desired: string: uuid d396c9d8-16b6-47d0-b8b4-e685609b751a kbps stats bands=type=drop rate=20000000, d396c9d8-16b6-47d0-b8b4-e685609b751a 2023-03-21T05:39:57.371Z|03073|extend_table|DBG|ovn_extend_info_del_lflow_ref: name string: uuid c51ec3b8-26e2-498b-bf64-d99a94161ac2 kbps stats bands=type=drop rate=20000000, lflow c51ec3b8-26e2-498b-bf64-d99a94161ac2 n 1 2023-03-21T05:39:57.371Z|03074|extend_table|DBG|ovn_extend_table_delete_desired: string: uuid c51ec3b8-26e2-498b-bf64-d99a94161ac2 kbps stats bands=type=drop rate=20000000, c51ec3b8-26e2-498b-bf64-d99a94161ac2 2023-03-21T05:39:57.371Z|03075|extend_table|DBG|ovn_extend_info_del_lflow_ref: name string: uuid 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 kbps stats bands=type=drop rate=10000000, lflow 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 n 1 2023-03-21T05:39:57.371Z|03076|extend_table|DBG|ovn_extend_table_delete_desired: string: uuid 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 kbps stats bands=type=drop rate=10000000, 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 2023-03-21T05:39:57.371Z|03077|extend_table|DBG|ovn_extend_info_del_lflow_ref: name string: uuid 49705d52-672b-45da-9c26-624d89949ae5 kbps stats bands=type=drop rate=20000000, lflow 49705d52-672b-45da-9c26-624d89949ae5 n 1 2023-03-21T05:39:57.371Z|03078|extend_table|DBG|ovn_extend_table_delete_desired: string: uuid 49705d52-672b-45da-9c26-624d89949ae5 kbps stats bands=type=drop rate=20000000, 49705d52-672b-45da-9c26-624d89949ae5 2023-03-21T05:39:57.371Z|03079|extend_table|DBG|ovn_extend_info_del_lflow_ref: name string: uuid 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 kbps stats bands=type=drop rate=10000000, lflow 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 n 1 2023-03-21T05:39:57.371Z|03080|extend_table|DBG|ovn_extend_table_delete_desired: string: uuid 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 kbps stats bands=type=drop rate=10000000, 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 2023-03-21T05:39:57.371Z|03081|extend_table|DBG|ovn_extend_info_del_lflow_ref: name string: uuid 38415053-42c9-4869-b075-643e5b1b3e50 kbps stats bands=type=drop rate=20000000, lflow 38415053-42c9-4869-b075-643e5b1b3e50 n 1 2023-03-21T05:39:57.371Z|03082|extend_table|DBG|ovn_extend_table_delete_desired: string: uuid 38415053-42c9-4869-b075-643e5b1b3e50 kbps stats bands=type=drop rate=20000000, 38415053-42c9-4869-b075-643e5b1b3e50 2023-03-21T05:39:57.371Z|03083|ofctrl|DBG|ofctrl_add_flow flow: cookie=b17ee900, table_id=50, priority=103, reg10=0x1000/0x1000,reg15=0x1,metadata=0x1, actions=drop 2023-03-21T05:39:57.371Z|03084|lflow|DBG|lflow cc81ae81-da5d-4e17-b3fd-b73d1d0f2117 matches inport/outport c7500ffb-42d1-4acc-9be2-16292ca97560 that's not local, skip 2023-03-21T05:39:57.371Z|03085|ofctrl|DBG|ofctrl_add_flow flow: cookie=2cf04f02, table_id=32, priority=50, reg6=0xc12/0xfff,metadata=0x1,dl_dst=0a:58:00:00:00:01, actions=set_field:0x7->reg15,resubmit(,37) 2023-03-21T05:39:57.371Z|03086|lflow|DBG|lflow dce68982-d455-4447-a5de-1cdff5b90205 matches inport/outport d9415420-0cb5-4a00-a31c-b929cbc166b7 that's not local, skip 2023-03-21T05:39:57.371Z|03087|lflow|DBG|lflow 30395243-557b-43fd-a15d-925abe11b612 matches inport/outport ac0ae8b9-77eb-458e-8c41-8f20f3177795 that's not local, skip 2023-03-21T05:39:57.371Z|03088|lflow|DBG|lflow c4f5aec3-53b1-47c2-843f-7ff4deb94109 matches inport/outport c7500ffb-42d1-4acc-9be2-16292ca97560 that's not local, skip 2023-03-21T05:39:57.371Z|03089|ofctrl|DBG|ofctrl_add_flow flow: cookie=95fca343, table_id=40, priority=110, metadata=0x1,dl_src=26:62:e1:ca:f4:ff, actions=resubmit(,41) 2023-03-21T05:39:57.371Z|03090|lflow|DBG|lflow 35e87243-1d61-4153-8776-5e40f9cb7e0d matches inport/outport ffaf65f1-4d7d-4f5e-9d96-b1998beeddad that's not local, skip 2023-03-21T05:39:57.372Z|03091|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1800/0x1c00, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03092|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1c00/0x1e00, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03093|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1ff8/0x1ffc, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03094|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1100/0x1f00, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03095|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1e00/0x1f00, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03096|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1080/0x1f80, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03097|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,dl_vlan=1, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03098|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1400/0x1c00, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03099|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1ff0/0x1ff8, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03100|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1fc0/0x1fe0, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03101|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1020/0x1fe0, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03102|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1010/0x1ff0, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03103|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1008/0x1ff8, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03104|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,dl_vlan=4094, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03105|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1ffc/0x1ffe, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03106|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1004/0x1ffc, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03107|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1f00/0x1f80, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03108|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1200/0x1e00, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03109|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1040/0x1fc0, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03110|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1fe0/0x1ff0, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03111|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1002/0x1ffe, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03112|ofctrl|DBG|ofctrl_add_flow flow: cookie=14d27b45, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x1f80/0x1fc0, actions=move:NXM_OF_VLAN_TCI[0..11]->NXM_NX_REG6[0..11],resubmit(,9) 2023-03-21T05:39:57.372Z|03113|ofctrl|DBG|ofctrl_add_flow flow: cookie=81e30445, table_id=8, priority=98, reg14=0x3,metadata=0x1, actions=set_field:0xc12/0xfff->reg6,resubmit(,9) 2023-03-21T05:39:57.372Z|03114|lflow|DBG|lflow 7e4bcc05-55b8-4821-9d70-d4252b3b29f2 matches inport/outport ffaf65f1-4d7d-4f5e-9d96-b1998beeddad that's not local, skip 2023-03-21T05:39:57.372Z|03115|ofctrl|DBG|ofctrl_add_flow flow: cookie=48003746, table_id=50, priority=99, reg15=0x1,metadata=0x1, actions=drop 2023-03-21T05:39:57.372Z|03116|ofctrl|DBG|ofctrl_add_flow flow: cookie=db96846, table_id=30, priority=0, metadata=0x1, actions=resubmit(,31) 2023-03-21T05:39:57.372Z|03117|ofctrl|DBG|ofctrl_add_flow flow: cookie=9a270a07, table_id=14, priority=110, metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00, actions=resubmit(,15) 2023-03-21T05:39:57.372Z|03118|ofctrl|DBG|ofctrl_add_flow flow: cookie=bbde5f87, table_id=50, priority=0, metadata=0x1, actions=resubmit(,64) 2023-03-21T05:39:57.372Z|03119|lflow|DBG|lflow 41f2d888-926c-467b-a2ba-a71eee3790b1 matches inport/outport ac0ae8b9-77eb-458e-8c41-8f20f3177795 that's not local, skip 2023-03-21T05:39:57.372Z|03120|ofctrl|DBG|ofctrl_add_flow flow: cookie=7e13ce08, table_id=32, priority=50, reg6=0xc12/0xfff,metadata=0x1,dl_dst=0a:58:00:00:00:05, actions=set_field:0x8->reg15,resubmit(,37) 2023-03-21T05:39:57.372Z|03121|lflow|DBG|lflow 51966c89-c0ae-4744-891e-6fc3a4e86980 matches inport/outport ac0ae8b9-77eb-458e-8c41-8f20f3177795 that's not local, skip 2023-03-21T05:39:57.372Z|03122|ofctrl|DBG|ofctrl_add_flow flow: cookie=da3fbf09, table_id=15, priority=120, sctp,reg0=0x4/0x4,metadata=0x1, actions=move:NXM_OF_IP_DST[]->NXM_NX_XXREG0[64..95],move:OXM_OF_SCTP_DST[]->NXM_NX_XXREG0[32..47],ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.372Z|03123|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,ipv6_src=fe80::/10,icmp_type=132, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03124|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,ipv6_src=fe80::/10,icmp_type=130, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03125|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=136,icmp_code=0, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03126|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,ipv6_src=fe80::/10,icmp_type=131, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03127|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=135,icmp_code=0, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03128|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=133,icmp_code=0, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03129|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=134,icmp_code=0, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03130|ofctrl|DBG|ofctrl_add_flow flow: cookie=73e14d09, table_id=40, priority=110, icmp6,metadata=0x1,ipv6_dst=ff02::16,icmp_type=143, actions=resubmit(,41) 2023-03-21T05:39:57.372Z|03131|ofctrl|DBG|ofctrl_add_flow flow: cookie=a8f43a09, table_id=42, priority=110, ipv6,reg0=0x4/0x4,metadata=0x1, actions=ct(table=43,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.372Z|03132|ofctrl|DBG|ofctrl_add_flow flow: cookie=a8f43a09, table_id=42, priority=110, ip,reg0=0x4/0x4,metadata=0x1, actions=ct(table=43,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.372Z|03133|ofctrl|DBG|ofctrl_add_flow flow: cookie=689ee6ca, table_id=14, priority=110, metadata=0x1,dl_dst=26:62:e1:ca:f4:ff, actions=resubmit(,15) 2023-03-21T05:39:57.372Z|03134|lflow|DBG|lflow 1c67940a-b33a-403a-b1f4-671143828755 matches inport/outport d9415420-0cb5-4a00-a31c-b929cbc166b7 that's not local, skip 2023-03-21T05:39:57.372Z|03135|ofctrl|DBG|ofctrl_add_flow flow: cookie=33515bce, table_id=14, priority=111, ipv6,reg14=0x1,metadata=0x1, actions=resubmit(,15) 2023-03-21T05:39:57.372Z|03136|ofctrl|DBG|ofctrl_add_flow flow: cookie=33515bce, table_id=14, priority=111, ip,reg14=0x1,metadata=0x1, actions=resubmit(,15) 2023-03-21T05:39:57.372Z|03137|ofctrl|DBG|ofctrl_add_flow flow: cookie=922b1b0e, table_id=50, priority=100, reg6=0xc12/0xfff,reg15=0x3,metadata=0x1,vlan_tci=0x0000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.372Z|03138|ofctrl|DBG|ofctrl_add_flow flow: cookie=3b35780e, table_id=33, priority=0, metadata=0x1, actions=resubmit(,37) 2023-03-21T05:39:57.372Z|03139|ofctrl|DBG|ofctrl_add_flow flow: cookie=15ec3a0e, table_id=42, priority=100, ipv6,reg0=0x1/0x1,metadata=0x1, actions=ct(table=43,zone=NXM_NX_REG13[0..15]) 2023-03-21T05:39:57.373Z|03140|ofctrl|DBG|ofctrl_add_flow flow: cookie=15ec3a0e, table_id=42, priority=100, ip,reg0=0x1/0x1,metadata=0x1, actions=ct(table=43,zone=NXM_NX_REG13[0..15]) 2023-03-21T05:39:57.373Z|03141|ofctrl|DBG|ofctrl_add_flow flow: cookie=f476ba8e, table_id=9, priority=0, metadata=0x1, actions=resubmit(,10) 2023-03-21T05:39:57.373Z|03142|lflow|DBG|lflow 2d9cc0cf-d505-4af1-bb11-408c62f3184c matches inport/outport a37c32c2-ed61-4145-ad37-4611962b54ea that's not local, skip 2023-03-21T05:39:57.373Z|03143|ofctrl|DBG|ofctrl_add_flow flow: cookie=3760ae10, table_id=13, priority=111, ipv6,reg14=0x1,metadata=0x1, actions=resubmit(,14) 2023-03-21T05:39:57.373Z|03144|ofctrl|DBG|ofctrl_add_flow flow: cookie=3760ae10, table_id=13, priority=111, ip,reg14=0x1,metadata=0x1, actions=resubmit(,14) 2023-03-21T05:39:57.373Z|03145|ofctrl|DBG|ofctrl_add_flow flow: cookie=a03a4e91, table_id=50, priority=100, reg6=0xc12/0xfff,reg15=0x3,metadata=0x1,vlan_tci=0x1000/0x1000, actions=set_field:0x1->vlan_tci,resubmit(,64) 2023-03-21T05:39:57.373Z|03146|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: add new lflow_to_desired entry 49705d52-672b-45da-9c26-624d89949ae5 2023-03-21T05:39:57.373Z|03147|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: lflow 49705d52-672b-45da-9c26-624d89949ae5 use new item string: uuid 49705d52-672b-45da-9c26-624d89949ae5 kbps stats bands=type=drop rate=20000000, id 6 2023-03-21T05:39:57.373Z|03148|lflow|DBG|lflow 49705d52-672b-45da-9c26-624d89949ae5 port 1_8 in match is not local, skip 2023-03-21T05:39:57.373Z|03149|ofctrl|DBG|ofctrl_add_flow flow: cookie=3802e4d2, table_id=44, priority=65535, metadata=0x1, actions=resubmit(,45) 2023-03-21T05:39:57.373Z|03150|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: add new lflow_to_desired entry 38415053-42c9-4869-b075-643e5b1b3e50 2023-03-21T05:39:57.373Z|03151|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: lflow 38415053-42c9-4869-b075-643e5b1b3e50 use new item string: uuid 38415053-42c9-4869-b075-643e5b1b3e50 kbps stats bands=type=drop rate=20000000, id 1 2023-03-21T05:39:57.373Z|03152|lflow|DBG|lflow 38415053-42c9-4869-b075-643e5b1b3e50 port 1_4 in match is not local, skip 2023-03-21T05:39:57.373Z|03153|ofctrl|DBG|ofctrl_add_flow flow: cookie=dba8b13, table_id=15, priority=120, tcp6,reg0=0x4/0x4,metadata=0x1, actions=move:NXM_NX_IPV6_DST[]->NXM_NX_XXREG1[],move:NXM_OF_TCP_DST[]->NXM_NX_XXREG0[32..47],ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.373Z|03154|ofctrl|DBG|ofctrl_add_flow flow: cookie=c43ead14, table_id=49, priority=50, reg15=0x1,metadata=0x1, actions=resubmit(,50) 2023-03-21T05:39:57.373Z|03155|ofctrl|DBG|ofctrl_add_flow flow: cookie=a29c2e94, table_id=28, priority=0, metadata=0x1, actions=resubmit(,29) 2023-03-21T05:39:57.373Z|03156|ofctrl|DBG|ofctrl_add_flow flow: cookie=9abdf914, table_id=14, priority=0, metadata=0x1, actions=resubmit(,15) 2023-03-21T05:39:57.373Z|03157|ofctrl|DBG|ofctrl_add_flow flow: cookie=aab17315, table_id=8, priority=98, reg14=0x1,metadata=0x1, actions=drop 2023-03-21T05:39:57.373Z|03158|ofctrl|DBG|ofctrl_add_flow flow: cookie=7a81eed6, table_id=16, priority=65535, metadata=0x1, actions=resubmit(,17) 2023-03-21T05:39:57.373Z|03159|ofctrl|DBG|ofctrl_add_flow flow: cookie=42548416, table_id=18, priority=0, metadata=0x1, actions=resubmit(,19) 2023-03-21T05:39:57.373Z|03160|ofctrl|DBG|ofctrl_add_flow flow: cookie=55e56cd7, table_id=25, priority=0, metadata=0x1, actions=resubmit(,26) 2023-03-21T05:39:57.373Z|03161|ofctrl|DBG|ofctrl_add_flow flow: cookie=43053ed7, table_id=50, priority=100, reg6=0/0xfff,reg15=0x1,metadata=0x1, actions=resubmit(,64) 2023-03-21T05:39:57.373Z|03162|ofctrl|DBG|ofctrl_add_flow flow: cookie=5befb897, table_id=12, priority=0, metadata=0x1, actions=resubmit(,13) 2023-03-21T05:39:57.373Z|03163|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xff8/0xffc,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03164|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x1/0xfff,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03165|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x80/0xf80,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03166|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xffe/0xfff,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03167|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x4/0xffc,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03168|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x200/0xe00,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03169|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x800/0xc00,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03170|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xfe0/0xff0,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03171|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x10/0xff0,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03172|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x8/0xff8,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03173|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xe00/0xf00,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03174|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xfc0/0xfe0,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03175|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xffc/0xffe,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03176|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xff0/0xff8,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03177|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xf80/0xfc0,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03178|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x20/0xfe0,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03179|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xc00/0xe00,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03180|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x40/0xfc0,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03181|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x2/0xffe,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03182|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x400/0xc00,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03183|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0xf00/0xf80,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03184|ofctrl|DBG|ofctrl_add_flow flow: cookie=316c1d57, table_id=50, priority=100, reg6=0x100/0xf00,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x2000/0x2000->reg10,resubmit(,64) 2023-03-21T05:39:57.373Z|03185|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,ipv6_src=fe80::/10,icmp_type=132, actions=resubmit(,15) 2023-03-21T05:39:57.373Z|03186|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,ipv6_src=fe80::/10,icmp_type=130, actions=resubmit(,15) 2023-03-21T05:39:57.373Z|03187|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=136,icmp_code=0, actions=resubmit(,15) 2023-03-21T05:39:57.373Z|03188|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,ipv6_src=fe80::/10,icmp_type=131, actions=resubmit(,15) 2023-03-21T05:39:57.373Z|03189|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=135,icmp_code=0, actions=resubmit(,15) 2023-03-21T05:39:57.373Z|03190|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=133,icmp_code=0, actions=resubmit(,15) 2023-03-21T05:39:57.374Z|03191|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,nw_ttl=255,icmp_type=134,icmp_code=0, actions=resubmit(,15) 2023-03-21T05:39:57.374Z|03192|ofctrl|DBG|ofctrl_add_flow flow: cookie=b814f217, table_id=14, priority=110, icmp6,metadata=0x1,ipv6_dst=ff02::16,icmp_type=143, actions=resubmit(,15) 2023-03-21T05:39:57.374Z|03193|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: add new lflow_to_desired entry d396c9d8-16b6-47d0-b8b4-e685609b751a 2023-03-21T05:39:57.374Z|03194|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: lflow d396c9d8-16b6-47d0-b8b4-e685609b751a use new item __string: uuid d396c9d8-16b6-47d0-b8b4-e685609b751a kbps stats bands=type=drop rate=20000000, id 5 2023-03-21T05:39:57.374Z|03195|lflow|DBG|lflow d396c9d8-16b6-47d0-b8b4-e685609b751a port 1_8 in match is not local, skip 2023-03-21T05:39:57.374Z|03196|lflow|DBG|lflow 242870d8-c8cf-487e-b545-17838c5a262f matches inport/outport c7500ffb-42d1-4acc-9be2-16292ca97560 that's not local, skip 2023-03-21T05:39:57.374Z|03197|ofctrl|DBG|ofctrl_add_flow flow: cookie=d0b7c598, table_id=41, priority=111, ip,reg15=0x1,metadata=0x1, actions=resubmit(,42) 2023-03-21T05:39:57.374Z|03198|ofctrl|DBG|ofctrl_add_flow flow: cookie=d0b7c598, table_id=41, priority=111, ipv6,reg15=0x1,metadata=0x1, actions=resubmit(,42) 2023-03-21T05:39:57.374Z|03199|hmap|DBG|controller/lflow.c:315: 1 bucket with 6+ nodes, including 1 bucket with 6 nodes (32 nodes total across 32 buckets) 2023-03-21T05:39:57.374Z|03200|ofctrl|DBG|ofctrl_add_flow flow: cookie=3b4a258, table_id=13, priority=110, metadata=0x1,dl_dst=26:62:e1:ca:f4:ff, actions=resubmit(,14) 2023-03-21T05:39:57.374Z|03201|ofctrl|DBG|ofctrl_add_flow flow: cookie=bdf6ec18, table_id=50, priority=99, reg15=0x3,metadata=0x1, actions=drop 2023-03-21T05:39:57.374Z|03202|ofctrl|DBG|ofctrl_add_flow flow: cookie=54007758, table_id=32, priority=0, metadata=0x1, actions=set_field:0->reg15,resubmit(,71),resubmit(,33) 2023-03-21T05:39:57.374Z|03203|ofctrl|DBG|ofctrl_add_flow flow: cookie=9f1db9d8, table_id=10, priority=0, metadata=0x1, actions=resubmit(,11) 2023-03-21T05:39:57.374Z|03204|ofctrl|DBG|ofctrl_add_flow flow: cookie=d9c0b09a, table_id=31, priority=0, metadata=0x1, actions=resubmit(,32) 2023-03-21T05:39:57.374Z|03205|ofctrl|DBG|ofctrl_add_flow flow: cookie=6a16919a, table_id=41, priority=110, metadata=0x1,dl_src=26:62:e1:ca:f4:ff, actions=resubmit(,42) 2023-03-21T05:39:57.374Z|03206|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x80/0xf80,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03207|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xff0/0xff8,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03208|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x8/0xff8,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03209|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xe00/0xf00,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03210|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x40/0xfc0,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03211|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x200/0xe00,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03212|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xf00/0xf80,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03213|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xfe0/0xff0,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03214|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x4/0xffc,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03215|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x1/0xfff,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03216|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xc00/0xe00,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03217|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xffe/0xfff,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03218|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x800/0xc00,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03219|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x10/0xff0,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03220|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xf80/0xfc0,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03221|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xff8/0xffc,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03222|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xfc0/0xfe0,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03223|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x20/0xfe0,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03224|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x2/0xffe,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03225|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x100/0xf00,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03226|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0x400/0xc00,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03227|ofctrl|DBG|ofctrl_add_flow flow: cookie=78c9011a, table_id=50, priority=100, reg6=0xffc/0xffe,reg15=0x1,metadata=0x1,vlan_tci=0x1000/0x1000, actions=resubmit(,64) 2023-03-21T05:39:57.374Z|03228|lflow|DBG|lflow 2e684d5b-e67d-4eb7-bf48-a9db940729f4 matches inport/outport ffaf65f1-4d7d-4f5e-9d96-b1998beeddad that's not local, skip 2023-03-21T05:39:57.374Z|03229|ofctrl|DBG|ofctrl_add_flow flow: cookie=9657271b, table_id=15, priority=120, udp6,reg0=0x4/0x4,metadata=0x1, actions=move:NXM_NX_IPV6_DST[]->NXM_NX_XXREG1[],move:NXM_OF_UDP_DST[]->NXM_NX_XXREG0[32..47],ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.374Z|03230|ofctrl|DBG|ofctrl_add_flow flow: cookie=ab0eaa1b, table_id=43, priority=65535, metadata=0x1, actions=resubmit(,44) 2023-03-21T05:39:57.374Z|03231|ofctrl|DBG|ofctrl_add_flow flow: cookie=45474e5b, table_id=42, priority=0, metadata=0x1, actions=resubmit(,43) 2023-03-21T05:39:57.374Z|03232|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: add new lflow_to_desired entry 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 2023-03-21T05:39:57.374Z|03233|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: lflow 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 use new item string: uuid 011a859c-2cbf-4fe0-b046-4ba6aefb9ca5 kbps stats bands=type=drop rate=10000000, id 2 2023-03-21T05:39:57.374Z|03234|ofctrl|DBG|ofctrl_add_flow flow: cookie=11a859c, table_id=19, priority=1, reg14=0x3,metadata=0x1, actions=meter:2,resubmit(,20) 2023-03-21T05:39:57.374Z|03235|lflow|DBG|lflow d226875d-e44b-4d63-a586-a01e6754c3e5 matches inport/outport c7500ffb-42d1-4acc-9be2-16292ca97560 that's not local, skip 2023-03-21T05:39:57.374Z|03236|lflow|DBG|lflow 31404f1d-d246-4bf1-8949-46bbecbb1bed matches inport/outport a37c32c2-ed61-4145-ad37-4611962b54ea that's not local, skip 2023-03-21T05:39:57.374Z|03237|ofctrl|DBG|ofctrl_add_flow flow: cookie=c5616add, table_id=11, priority=0, metadata=0x1, actions=resubmit(,12) 2023-03-21T05:39:57.374Z|03238|ofctrl|DBG|ofctrl_add_flow flow: cookie=7c523dd, table_id=47, priority=100, ip,reg0=0x2/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label)),resubmit(,48) 2023-03-21T05:39:57.374Z|03239|ofctrl|DBG|ofctrl_add_flow flow: cookie=7c523dd, table_id=47, priority=100, ipv6,reg0=0x2/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label)),resubmit(,48) 2023-03-21T05:39:57.374Z|03240|ofctrl|DBG|ofctrl_add_flow flow: cookie=591151de, table_id=15, priority=100, ipv6,reg0=0x1/0x1,metadata=0x1, actions=ct(table=16,zone=NXM_NX_REG13[0..15]) 2023-03-21T05:39:57.374Z|03241|ofctrl|DBG|ofctrl_add_flow flow: cookie=591151de, table_id=15, priority=100, ip,reg0=0x1/0x1,metadata=0x1, actions=ct(table=16,zone=NXM_NX_REG13[0..15]) 2023-03-21T05:39:57.374Z|03242|ofctrl|DBG|ofctrl_add_flow flow: cookie=d57d035f, table_id=13, priority=0, metadata=0x1, actions=resubmit(,14) 2023-03-21T05:39:57.374Z|03243|lflow|DBG|lflow 30c53f60-4e64-4e13-aa28-863d9d88e094 matches inport/outport ac0ae8b9-77eb-458e-8c41-8f20f3177795 that's not local, skip 2023-03-21T05:39:57.375Z|03244|ofctrl|DBG|ofctrl_add_flow flow: cookie=568bc820, table_id=29, priority=0, metadata=0x1, actions=resubmit(,30) 2023-03-21T05:39:57.375Z|03245|ofctrl|DBG|ofctrl_add_flow flow: cookie=a54c69a1, table_id=46, priority=0, metadata=0x1, actions=resubmit(,47) 2023-03-21T05:39:57.375Z|03246|lflow|DBG|lflow 48dfaf61-2d93-4eb0-8290-1c607e412d4a matches inport/outport d9415420-0cb5-4a00-a31c-b929cbc166b7 that's not local, skip 2023-03-21T05:39:57.375Z|03247|lflow|DBG|lflow 2be13162-bf32-487e-9d8a-31c80230ab99 matches inport/outport c7500ffb-42d1-4acc-9be2-16292ca97560 that's not local, skip 2023-03-21T05:39:57.375Z|03248|ofctrl|DBG|ofctrl_add_flow flow: cookie=c6da40a2, table_id=49, priority=50, reg15=0x3,metadata=0x1, actions=resubmit(,50) 2023-03-21T05:39:57.375Z|03249|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: add new lflow_to_desired entry 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 2023-03-21T05:39:57.375Z|03250|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: lflow 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 use new item string: uuid 9d45e3e2-34c4-45d4-be5d-a3067eaf02c2 kbps stats bands=type=drop rate=10000000, id 3 2023-03-21T05:39:57.375Z|03251|ofctrl|DBG|ofctrl_add_flow flow: cookie=9d45e3e2, table_id=46, priority=1, reg15=0x3,metadata=0x1, actions=meter:3,resubmit(,47) 2023-03-21T05:39:57.375Z|03252|ofctrl|DBG|ofctrl_add_flow flow: cookie=570ee022, table_id=19, priority=0, metadata=0x1, actions=resubmit(,20) 2023-03-21T05:39:57.375Z|03253|ofctrl|DBG|ofctrl_add_flow flow: cookie=fe6b0423, table_id=8, priority=100, metadata=0x1,dl_src=01:00:00:00:00:00/01:00:00:00:00:00, actions=drop 2023-03-21T05:39:57.375Z|03254|ofctrl|DBG|ofctrl_add_flow flow: cookie=805429a3, table_id=23, priority=0, metadata=0x1, actions=resubmit(,24) 2023-03-21T05:39:57.375Z|03255|lflow|DBG|lflow 388a10a4-8146-4b70-9c24-e325cf20bbdc matches inport/outport a37c32c2-ed61-4145-ad37-4611962b54ea that's not local, skip 2023-03-21T05:39:57.375Z|03256|ofctrl|DBG|ofctrl_add_flow flow: cookie=dbb9a0e4, table_id=45, priority=0, metadata=0x1, actions=resubmit(,46) 2023-03-21T05:39:57.375Z|03257|ofctrl|DBG|ofctrl_add_flow flow: cookie=b2167225, table_id=33, priority=50, reg15=0,metadata=0x1, actions=set_field:0x8001->reg15,resubmit(,37) 2023-03-21T05:39:57.375Z|03258|ofctrl|DBG|ofctrl_add_flow flow: cookie=7d45bda5, table_id=32, priority=50, reg6=0xc12/0xfff,metadata=0x1,dl_dst=0a:58:00:00:00:04, actions=set_field:0x4->reg15,resubmit(,37) 2023-03-21T05:39:57.375Z|03259|lflow|DBG|lflow 9a478d65-7531-4e79-9c8f-fb6b6e89afb7 matches inport/outport d9415420-0cb5-4a00-a31c-b929cbc166b7 that's not local, skip 2023-03-21T05:39:57.375Z|03260|lflow|DBG|lflow c816e567-f060-4eee-80df-0e3743273472 matches inport/outport d9415420-0cb5-4a00-a31c-b929cbc166b7 that's not local, skip 2023-03-21T05:39:57.375Z|03261|ofctrl|DBG|ofctrl_add_flow flow: cookie=acdf7fe7, table_id=40, priority=110, metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00, actions=resubmit(,41) 2023-03-21T05:39:57.375Z|03262|ofctrl|DBG|ofctrl_add_flow flow: cookie=5220a2e7, table_id=17, priority=65535, metadata=0x1, actions=resubmit(,18) 2023-03-21T05:39:57.375Z|03263|ofctrl|DBG|ofctrl_add_flow flow: cookie=c0e265a7, table_id=27, priority=0, metadata=0x1, actions=resubmit(,28) 2023-03-21T05:39:57.375Z|03264|ofctrl|DBG|ofctrl_add_flow flow: cookie=d0419a8, table_id=41, priority=0, metadata=0x1, actions=resubmit(,42) 2023-03-21T05:39:57.375Z|03265|ofctrl|DBG|ofctrl_add_flow flow: cookie=af5624e9, table_id=33, priority=51, reg7=0x1,reg15=0,metadata=0x1, actions=set_field:0x1->reg15,resubmit(,37) 2023-03-21T05:39:57.375Z|03266|ofctrl|DBG|ofctrl_add_flow flow: cookie=f878e2e9, table_id=32, priority=50, reg6=0xc12/0xfff,metadata=0x1,dl_dst=0a:58:00:00:00:02, actions=set_field:0x2->reg15,resubmit(,37) 2023-03-21T05:39:57.375Z|03267|lflow|DBG|lflow b87be52a-0aaf-41e5-867a-3849781e20fd matches inport/outport a37c32c2-ed61-4145-ad37-4611962b54ea that's not local, skip 2023-03-21T05:39:57.375Z|03268|lflow|DBG|lflow 2737896b-ded3-4977-9a0e-6ece4788789c matches inport/outport ac0ae8b9-77eb-458e-8c41-8f20f3177795 that's not local, skip 2023-03-21T05:39:57.375Z|03269|ofctrl|DBG|ofctrl_add_flow flow: cookie=c3de8c6b, table_id=40, priority=111, ip,reg15=0x1,metadata=0x1, actions=resubmit(,41) 2023-03-21T05:39:57.375Z|03270|ofctrl|DBG|ofctrl_add_flow flow: cookie=c3de8c6b, table_id=40, priority=111, ipv6,reg15=0x1,metadata=0x1, actions=resubmit(,41) 2023-03-21T05:39:57.375Z|03271|ofctrl|DBG|ofctrl_add_flow flow: cookie=59f1532b, table_id=8, priority=99, reg14=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0/0xfff->reg6,resubmit(,9) 2023-03-21T05:39:57.375Z|03272|ofctrl|DBG|ofctrl_add_flow flow: cookie=224b42eb, table_id=26, priority=0, metadata=0x1, actions=resubmit(,27) 2023-03-21T05:39:57.375Z|03273|lflow|DBG|lflow f255976b-fcfe-4757-9668-6a77e588614d matches inport/outport a37c32c2-ed61-4145-ad37-4611962b54ea that's not local, skip 2023-03-21T05:39:57.375Z|03274|ofctrl|DBG|ofctrl_add_flow flow: cookie=f5adeb, table_id=22, priority=0, metadata=0x1, actions=resubmit(,23) 2023-03-21T05:39:57.375Z|03275|lflow|DBG|lflow 61839eac-0240-4353-93c9-64750c837010 matches inport/outport c7500ffb-42d1-4acc-9be2-16292ca97560 that's not local, skip 2023-03-21T05:39:57.375Z|03276|ofctrl|DBG|ofctrl_add_flow flow: cookie=39a06b6c, table_id=22, priority=100, ip,reg0=0x2/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label)),resubmit(,23) 2023-03-21T05:39:57.375Z|03277|ofctrl|DBG|ofctrl_add_flow flow: cookie=39a06b6c, table_id=22, priority=100, ipv6,reg0=0x2/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label)),resubmit(,23) 2023-03-21T05:39:57.375Z|03278|ofctrl|DBG|ofctrl_add_flow flow: cookie=8eb9bb6c, table_id=21, priority=0, metadata=0x1, actions=resubmit(,22) 2023-03-21T05:39:57.375Z|03279|ofctrl|DBG|ofctrl_add_flow flow: cookie=24aa22c, table_id=32, priority=50, reg6=0xc12/0xfff,metadata=0x1,dl_dst=0a:58:00:00:00:06, actions=set_field:0x6->reg15,resubmit(,37) 2023-03-21T05:39:57.375Z|03280|ofctrl|DBG|ofctrl_add_flow flow: cookie=66322aed, table_id=15, priority=120, tcp,reg0=0x4/0x4,metadata=0x1, actions=move:NXM_OF_IP_DST[]->NXM_NX_XXREG0[64..95],move:NXM_OF_TCP_DST[]->NXM_NX_XXREG0[32..47],ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.375Z|03281|ofctrl|DBG|ofctrl_add_flow flow: cookie=80404aed, table_id=48, priority=0, metadata=0x1, actions=resubmit(,49) 2023-03-21T05:39:57.375Z|03282|ofctrl|DBG|ofctrl_add_flow flow: cookie=cebf336d, table_id=15, priority=120, sctp6,reg0=0x4/0x4,metadata=0x1, actions=move:NXM_NX_IPV6_DST[]->NXM_NX_XXREG1[],move:OXM_OF_SCTP_DST[]->NXM_NX_XXREG0[32..47],ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.375Z|03283|lflow|DBG|lflow a680ecee-d4e8-402e-b9c3-3d2921c50f97 matches inport/outport ac0ae8b9-77eb-458e-8c41-8f20f3177795 that's not local, skip 2023-03-21T05:39:57.375Z|03284|lflow|DBG|lflow 7f97a96e-88d6-4cf2-a733-181a808915c8 matches inport/outport ffaf65f1-4d7d-4f5e-9d96-b1998beeddad that's not local, skip 2023-03-21T05:39:57.375Z|03285|lflow|DBG|lflow 5161686e-0592-4658-9d1f-09e1a37a2ef4 matches inport/outport d9415420-0cb5-4a00-a31c-b929cbc166b7 that's not local, skip 2023-03-21T05:39:57.375Z|03286|ofctrl|DBG|ofctrl_add_flow flow: cookie=8873962f, table_id=15, priority=0, metadata=0x1, actions=resubmit(,16) 2023-03-21T05:39:57.375Z|03287|ofctrl|DBG|ofctrl_add_flow flow: cookie=522746b0, table_id=15, priority=110, ipv6,reg0=0x4/0x4,metadata=0x1, actions=ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.375Z|03288|ofctrl|DBG|ofctrl_add_flow flow: cookie=522746b0, table_id=15, priority=110, ip,reg0=0x4/0x4,metadata=0x1, actions=ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.375Z|03289|ofctrl|DBG|ofctrl_add_flow flow: cookie=26c6f8f1, table_id=24, priority=0, metadata=0x1, actions=resubmit(,25) 2023-03-21T05:39:57.375Z|03290|ofctrl|DBG|ofctrl_add_flow flow: cookie=42194a72, table_id=32, priority=70, metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00, actions=set_field:0x8000->reg15,resubmit(,37) 2023-03-21T05:39:57.375Z|03291|ofctrl|DBG|ofctrl_add_flow flow: cookie=c1ee08b5, table_id=22, priority=100, ip,reg0=0x2002/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label,move:NXM_NX_XXREG0[0..31]->NXM_NX_CT_LABEL[96..127])),resubmit(,23) 2023-03-21T05:39:57.375Z|03292|ofctrl|DBG|ofctrl_add_flow flow: cookie=c1ee08b5, table_id=22, priority=100, ipv6,reg0=0x2002/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label,move:NXM_NX_XXREG0[0..31]->NXM_NX_CT_LABEL[96..127])),resubmit(,23) 2023-03-21T05:39:57.375Z|03293|lflow|DBG|lflow 59c50ab5-9543-44cc-8e9e-b26073c3fa4e matches inport/outport ffaf65f1-4d7d-4f5e-9d96-b1998beeddad that's not local, skip 2023-03-21T05:39:57.375Z|03294|hmap|DBG|controller/lflow.c:315: 1 bucket with 6+ nodes, including 1 bucket with 6 nodes (64 nodes total across 64 buckets) 2023-03-21T05:39:57.376Z|03295|ofctrl|DBG|ofctrl_add_flow flow: cookie=bec3cf6, table_id=32, priority=110, metadata=0x1,dl_dst=26:62:e1:ca:f4:ff, actions=controller(userdata=00.00.00.12.00.00.00.00) 2023-03-21T05:39:57.376Z|03296|ofctrl|DBG|ofctrl_add_flow flow: cookie=65cfd236, table_id=32, priority=50, reg6=0xc12/0xfff,metadata=0x1,dl_dst=0a:58:00:00:00:03, actions=set_field:0x3->reg15,resubmit(,37) 2023-03-21T05:39:57.376Z|03297|ofctrl|DBG|ofctrl_add_flow flow: cookie=523be636, table_id=20, priority=0, metadata=0x1, actions=resubmit(,21) 2023-03-21T05:39:57.376Z|03298|ofctrl|DBG|ofctrl_add_flow flow: cookie=58c358f7, table_id=47, priority=0, metadata=0x1, actions=resubmit(,48) 2023-03-21T05:39:57.376Z|03299|ofctrl|DBG|ofctrl_add_flow flow: cookie=cb8260f7, table_id=8, priority=99, reg14=0x3,metadata=0x1,vlan_tci=0x1000/0x1000, actions=drop 2023-03-21T05:39:57.376Z|03300|lflow|DBG|lflow be2250b7-b57f-4703-be74-88404eb4a21c matches inport/outport a37c32c2-ed61-4145-ad37-4611962b54ea that's not local, skip 2023-03-21T05:39:57.376Z|03301|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: add new lflow_to_desired entry c51ec3b8-26e2-498b-bf64-d99a94161ac2 2023-03-21T05:39:57.376Z|03302|extend_table|DBG|ovn_extend_table_add_desired_to_lflow: lflow c51ec3b8-26e2-498b-bf64-d99a94161ac2 use new item __string: uuid c51ec3b8-26e2-498b-bf64-d99a94161ac2 kbps stats bands=type=drop rate=20000000, id 4 2023-03-21T05:39:57.376Z|03303|lflow|DBG|lflow c51ec3b8-26e2-498b-bf64-d99a94161ac2 port 1_4 in match is not local, skip 2023-03-21T05:39:57.376Z|03304|ofctrl|DBG|ofctrl_add_flow flow: cookie=94f18d7b, table_id=40, priority=0, metadata=0x1, actions=resubmit(,41) 2023-03-21T05:39:57.376Z|03305|ofctrl|DBG|ofctrl_add_flow flow: cookie=7c512c3d, table_id=49, priority=100, metadata=0x1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00, actions=resubmit(,50) 2023-03-21T05:39:57.376Z|03306|ofctrl|DBG|ofctrl_add_flow flow: cookie=c7e0d17d, table_id=47, priority=100, ip,reg0=0x2002/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label,move:NXM_NX_XXREG0[0..31]->NXM_NX_CT_LABEL[96..127])),resubmit(,48) 2023-03-21T05:39:57.376Z|03307|ofctrl|DBG|ofctrl_add_flow flow: cookie=c7e0d17d, table_id=47, priority=100, ipv6,reg0=0x2002/0x2002,metadata=0x1, actions=ct(commit,zone=NXM_NX_REG13[0..15],nat(src),exec(set_field:0/0x1->ct_label,move:NXM_NX_XXREG0[0..31]->NXM_NX_CT_LABEL[96..127])),resubmit(,48) 2023-03-21T05:39:57.376Z|03308|lflow|DBG|lflow 379b823e-3ed8-477e-979b-6af0c71ae1b3 matches inport/outport ffaf65f1-4d7d-4f5e-9d96-b1998beeddad that's not local, skip 2023-03-21T05:39:57.376Z|03309|ofctrl|DBG|ofctrl_add_flow flow: cookie=de20267e, table_id=15, priority=120, udp,reg0=0x4/0x4,metadata=0x1, actions=move:NXM_OF_IP_DST[]->NXM_NX_XXREG0[64..95],move:NXM_OF_UDP_DST[]->NXM_NX_XXREG0[32..47],ct(table=16,zone=NXM_NX_REG13[0..15],nat) 2023-03-21T05:39:57.376Z|03310|inc_proc_eng|DBG|controller/ovn-controller.c:2454: node: logical_flow_output, old_state Stale, new_state Updated 2023-03-21T05:39:57.376Z|03311|inc_proc_eng|DBG|node: logical_flow_output, recompute (forced) took 4ms 2023-03-21T05:39:57.376Z|03312|inc_proc_eng|DBG|controller/ovn-controller.c:1865: node: ct_zones, old_state Stale, new_state Updated 2023-03-21T05:39:57.376Z|03313|inc_proc_eng|DBG|node: ct_zones, recompute (forced) took 0ms 2023-03-21T05:39:57.376Z|03314|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_encap, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.376Z|03315|inc_proc_eng|DBG|controller/ovn-controller.c:2024: node: mff_ovn_geneve, old_state Stale, new_state Unchanged 2023-03-21T05:39:57.376Z|03316|ofctrl|DBG|ofctrl_add_flow flow: cookie=a10ffd5c, table_id=37, priority=100, reg15=0x4,metadata=0x1, actions=set_field:0x1->reg15,resubmit(,38) 2023-03-21T05:39:57.376Z|03317|ofctrl|DBG|ofctrl_add_flow flow: cookie=c282c63a, table_id=37, priority=100, reg15=0x8,metadata=0x1, actions=set_field:0x1->reg15,resubmit(,38) 2023-03-21T05:39:57.376Z|03318|ofctrl|DBG|ofctrl_add_flow flow: cookie=ee1be222, table_id=37, priority=100, reg15=0x2,metadata=0x1, actions=set_field:0x1->reg15,resubmit(,38) 2023-03-21T05:39:57.376Z|03319|ofctrl|DBG|ofctrl_add_flow flow: cookie=7651fcfe, table_id=38, priority=100, reg15=0x3,metadata=0x1, actions=set_field:0x3->reg13,set_field:0x2->reg11,set_field:0x1->reg12,resubmit(,39) 2023-03-21T05:39:57.376Z|03320|ofctrl|DBG|ofctrl_add_flow flow: cookie=7651fcfe, table_id=39, priority=100, reg10=0/0x1,reg14=0x3,reg15=0x3,metadata=0x1, actions=drop 2023-03-21T05:39:57.376Z|03321|ofctrl|DBG|ofctrl_add_flow flow: cookie=7651fcfe, table_id=64, priority=100, reg10=0x1/0x1,reg15=0x3,metadata=0x1, actions=push:NXM_OF_IN_PORT[],set_field:ANY->in_port,resubmit(,65),pop:NXM_OF_IN_PORT[] 2023-03-21T05:39:57.376Z|03322|ofctrl|DBG|ofctrl_add_flow flow: cookie=7651fcfe, table_id=0, priority=100, in_port=9, actions=set_field:0x3->reg13,set_field:0x2->reg11,set_field:0x1->reg12,set_field:0x1->metadata,set_field:0x3->reg14,set_field:0x1->reg7,resubmit(,8) 2023-03-21T05:39:57.376Z|03323|ofctrl|DBG|ofctrl_add_flow flow: cookie=7651fcfe, table_id=65, priority=100, reg15=0x3,metadata=0x1, actions=output:9 2023-03-21T05:39:57.376Z|03324|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=38, priority=100, reg15=0x1,metadata=0x1, actions=set_field:0x4->reg13,set_field:0x2->reg11,set_field:0x1->reg12,resubmit(,39) 2023-03-21T05:39:57.376Z|03325|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=39, priority=101, reg7=0,reg15=0x1,metadata=0x1, actions=drop 2023-03-21T05:39:57.376Z|03326|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=39, priority=100, reg10=0/0x1,reg14=0x1,reg15=0x1,metadata=0x1, actions=drop 2023-03-21T05:39:57.376Z|03327|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=64, priority=100, reg10=0x1/0x1,reg15=0x1,metadata=0x1, actions=push:NXM_OF_IN_PORT[],set_field:ANY->in_port,resubmit(,65),pop:NXM_OF_IN_PORT[] 2023-03-21T05:39:57.376Z|03328|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=0, priority=100, in_port=4, actions=set_field:0x4->reg13,set_field:0x2->reg11,set_field:0x1->reg12,set_field:0x1->metadata,set_field:0x1->reg14,set_field:0x1000/0x1000->reg10,resubmit(,8) 2023-03-21T05:39:57.376Z|03329|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=65, priority=102, reg7=0x1,reg10=0x2000/0x3000,reg15=0x1,metadata=0x1,vlan_tci=0x0000/0x1000, actions=set_field:0x1000/0x7fff->vlan_tci,move:NXM_NX_REG6[0..11]->NXM_OF_VLAN_TCI[0..11],output:4 2023-03-21T05:39:57.376Z|03330|ofctrl|DBG|ofctrl_add_flow flow: cookie=5ed22ac2, table_id=65, priority=100, reg7=0x1,reg10=0/0x1000,reg15=0x1,metadata=0x1, actions=output:4 2023-03-21T05:39:57.376Z|03331|ofctrl|DBG|ofctrl_add_flow flow: cookie=4c8604fe, table_id=37, priority=100, reg15=0x6,metadata=0x1, actions=set_field:0x1->reg15,resubmit(,38) 2023-03-21T05:39:57.376Z|03332|ofctrl|DBG|ofctrl_add_flow flow: cookie=172af44c, table_id=38, priority=100, reg15=0x8000,metadata=0x1, actions=set_field:0x4->reg13,set_field:0x1->reg15,resubmit(,39),set_field:0x3->reg13,set_field:0x3->reg15,resubmit(,39),set_field:0x8000->reg15 2023-03-21T05:39:57.376Z|03333|ofctrl|DBG|ofctrl_add_flow flow: cookie=318a73a6, table_id=38, priority=100, reg15=0x8001,metadata=0x1, actions=set_field:0x4->reg13,set_field:0x1->reg15,resubmit(,39),set_field:0x8001->reg15 2023-03-21T05:39:57.376Z|03334|ofctrl|DBG|ofctrl_add_flow flow: cookie=5e158962, table_id=38, priority=100, reg15=0x8005,metadata=0x1, actions=set_field:0x4->reg13,set_field:0x1->reg15,resubmit(,39),set_field:0x3->reg13,set_field:0x3->reg15,resubmit(,39),set_field:0x8005->reg15 2023-03-21T05:39:57.376Z|03335|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=0, priority=100, in_port=1, actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,38) 2023-03-21T05:39:57.376Z|03336|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=0, priority=100, in_port=2, actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,38) 2023-03-21T05:39:57.376Z|03337|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=150, reg10=0x2/0x2, actions=resubmit(,38) 2023-03-21T05:39:57.376Z|03338|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=150, reg10=0x10/0x10, actions=resubmit(,38) 2023-03-21T05:39:57.376Z|03339|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=0, , actions=resubmit(,38) 2023-03-21T05:39:57.376Z|03340|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=39, priority=0, , actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg6,set_field:0->reg7,set_field:0->reg8,set_field:0->reg9,resubmit(,40) 2023-03-21T05:39:57.376Z|03341|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=39, priority=1, metadata=0x1, actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg8,set_field:0->reg9,resubmit(,40) 2023-03-21T05:39:57.376Z|03342|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=64, priority=0, , actions=resubmit(,65) 2023-03-21T05:39:57.376Z|03343|inc_proc_eng|DBG|controller/ovn-controller.c:2849: node: physical_flow_output, old_state Stale, new_state Updated 2023-03-21T05:39:57.376Z|03344|inc_proc_eng|DBG|node: physical_flow_output, recompute (forced) took 1ms 2023-03-21T05:39:57.376Z|03345|inc_proc_eng|DBG|controller/ovn-controller.c:2985: node: flow_output, old_state Stale, new_state Updated 2023-03-21T05:39:57.376Z|03346|inc_proc_eng|DBG|node: flow_output, recompute (forced) took 0ms 2023-03-21T05:39:57.377Z|00056|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:39:57.377Z|00057|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:39:57.377Z|00058|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:40:03.336Z|03347|poll_loop|DBG|wakeup due to [POLLIN] on fd 24 (<->/var/run/openvswitch/br-int.mgmt) at lib/stream-fd.c:157 (0% CPU usage) 2023-03-21T05:40:03.336Z|03348|inc_proc_eng|DBG|Initializing new run 2023-03-21T05:40:03.336Z|03349|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_address_set, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03350|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: addr_sets, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03351|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_group, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03352|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ofctrl_is_connected, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03353|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_open_vswitch, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03354|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_bridge, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03355|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_qos, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03356|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_chassis, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03357|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_datapath_binding, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03358|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_binding, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03359|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_port, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03360|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_interface, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03361|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: runtime_data, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03362|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: port_groups, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03363|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: non_vif_data, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03364|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_multicast_group, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03365|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_mac_binding, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03366|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_flow, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03367|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_dp_group, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03368|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcp_options, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03369|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcpv6_options, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03370|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dns, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03371|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_load_balancer, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03372|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_fdb, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03373|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_meter, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03374|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: logical_flow_output, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03375|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ct_zones, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03376|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_encap, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03377|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: mff_ovn_geneve, old_state Unchanged, new_state Stale 2023-03-21T05:40:03.336Z|03378|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: physical_flow_output, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03379|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: flow_output, old_state Updated, new_state Stale 2023-03-21T05:40:03.336Z|03380|vconn|DBG|unix:/var/run/openvswitch/br-int.mgmt: received: OFPT_ECHO_REQUEST (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:40:03.336Z|03381|vconn|DBG|unix:/var/run/openvswitch/br-int.mgmt: sent (Success): OFPT_ECHO_REPLY (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:40:03.336Z|03382|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_address_set, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.336Z|03383|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: addr_sets, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.336Z|03384|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_group, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.336Z|03385|inc_proc_eng|DBG|controller/ovn-controller.c:1035: node: ofctrl_is_connected, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.336Z|03386|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_open_vswitch, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|00059|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 (0% CPU usage) 2023-03-21T05:40:03.337Z|03387|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_bridge, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03388|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_qos, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03389|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_chassis, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03390|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_datapath_binding, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03391|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_binding, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03392|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_port, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03393|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_interface, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03394|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: runtime_data, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03395|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: port_groups, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03396|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: non_vif_data, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03397|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_multicast_group, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03398|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_mac_binding, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03399|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_flow, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03400|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_dp_group, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03401|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcp_options, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03402|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcpv6_options, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03403|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dns, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03404|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_load_balancer, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03405|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_fdb, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03406|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_meter, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03407|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: logical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03408|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: ct_zones, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03409|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_encap, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03410|inc_proc_eng|DBG|controller/ovn-controller.c:2024: node: mff_ovn_geneve, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03411|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: physical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|03412|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:40:03.337Z|00060|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 (0% CPU usage) 2023-03-21T05:40:03.337Z|03413|ofctrl|DBG|ofctrl_put not needed 2023-03-21T05:40:03.337Z|00061|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 (0% CPU usage) 2023-03-21T05:40:45.287Z|03414|poll_loop|DBG|wakeup due to [POLLIN] on fd 22 (10.253.54.60:37632<->10.253.54.34:6642) at lib/stream-fd.c:157 (0% CPU usage) 2023-03-21T05:40:45.288Z|03415|inc_proc_eng|DBG|Initializing new run 2023-03-21T05:40:45.288Z|03416|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_address_set, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03417|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: addr_sets, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03418|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_group, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03419|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ofctrl_is_connected, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03420|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_open_vswitch, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03421|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_bridge, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03422|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_qos, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03423|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_chassis, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03424|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_datapath_binding, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03425|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_binding, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03426|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_port, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03427|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_interface, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03428|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: runtime_data, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03429|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: port_groups, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03430|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: non_vif_data, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03431|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_multicast_group, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03432|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_mac_binding, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03433|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_flow, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03434|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_dp_group, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03435|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcp_options, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03436|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcpv6_options, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03437|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dns, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03438|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_load_balancer, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03439|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_fdb, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03440|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_meter, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03441|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: logical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03442|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ct_zones, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03443|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_encap, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03444|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: mff_ovn_geneve, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03445|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: physical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03446|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:40:45.288Z|03447|jsonrpc|DBG|tcp:[10.253.54.34]:6642: received request, method="echo", params=[], id="echo" 2023-03-21T05:40:45.288Z|03448|jsonrpc|DBG|tcp:[10.253.54.34]:6642: send reply, result=[], id="echo" 2023-03-21T05:40:45.288Z|03449|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_address_set, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03450|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: addr_sets, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03451|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_group, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03452|inc_proc_eng|DBG|controller/ovn-controller.c:1035: node: ofctrl_is_connected, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|00062|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 (0% CPU usage) 2023-03-21T05:40:45.288Z|03453|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_open_vswitch, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03454|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_bridge, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03455|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_qos, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03456|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_chassis, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03457|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_datapath_binding, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03458|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_binding, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03459|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_port, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03460|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_interface, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03461|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: runtime_data, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03462|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: port_groups, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03463|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: non_vif_data, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03464|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_multicast_group, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03465|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_mac_binding, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03466|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_flow, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03467|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_dp_group, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03468|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcp_options, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03469|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcpv6_options, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03470|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dns, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03471|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_load_balancer, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03472|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_fdb, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03473|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_meter, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03474|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: logical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03475|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: ct_zones, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03476|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_encap, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.288Z|03477|inc_proc_eng|DBG|controller/ovn-controller.c:2024: node: mff_ovn_geneve, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.289Z|03478|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: physical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.289Z|03479|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:40:45.289Z|00063|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 (0% CPU usage) 2023-03-21T05:40:45.289Z|03480|ofctrl|DBG|ofctrl_put not needed 2023-03-21T05:40:45.289Z|00064|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 (0% CPU usage) 2023-03-21T05:40:56.008Z|00010|poll_loop(ovn_pinctrl0)|DBG|wakeup due to [POLLIN] on fd 27 (<->/var/run/openvswitch/br-int.mgmt) at lib/stream-fd.c:157 2023-03-21T05:40:56.008Z|00011|vconn(ovn_pinctrl0)|DBG|unix:/var/run/openvswitch/br-int.mgmt: received: OFPT_ECHO_REQUEST (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:40:56.008Z|00012|vconn(ovn_pinctrl0)|DBG|unix:/var/run/openvswitch/br-int.mgmt: sent (Success): OFPT_ECHO_REPLY (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:41:03.337Z|03481|poll_loop|DBG|wakeup due to [POLLIN] on fd 24 (<->/var/run/openvswitch/br-int.mgmt) at lib/stream-fd.c:157 (0% CPU usage) 2023-03-21T05:41:03.337Z|03482|inc_proc_eng|DBG|Initializing new run 2023-03-21T05:41:03.337Z|03483|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_address_set, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03484|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: addr_sets, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03485|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_group, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03486|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ofctrl_is_connected, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03487|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_open_vswitch, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03488|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_bridge, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03489|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_qos, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03490|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_chassis, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03491|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_datapath_binding, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03492|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_binding, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03493|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_port, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03494|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_interface, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03495|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: runtime_data, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03496|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: port_groups, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03497|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: non_vif_data, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03498|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_multicast_group, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03499|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_mac_binding, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03500|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_flow, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03501|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_dp_group, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03502|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcp_options, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03503|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcpv6_options, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03504|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dns, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03505|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_load_balancer, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03506|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_fdb, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03507|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_meter, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03508|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: logical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03509|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ct_zones, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03510|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_encap, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03511|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: mff_ovn_geneve, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03512|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: physical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03513|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:41:03.337Z|03514|vconn|DBG|unix:/var/run/openvswitch/br-int.mgmt: received: OFPT_ECHO_REQUEST (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:41:03.337Z|03515|vconn|DBG|unix:/var/run/openvswitch/br-int.mgmt: sent (Success): OFPT_ECHO_REPLY (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:41:03.337Z|03516|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_address_set, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|03517|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: addr_sets, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|03518|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_group, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|03519|inc_proc_eng|DBG|controller/ovn-controller.c:1035: node: ofctrl_is_connected, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|00065|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:41:03.337Z|03520|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_open_vswitch, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|03521|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_bridge, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|03522|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_qos, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.337Z|03523|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_chassis, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03524|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_datapath_binding, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03525|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_binding, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03526|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_port, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03527|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_interface, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03528|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: runtime_data, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03529|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: port_groups, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03530|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: non_vif_data, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03531|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_multicast_group, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03532|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_mac_binding, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03533|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_flow, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03534|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_dp_group, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03535|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcp_options, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03536|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcpv6_options, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03537|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dns, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03538|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_load_balancer, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03539|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_fdb, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03540|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_meter, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03541|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: logical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03542|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: ct_zones, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03543|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_encap, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03544|inc_proc_eng|DBG|controller/ovn-controller.c:2024: node: mff_ovn_geneve, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03545|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: physical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|03546|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:41:03.338Z|00066|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:41:03.338Z|03547|ofctrl|DBG|ofctrl_put not needed 2023-03-21T05:41:03.338Z|00067|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:41:56.008Z|00013|poll_loop(ovn_pinctrl0)|DBG|wakeup due to [POLLIN] on fd 27 (<->/var/run/openvswitch/br-int.mgmt) at lib/stream-fd.c:157 2023-03-21T05:41:56.008Z|00014|vconn(ovn_pinctrl0)|DBG|unix:/var/run/openvswitch/br-int.mgmt: received: OFPT_ECHO_REQUEST (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:41:56.008Z|00015|vconn(ovn_pinctrl0)|DBG|unix:/var/run/openvswitch/br-int.mgmt: sent (Success): OFPT_ECHO_REPLY (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:42:03.338Z|03548|poll_loop|DBG|wakeup due to [POLLIN] on fd 24 (<->/var/run/openvswitch/br-int.mgmt) at lib/stream-fd.c:157 (0% CPU usage) 2023-03-21T05:42:03.338Z|03549|inc_proc_eng|DBG|Initializing new run 2023-03-21T05:42:03.338Z|03550|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_address_set, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03551|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: addr_sets, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03552|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_group, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03553|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ofctrl_is_connected, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03554|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_open_vswitch, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03555|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_bridge, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03556|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_qos, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03557|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_chassis, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03558|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_datapath_binding, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03559|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_port_binding, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03560|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_port, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03561|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: OVS_interface, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03562|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: runtime_data, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03563|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: port_groups, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03564|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: non_vif_data, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03565|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_multicast_group, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03566|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_mac_binding, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03567|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_flow, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03568|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_logical_dp_group, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03569|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcp_options, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03570|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dhcpv6_options, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03571|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_dns, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03572|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_load_balancer, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03573|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_fdb, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.338Z|03574|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_meter, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03575|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: logical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03576|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: ct_zones, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03577|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: SB_encap, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03578|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: mff_ovn_geneve, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03579|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: physical_flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03580|inc_proc_eng|DBG|lib/inc-proc-eng.c:341: node: flow_output, old_state Unchanged, new_state Stale 2023-03-21T05:42:03.339Z|03581|vconn|DBG|unix:/var/run/openvswitch/br-int.mgmt: received: OFPT_ECHO_REQUEST (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:42:03.339Z|03582|vconn|DBG|unix:/var/run/openvswitch/br-int.mgmt: sent (Success): OFPT_ECHO_REPLY (OF1.5) (xid=0x0): 0 bytes of payload 2023-03-21T05:42:03.339Z|03583|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_address_set, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03584|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: addr_sets, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03585|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_group, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|00068|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:42:03.339Z|03586|inc_proc_eng|DBG|controller/ovn-controller.c:1035: node: ofctrl_is_connected, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03587|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_open_vswitch, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03588|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_bridge, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03589|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_qos, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03590|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_chassis, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03591|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_datapath_binding, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03592|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_port_binding, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03593|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_port, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03594|inc_proc_eng|DBG|controller/ovn-controller.c:999: node: OVS_interface, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03595|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: runtime_data, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03596|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: port_groups, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03597|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: non_vif_data, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03598|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_multicast_group, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03599|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_mac_binding, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03600|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_flow, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03601|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_logical_dp_group, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03602|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcp_options, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03603|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dhcpv6_options, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03604|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_dns, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03605|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_load_balancer, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03606|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_fdb, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03607|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_meter, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03608|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: logical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03609|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: ct_zones, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03610|inc_proc_eng|DBG|controller/ovn-controller.c:982: node: SB_encap, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03611|inc_proc_eng|DBG|controller/ovn-controller.c:2024: node: mff_ovn_geneve, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03612|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: physical_flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|03613|inc_proc_eng|DBG|lib/inc-proc-eng.c:474: node: flow_output, old_state Stale, new_state Unchanged 2023-03-21T05:42:03.339Z|00069|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:42:03.339Z|00070|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:42:03.340Z|00071|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456 2023-03-21T05:42:03.340Z|03614|ofctrl|DBG|ofctrl_put not needed 2023-03-21T05:42:03.340Z|00072|poll_loop(stopwatch2)|DBG|wakeup due to [POLLIN] on fd 20 (FIFO pipe:[11392981]) at lib/stopwatch.c:456

sjaliang commented 1 year ago

by this, found some physical flow is miss. the following flows is missing in ovs:

[root@ceasphere-3 /]# cat /var/log/ovn/ovn-controller.log|grep cookie=0 2023-03-20T13:24:47.082Z|00313|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=0, priority=100, in_port=1, actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,38) 2023-03-20T13:24:47.082Z|00314|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=0, priority=100, in_port=2, actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,38) 2023-03-20T13:24:47.082Z|00315|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=150, reg10=0x2/0x2, actions=resubmit(,38) 2023-03-20T13:24:47.082Z|00316|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=150, reg10=0x10/0x10, actions=resubmit(,38) 2023-03-20T13:24:47.082Z|00317|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=0, , actions=resubmit(,38) 2023-03-20T13:24:47.082Z|00318|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=39, priority=0, , actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg6,set_field:0->reg7,set_field:0->reg8,set_field:0->reg9,resubmit(,40) 2023-03-20T13:24:47.082Z|00319|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=39, priority=1, metadata=0x1, actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg8,set_field:0->reg9,resubmit(,40) 2023-03-20T13:24:47.082Z|00320|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=64, priority=0, , actions=resubmit(,65) 2023-03-21T05:39:57.376Z|03335|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=0, priority=100, in_port=1, actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,38) 2023-03-21T05:39:57.376Z|03336|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=0, priority=100, in_port=2, actions=move:NXM_NX_TUN_ID[0..23]->OXM_OF_METADATA[0..23],move:NXM_NX_TUN_METADATA0[16..30]->NXM_NX_REG14[0..14],move:NXM_NX_TUN_METADATA0[0..15]->NXM_NX_REG15[0..15],resubmit(,38) 2023-03-21T05:39:57.376Z|03337|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=150, reg10=0x2/0x2, actions=resubmit(,38) 2023-03-21T05:39:57.376Z|03338|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=150, reg10=0x10/0x10, actions=resubmit(,38) 2023-03-21T05:39:57.376Z|03339|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=37, priority=0, , actions=resubmit(,38) 2023-03-21T05:39:57.376Z|03340|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=39, priority=0, , actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg6,set_field:0->reg7,set_field:0->reg8,set_field:0->reg9,resubmit(,40) 2023-03-21T05:39:57.376Z|03341|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=39, priority=1, metadata=0x1, actions=set_field:0->reg0,set_field:0->reg1,set_field:0->reg2,set_field:0->reg3,set_field:0->reg4,set_field:0->reg5,set_field:0->reg8,set_field:0->reg9,resubmit(,40) 2023-03-21T05:39:57.376Z|03342|ofctrl|DBG|ofctrl_add_flow flow: cookie=0, table_id=64, priority=0, , actions=resubmit(,65)

hzhou8 commented 1 year ago

@sjaliang I don't see any flow change related logs (which should include the keyword OFPT_FLOW_MOD) in the above logs. Please make sure to follow the below steps:

  1. Make sure the problem is reproduced on a node - flow dumps for table 9 is empty, as you have reported.
  2. Enable debug log for ovn-controller: ovn-appctl -t ovn-controller vlog/set file:dbg
  3. Trigger ovn-controller recompute on the node: ovn-appctl -t ovn-controller recompute
  4. Check the flow dump of table 9 again and see if the problem is resolved by step 3. If yes, then we should find OFPT_FLOW_MOD logs and identify what were missing and reinstalled by step 3. (If the problem is not resolved, try restart OVS.)