Hello All

We do observe strangely f(or our installation) amount of records into 
openvswitch db Bridge table external_ids:ct-zone, i.e.: 6K5+

grep -A20 '^Bridge table' ./ovs.dump | grep external_ids | sed 
's/ct-zone-/\nct-zone-/g' | sort | uniq | wc -l
    6659

Details:
      5       "Bridge" : {
      6          "06ef9e06-188e-4654-93b2-5242a324a5c7" : {
      7             "initial" : {
      8                "datapath_type" : "system",
      9                "external_ids" : [
     10                   "map",
     11                   [
     12                      [
     13                         
"ct-zone-00368809-59f5-4408-8ae3-fb5401ff6ea4_dnat",
     14                         "60"
     15                      ],
     16                      [

In that same time if I run:
ovs-dpctl ct-stats-show
Connections Stats:
    Total: 1672
  TCP: 1269
  UDP: 398
  ICMP: 5

The questions are:

  *   Who is writing into: openvswitch db Bridge table external_ids:ct-zone?
  *   Is there any way to manage these records into openvswitch db Bridge table 
external_ids? I want to purge them…

This, actually kills ovn-controller in 100% CPU, since it gets reply from 
openvswitch with full number of ct-zone records into external_ids of Bridge 
table:
      1 2023-11-13T14:28:47.976Z|10019838|jsonrpc|DBG|tcp:127.0.0.1:6640: 
received reply, result=[false,"00000000-0000-0000-0000-000000000000",{"

Any help is extremely appreciated

Yours truly,
George
УВЕДОМЛЕНИЕ О КОНФИДЕНЦИАЛЬНОСТИ: Это электронное сообщение и любые документы, 
приложенные к нему, содержат конфиденциальную информацию. Настоящим уведомляем 
Вас о том, что если это сообщение не предназначено Вам, использование, 
копирование, распространение информации, содержащейся в настоящем сообщении, а 
также осуществление любых действий на основе этой информации, строго запрещено. 
Если Вы получили это сообщение по ошибке, пожалуйста, сообщите об этом 
отправителю по электронной почте и удалите это сообщение.
CONFIDENTIALITY NOTICE: This email and any files attached to it are 
confidential. If you are not the intended recipient you are notified that 
using, copying, distributing or taking any action in reliance on the contents 
of this information is strictly prohibited. If you have received this email in 
error please notify the sender and delete this email.
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to