[ovs-discuss] ovs-vswitchd.service crashes

Ben Pfaff blp at ovn.org
Wed Oct 23 16:54:49 UTC 2019


Probably the most useful piece of information for debugging this is a
backtrace for the crash.

On Wed, Oct 23, 2019 at 02:53:03PM +0200, Koukal Petr wrote:
> Hello,
> I'd like to ask for help. We currently have a problem with crashing ovs-vswitchd.service.
> 
> We are talking about version "OVS 2.12". Mellanox ConnectX5 network card with ASAP2 and bonded interface.
> We wanted to deploy this new version of OVS to solve the previous problems with bonding, when networking did not work in combination with ASAP2.
> 
> In our cloud environment we use OpenStack in Rocky version.
> 
> Now we have the OVS version "2.12.0" deployed.
> Installation of OVS 2.12.0 was from packages from
> http://ubuntu-cloud.archive.canonical.com/ubuntu/pool/main/o/openvswitch/
> openvswitch-common_2.12.0-0ubuntu1 ~ cloud0_amd64.deb
> openvswitch-switch_2.12.0-0ubuntu1 ~ cloud0_amd64.deb
> python3-openvswitch_2.12.0-0ubuntu1 ~ cloud0_all.deb
> 
> Bonding seems to be working in this version, but unfortunately there is a new problem.
> Regularly, the "ovs-vswitchd.service" service crashes,
> In a short time after creating several new instances, the service will crash after capturing this assert
> ovs | 00001 | util (handler7) | EMER | ../ include / openvswitch / ofpbuf.h: 190: assertion offset + size <= b-> size failed inpbuf_at_assert ()
> 
> https://github.com/openvswitch/ovs/blob/master/include/openvswitch/ofpbuf.h
> 
> ovs_assert (offset + size <= b-> size);
> return ((char *) b -> data) + offset;
> 
> The question is, can you help us with this problem?
> Please have any experience with the error?
> We first contacted Mellanox support, but there is an obvious problem with OVS.
> 
> =============
> We use ubuntu with 4.18.0-16-generic kernel.
> We have OVS installed from source packages.
> Mellanox card has the latest firmware FW Version: 16.26.1040
> 
> OVS information:
> ovs-vswitchd -version
> ovs-vswitchd 2.12.0
> 
> cat / proc / version
> 
> inux version 4.18.0-16-generic (buildd at lcy01-amd64-006) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #17~18.04.1-Ubuntu SMP Tue Feb 12 13:35:51 UTC 2019
> --------------------------------------------
> ovs-dpctl show
> system at ovs-system:
>  lookups: hit:39272978 missed:882342 lost:869858
>  flows: 9
>  masks: hit:249053388 total:13 hit/pkt:6.20
>  port 0: ovs-system (internal)
>  port 1: br-int (internal)
>  port 2: eth63
>  port 3: eth61
>  port 4: eth41
>  port 5: eth57
>  port 6: eth55
>  port 7: eth45
>  port 8: eth47
>  port 9: eth53
>  port 10: eth59
>  port 11: eth44
>  port 12: eth42
>  port 13: eth40
>  port 14: eth58
>  port 15: eth51
>  port 16: eth49
>  port 17: eth62
>  port 18: eth3
>  port 19: br-physnet1 (internal)
>  port 20: bond0
>  port 21: eth46
> 
> -------------------------------------------
> ovs-vsctl show
> c94546e3-d0c9-48ea-890e-ecc0fa4263ed
>    Manager "ptcp:6640:127.0.0.1"
>        is_connected: true
>    Bridge br-int
>        Controller "tcp:127.0.0.1:6633"
>            is_connected: true
>        fail_mode: secure
>        datapath_type: system
>        Port "eth47"
>            tag: 2
>            Interface "eth47"
>        Port "eth55"
>            tag: 2
>            Interface "eth55"
>        Port "int-br-physnet1"
>            Interface "int-br-physnet1"
>                type: patch
>                options: {peer="phy-br-physnet1"}
>        Port "eth62"
>            tag: 2
>            Interface "eth62"
>        Port "eth53"
>            tag: 2
>            Interface "eth53"
>        Port "eth41"
>            tag: 2
>            Interface "eth41"
>        Port br-int
>            Interface br-int
>                type: internal
>        Port "eth59"
>            tag: 2
>            Interface "eth59"
>        Port "eth46"
>            tag: 2
>            Interface "eth46"
>        Port "eth40"
>            Interface "eth40"
>        Port "eth61"
>            tag: 2
>            Interface "eth61"
>        Port "eth44"
>            Interface "eth44"
>        Port "eth3"
>            tag: 2
>            Interface "eth3"
>        Port "eth58"
>            tag: 2
>            Interface "eth58"
>        Port "eth49"
>            tag: 2
>            Interface "eth49"
>        Port "eth63"
>            tag: 1
>            Interface "eth63"
>        Port "eth45"
>            tag: 2
>            Interface "eth45"
>        Port "eth42"
>            tag: 2
>            Interface "eth42"
>        Port "eth51"
>            tag: 2
>            Interface "eth51"
>        Port "eth57"
>            tag: 2
>            Interface "eth57"
>    Bridge "br-physnet1"
>        Controller "tcp:127.0.0.1:6633"
>            is_connected: true
>        fail_mode: secure
>        datapath_type: system
>        Port "br-physnet1"
>            Interface "br-physnet1"
>                type: internal
>        Port "phy-br-physnet1"
>            Interface "phy-br-physnet1"
>                type: patch
>                options: {peer="int-br-physnet1"}
>        Port "bond0"
>            Interface "bond0"
>    ovs_version: "2.12.0"
> 
> Contents of /etc/openvswitch/conf.db
> is attached.
> 
> ===========
> Bonding configuration is
> cat /etc/network/interfaces.d/ovs_physnet1.cfg
> 
> allow-br-physnet1 bond0
> iface bond0 inet manual
>  bond_slaves none
>  bond_lacp_rate 0
>  ovs_bridge br-physnet1
>  ovs_type OVSPort
>  bond_mode 4
>  bond_miimon 100
> 
> auto br-physnet1
> iface br-physnet1 inet manual
>  ovs_type OVSBridge
>  ovs_ports bond0
> 
> auto phys1-2
> iface phys1-2 inet manual
>  bond-master bond0
> 
> auto phys1-1
> iface phys1-1 inet manual
>  bond-master bond0
> =====
> cat /proc/net/bonding/bond0
> Ethernet Channel Bonding Driver: v3.7.1 (April 27, 2011)
> 
> Bonding Mode: IEEE 802.3ad Dynamic link aggregation
> Transmit Hash Policy: layer2 (0)
> MII Status: up
> MII Polling Interval (ms): 100
> Up Delay (ms): 0
> Down Delay (ms): 0
> 
> 802.3ad info
> LACP rate: slow
> Min links: 0
> Aggregator selection policy (ad_select): stable
> System priority: 65535
> System MAC address: 98:03:9b:04:06:93
> Active Aggregator Info:
>    Aggregator ID: 2
>    Number of ports: 1
>    Actor Key: 15
>    Partner Key: 2
>    Partner Mac Address: 78:fe:3d:4f:6b:00
> 
> Slave Interface: phys1-2
> MII Status: up
> Speed: 10000 Mbps
> Duplex: full
> Link Failure Count: 1
> Permanent HW addr: 98:03:9b:04:06:93
> Slave queue ID: 0
> Aggregator ID: 2
> Actor Churn State: none
> Partner Churn State: none
> Actor Churned Count: 0
> Partner Churned Count: 0
> details actor lacp pdu:
>    system priority: 65535
>    system mac address: 98:03:9b:04:06:93
>    port key: 15
>    port priority: 255
>    port number: 1
>    port state: 61
> details partner lacp pdu:
>    system priority: 127
>    system mac address: 78:fe:3d:4f:6b:00
>    oper key: 2
>    port priority: 127
>    port number: 9
>    port state: 63
> 
> 
> 
> 
> I can possibly provide additional logs or ubuntu crash dump.
> 
> Thank you very much in advance for suggesting what to do next.
> 
> Petr Koukal
> 
> 
> 
> 
> 
> 
> 
> --
> Petr Koukal
> 
> Informace obsažené v této e-mailové zprávě a všech přiložených souborech jsou důvěrné a jsou určeny pouze pro potřebu adresáta. Prosíme, abyste v případě, že tento e-mail obdržíte omylem, neprodleně upozornili odesílatele a tento e-mail odstranili z Vašeho systému. Pokud nejste zamýšleným příjemcem, berte prosím na vědomí, že zveřejnění, kopírování, šíření či přijetí jakéhokoliv opatření v souvislosti s obsahem této zprávy je zakázáno a může být protiprávní.
> 
> _____________________________________________________________________
> 
> The information contained in this e-mail message and all attached files is confidential and is intended solely for the use of the individual or entity to whom they are addressed. Please notify the sender immediately if you have received this e-mail by mistake and delete this e-mail from your system. If you are not the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is prohibited and may be unlawful.

> OVSDB JSON 13283 98a1ef94b9d20e4e8632af2df804d0dd7aacbdcc
> {"cksum":"3962141869 23978","name":"Open_vSwitch","version":"8.0.0","tables":{"Controller":{"columns":{"local_gateway":{"type":{"min":0,"key":"string"}},"enable_async_messages":{"type":{"min":0,"key":"boolean"}},"local_netmask":{"type":{"min":0,"key":"string"}},"type":{"type":{"min":0,"key":{"type":"string","enum":["set",["primary","service"]]}}},"controller_rate_limit":{"type":{"min":0,"key":{"minInteger":100,"type":"integer"}}},"role":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["master","other","slave"]]}}},"max_backoff":{"type":{"min":0,"key":{"minInteger":1000,"type":"integer"}}},"inactivity_probe":{"type":{"min":0,"key":"integer"}},"connection_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["in-band","out-of-band"]]}}},"is_connected":{"ephemeral":true,"type":"boolean"},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"controller_burst_limit":{"type":{"min":0,"key":{"minInteger":25,"type":"integer"}}},"local_ip":{"type":{"min":0,"key":"string"}},"target":{"type":"string"}}},"Bridge":{"indexes":[["name"]],"columns":{"name":{"mutable":false,"type":"string"},"flood_vlans":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"stp_enable":{"type":"boolean"},"ports":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Port"}}},"auto_attach":{"type":{"min":0,"key":{"type":"uuid","refTable":"AutoAttach"}}},"fail_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["secure","standalone"]]}}},"rstp_enable":{"type":"boolean"},"rstp_status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"flow_tables":{"type":{"max":"unlimited","min":0,"key":{"minInteger":0,"maxInteger":254,"type":"integer"},"value":{"type":"uuid","refTable":"Flow_Table"}}},"netflow":{"type":{"min":0,"key":{"type":"uuid","refTable":"NetFlow"}}},"datapath_type":{"type":"string"},"controller":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Controller"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ipfix":{"type":{"min":0,"key":{"type":"uuid","refTable":"IPFIX"}}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"mirrors":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Mirror"}}},"datapath_id":{"ephemeral":true,"type":{"min":0,"key":"string"}},"mcast_snooping_enable":{"type":"boolean"},"protocols":{"type":{"max":"unlimited","min":0,"key":{"type":"string","enum":["set",["OpenFlow10","OpenFlow11","OpenFlow12","OpenFlow13","OpenFlow14","OpenFlow15"]]}}},"sflow":{"type":{"min":0,"key":{"type":"uuid","refTable":"sFlow"}}},"datapath_version":{"type":"string"}}},"Queue":{"isRoot":true,"columns":{"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"dscp":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":63,"type":"integer"}}}}},"IPFIX":{"columns":{"cache_active_timeout":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4200,"type":"integer"}}},"obs_point_id":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"sampling":{"type":{"min":0,"key":{"minInteger":1,"maxInteger":4294967295,"type":"integer"}}},"targets":{"type":{"max":"unlimited","min":0,"key":"string"}},"obs_domain_id":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"cache_max_flows":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}}}},"NetFlow":{"columns":{"active_timeout":{"type":{"key":{"minInteger":-1,"type":"integer"}}},"engine_type":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":255,"type":"integer"}}},"engine_id":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":255,"type":"integer"}}},"add_id_to_interface":{"type":"boolean"},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"targets":{"type":{"max":"unlimited","key":"string"}}}},"Open_vSwitch":{"maxRows":1,"isRoot":true,"columns":{"manager_options":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Manager"}}},"dpdk_initialized":{"type":"boolean"},"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"dpdk_version":{"type":{"min":0,"key":"string"}},"cur_cfg":{"type":"integer"},"next_cfg":{"type":"integer"},"iface_types":{"type":{"max":"unlimited","min":0,"key":"string"}},"datapath_types":{"type":{"max":"unlimited","min":0,"key":"string"}},"db_version":{"type":{"min":0,"key":"string"}},"system_version":{"type":{"min":0,"key":"string"}},"bridges":{"type":{"max":"unlimited","min":0,"key":{"type":"uuid","refTable":"Bridge"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ovs_version":{"type":{"min":0,"key":"string"}},"ssl":{"type":{"min":0,"key":{"type":"uuid","refTable":"SSL"}}},"system_type":{"type":{"min":0,"key":"string"}}}},"QoS":{"isRoot":true,"columns":{"queues":{"type":{"max":"unlimited","min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"},"value":{"type":"uuid","refTable":"Queue"}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"type":{"type":"string"}}},"Port":{"indexes":[["name"]],"columns":{"name":{"mutable":false,"type":"string"},"bond_downdelay":{"type":"integer"},"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"protected":{"type":"boolean"},"fake_bridge":{"type":"boolean"},"mac":{"type":{"min":0,"key":"string"}},"trunks":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"rstp_status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"tag":{"type":{"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"cvlans":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"bond_updelay":{"type":"integer"},"bond_active_slave":{"type":{"min":0,"key":"string"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"bond_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["active-backup","balance-slb","balance-tcp"]]}}},"qos":{"type":{"min":0,"key":{"type":"uuid","refTable":"QoS"}}},"bond_fake_iface":{"type":"boolean"},"interfaces":{"type":{"max":"unlimited","key":{"type":"uuid","refTable":"Interface"}}},"vlan_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["access","dot1q-tunnel","native-tagged","native-untagged","trunk"]]}}},"rstp_statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"lacp":{"type":{"min":0,"key":{"type":"string","enum":["set",["active","off","passive"]]}}}}},"sFlow":{"columns":{"agent":{"type":{"min":0,"key":"string"}},"header":{"type":{"min":0,"key":"integer"}},"polling":{"type":{"min":0,"key":"integer"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"sampling":{"type":{"min":0,"key":"integer"}},"targets":{"type":{"max":"unlimited","key":"string"}}}},"SSL":{"maxRows":1,"columns":{"bootstrap_ca_cert":{"type":"boolean"},"certificate":{"type":"string"},"private_key":{"type":"string"},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ca_cert":{"type":"string"}}},"Flow_Sample_Collector_Set":{"isRoot":true,"indexes":[["id","bridge"]],"columns":{"id":{"type":{"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"ipfix":{"type":{"min":0,"key":{"type":"uuid","refTable":"IPFIX"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"bridge":{"type":{"key":{"type":"uuid","refTable":"Bridge"}}}}},"Mirror":{"columns":{"select_all":{"type":"boolean"},"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"name":{"type":"string"},"output_vlan":{"type":{"min":0,"key":{"minInteger":1,"maxInteger":4095,"type":"integer"}}},"select_dst_port":{"type":{"max":"unlimited","min":0,"key":{"refType":"weak","type":"uuid","refTable":"Port"}}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"select_src_port":{"type":{"max":"unlimited","min":0,"key":{"refType":"weak","type":"uuid","refTable":"Port"}}},"snaplen":{"type":{"min":0,"key":{"minInteger":14,"maxInteger":65535,"type":"integer"}}},"output_port":{"type":{"min":0,"key":{"refType":"weak","type":"uuid","refTable":"Port"}}},"select_vlan":{"type":{"max":4096,"min":0,"key":{"minInteger":0,"maxInteger":4095,"type":"integer"}}}}},"Flow_Table":{"columns":{"name":{"type":{"min":0,"key":"string"}},"prefixes":{"type":{"max":3,"min":0,"key":"string"}},"groups":{"type":{"max":"unlimited","min":0,"key":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"overflow_policy":{"type":{"min":0,"key":{"type":"string","enum":["set",["evict","refuse"]]}}},"flow_limit":{"type":{"min":0,"key":{"minInteger":0,"type":"integer"}}}}},"Interface":{"indexes":[["name"]],"columns":{"statistics":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"integer"}},"mac":{"type":{"min":0,"key":"string"}},"options":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"bfd_status":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"cfm_health":{"ephemeral":true,"type":{"min":0,"key":{"minInteger":0,"maxInteger":100,"type":"integer"}}},"ofport":{"type":{"min":0,"key":"integer"}},"admin_state":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["down","up"]]}}},"error":{"type":{"min":0,"key":"string"}},"cfm_fault_status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string"}},"mtu":{"ephemeral":true,"type":{"min":0,"key":"integer"}},"lacp_current":{"ephemeral":true,"type":{"min":0,"key":"boolean"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"ofport_request":{"type":{"min":0,"key":{"minInteger":1,"maxInteger":65279,"type":"integer"}}},"link_state":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["down","up"]]}}},"cfm_remote_opstate":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["down","up"]]}}},"cfm_fault":{"ephemeral":true,"type":{"min":0,"key":"boolean"}},"link_speed":{"ephemeral":true,"type":{"min":0,"key":"integer"}},"duplex":{"ephemeral":true,"type":{"min":0,"key":{"type":"string","enum":["set",["full","half"]]}}},"ingress_policing_rate":{"type":{"key":{"minInteger":0,"type":"integer"}}},"name":{"mutable":false,"type":"string"},"mtu_request":{"type":{"min":0,"key":{"minInteger":1,"type":"integer"}}},"cfm_flap_count":{"type":{"min":0,"key":"integer"}},"ifindex":{"ephemeral":true,"type":{"min":0,"key":{"minInteger":0,"maxInteger":4294967295,"type":"integer"}}},"type":{"type":"string"},"mac_in_use":{"ephemeral":true,"type":{"min":0,"key":"string"}},"link_resets":{"ephemeral":true,"type":{"min":0,"key":"integer"}},"lldp":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"cfm_remote_mpids":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"integer"}},"bfd":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"cfm_mpid":{"type":{"min":0,"key":"integer"}},"ingress_policing_burst":{"type":{"key":{"minInteger":0,"type":"integer"}}}}},"AutoAttach":{"columns":{"mappings":{"type":{"max":"unlimited","min":0,"key":{"minInteger":0,"maxInteger":16777215,"type":"integer"},"value":{"minInteger":0,"maxInteger":4095,"type":"integer"}}},"system_description":{"type":"string"},"system_name":{"type":"string"}}},"Manager":{"indexes":[["target"]],"columns":{"is_connected":{"ephemeral":true,"type":"boolean"},"connection_mode":{"type":{"min":0,"key":{"type":"string","enum":["set",["in-band","out-of-band"]]}}},"other_config":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"external_ids":{"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"status":{"ephemeral":true,"type":{"max":"unlimited","min":0,"key":"string","value":"string"}},"target":{"type":"string"},"max_backoff":{"type":{"min":0,"key":{"minInteger":1000,"type":"integer"}}},"inactivity_probe":{"type":{"min":0,"key":"integer"}}}}}}
> OVSDB JSON 13671 3266afa9e49ae8315240957a1eed8bc2a0fe58c4
> {"Controller":{"788eee74-e6a1-4189-84bd-30cd2c025c4b":{"connection_mode":"out-of-band","target":"tcp:127.0.0.1:6633"},"6e9d6a5d-67c5-4c1e-a7fe-a1909da6babb":{"connection_mode":"out-of-band","target":"tcp:127.0.0.1:6633"}},"Port":{"67151fdc-25e0-4aaa-87ce-dfae28943231":{"name":"eth46","interfaces":["uuid","c0720488-58e8-4ee8-bbe4-aac437227b16"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"a84d8d56-9587-4a7c-86c0-f79dbdda3c50":{"name":"eth58","interfaces":["uuid","1a9a8396-130b-428a-ab8a-9e95fc37f6c8"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"f6cb5ed6-56b0-4a9e-8cdb-4a2a20e579f8":{"name":"eth51","interfaces":["uuid","77c48721-b904-4790-bdb9-8a52ca0512d0"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"2689ba9f-2073-49b9-b232-77175f00151a":{"name":"eth62","interfaces":["uuid","c3814ad3-c964-4980-95d3-ba8e998b4f93"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"26f5217c-4006-4391-b0af-1c6fc1911450":{"name":"eth53","interfaces":["uuid","6e09cd2c-36ca-4ed0-b3b4-7aaebbd609c2"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"fb669ec6-ce7a-45b0-8a77-9ba88150ae50":{"name":"eth57","interfaces":["uuid","40691be7-16e9-44d4-866d-2580f8db7896"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"68a29913-4242-4a55-852a-088d62f4e2e6":{"name":"eth40","interfaces":["uuid","60af5da9-215d-403a-af0b-d95b8f89a55f"]},"bda25ffe-3357-41b4-8947-581950d02fef":{"name":"bond0","interfaces":["uuid","a40f2d31-77e1-4471-bf61-f4d2e4def30b"]},"39437305-5543-4ea9-83ba-0059b6be06d5":{"name":"eth41","interfaces":["uuid","8eabdb80-1905-4517-ac35-2797a5761db6"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"3dd8f445-e6b2-41fd-a556-93f88b5f6b23":{"name":"br-int","interfaces":["uuid","c6fe604d-4a6b-41ad-b895-1e67d1483538"]},"7add2e20-e131-444b-a83f-6c6eca646791":{"name":"eth61","interfaces":["uuid","b2848493-8470-492c-a5a6-825300bf92ca"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"d9c11239-6729-4130-b9e4-1ef693fd1bd2":{"name":"eth45","interfaces":["uuid","fb820d9c-0247-4f6d-8d68-a4f279036a61"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"07f3e3c3-585f-48e7-8da8-84a71588d24c":{"name":"eth47","interfaces":["uuid","b7fb3a31-33c4-4924-98fc-1325d21c5306"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"eccad226-d7c3-400c-a4ec-e35fa407a536":{"name":"eth42","interfaces":["uuid","bc56c8f2-5d28-4f59-8179-6e4546643d21"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"b81ff0de-0406-4d20-8efe-95acd224783b":{"name":"eth49","interfaces":["uuid","645d45a2-54aa-4dcc-91d7-4cf81d17e84b"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"97182c62-ceaa-406e-a9bf-0aec08a0f427":{"name":"eth3","interfaces":["uuid","33456d7d-8b03-4f81-87c7-a50b45a41356"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"c175037c-bd15-41d2-b83d-fca2226453c9":{"name":"eth63","interfaces":["uuid","625c12ca-db6e-4ccb-aa5f-983165209418"],"other_config":["map",[["net_uuid","6bca8386-ccf3-4e29-9dd7-d26e08c8d5f8"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","1991"],["tag","1"]]],"tag":1},"8bb42ebc-c0d4-4393-b241-cf1cc3e307e7":{"name":"phy-br-physnet1","interfaces":["uuid","fd30dfb7-1278-4045-aaed-9651e32fec01"]},"969c0508-0d74-41d6-903a-6003adee7d3e":{"name":"eth44","interfaces":["uuid","e809fb3d-2cc3-4f85-ab0e-f9fa11263ca2"]},"338fefa1-9130-4d0c-9e17-0b97239f9891":{"name":"br-physnet1","interfaces":["uuid","8b5bc7a3-5361-43c7-b662-56775d105cea"]},"585b07e7-101a-4f0e-b899-eb0e537dd74b":{"name":"eth59","interfaces":["uuid","45124c8e-d663-4454-960b-16bbfd730e96"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"0c78f4a8-78a8-4531-a9f1-8893dbdba88a":{"name":"eth55","interfaces":["uuid","eb472b27-10d4-40b4-a2b8-5df152982291"],"other_config":["map",[["net_uuid","c8160b79-c211-4ecc-af68-f0dcaf7adc90"],["network_type","vlan"],["physical_network","physnet1"],["segmentation_id","3764"],["tag","2"]]],"tag":2},"1ad85dd9-f397-4671-a27c-cc2b915d629e":{"name":"int-br-physnet1","interfaces":["uuid","64a5f55e-8ba4-45de-a0c4-5605aefb04e3"]}},"Bridge":{"6da6a5d4-155f-4925-8d33-b1179f289b1d":{"name":"br-physnet1","datapath_type":"system","controller":["uuid","6e9d6a5d-67c5-4c1e-a7fe-a1909da6babb"],"other_config":["map",[["mac-table-size","50000"]]],"ports":["set",[["uuid","338fefa1-9130-4d0c-9e17-0b97239f9891"],["uuid","8bb42ebc-c0d4-4393-b241-cf1cc3e307e7"],["uuid","bda25ffe-3357-41b4-8947-581950d02fef"]]],"fail_mode":"secure","datapath_version":"<unknown>","protocols":["set",["OpenFlow10","OpenFlow13"]]},"68d3ff6e-a966-40a5-8eb5-3640f3d93d0a":{"name":"br-int","datapath_type":"system","controller":["uuid","788eee74-e6a1-4189-84bd-30cd2c025c4b"],"other_config":["map",[["mac-table-size","50000"]]],"ports":["set",[["uuid","07f3e3c3-585f-48e7-8da8-84a71588d24c"],["uuid","0c78f4a8-78a8-4531-a9f1-8893dbdba88a"],["uuid","1ad85dd9-f397-4671-a27c-cc2b915d629e"],["uuid","2689ba9f-2073-49b9-b232-77175f00151a"],["uuid","26f5217c-4006-4391-b0af-1c6fc1911450"],["uuid","39437305-5543-4ea9-83ba-0059b6be06d5"],["uuid","3dd8f445-e6b2-41fd-a556-93f88b5f6b23"],["uuid","585b07e7-101a-4f0e-b899-eb0e537dd74b"],["uuid","67151fdc-25e0-4aaa-87ce-dfae28943231"],["uuid","68a29913-4242-4a55-852a-088d62f4e2e6"],["uuid","7add2e20-e131-444b-a83f-6c6eca646791"],["uuid","969c0508-0d74-41d6-903a-6003adee7d3e"],["uuid","97182c62-ceaa-406e-a9bf-0aec08a0f427"],["uuid","a84d8d56-9587-4a7c-86c0-f79dbdda3c50"],["uuid","b81ff0de-0406-4d20-8efe-95acd224783b"],["uuid","c175037c-bd15-41d2-b83d-fca2226453c9"],["uuid","d9c11239-6729-4130-b9e4-1ef693fd1bd2"],["uuid","eccad226-d7c3-400c-a4ec-e35fa407a536"],["uuid","f6cb5ed6-56b0-4a9e-8cdb-4a2a20e579f8"],["uuid","fb669ec6-ce7a-45b0-8a77-9ba88150ae50"]]],"fail_mode":"secure","datapath_version":"<unknown>","protocols":["set",["OpenFlow10","OpenFlow13"]]}},"Open_vSwitch":{"c94546e3-d0c9-48ea-890e-ecc0fa4263ed":{"bridges":["set",[["uuid","68d3ff6e-a966-40a5-8eb5-3640f3d93d0a"],["uuid","6da6a5d4-155f-4925-8d33-b1179f289b1d"]]],"manager_options":["uuid","88a9799e-3918-4c0b-be38-cabf13949a2c"],"ovs_version":"2.12.0","other_config":["map",[["hw-offload","true"]]],"external_ids":["map",[["hostname","dev-node1.local.lan"],["rundir","/var/run/openvswitch"],["system-id","9aac930a-c7b9-48b3-bb00-800a983577cf"]]],"cur_cfg":5970,"dpdk_version":"none","next_cfg":5970,"datapath_types":["set",["netdev","system"]],"iface_types":["set",["erspan","geneve","gre","internal","ip6erspan","ip6gre","lisp","patch","stt","system","tap","vxlan"]],"system_type":"ubuntu","db_version":"8.0.0","system_version":"18.04"}},"_comment":"compacting database online","Interface":{"fb820d9c-0247-4f6d-8d68-a4f279036a61":{"name":"eth45","ofport":7,"external_ids":["map",[["attached-mac","fa:16:3e:fe:2f:5f"],["iface-id","488fd963-7c4c-4cdd-b03f-ab9de01dbd08"],["iface-status","active"],["vm-uuid","2edc2396-6154-40f2-ab1c-b50c4e658d6a"]]]},"645d45a2-54aa-4dcc-91d7-4cf81d17e84b":{"name":"eth49","ofport":54,"external_ids":["map",[["attached-mac","fa:16:3e:3d:91:cf"],["iface-id","906f2e0a-bed8-4f55-8b5a-9b837a08eedf"],["iface-status","active"],["vm-uuid","75d97c4b-79d8-4aec-a195-59b3cda0d678"]]]},"8eabdb80-1905-4517-ac35-2797a5761db6":{"name":"eth41","ofport":4,"external_ids":["map",[["attached-mac","fa:16:3e:71:95:cd"],["iface-id","d4d35e97-4f5c-4a7a-a1b2-57517bfdb0ed"],["iface-status","active"],["vm-uuid","2edc2396-6154-40f2-ab1c-b50c4e658d6a"]]]},"40691be7-16e9-44d4-866d-2580f8db7896":{"name":"eth57","ofport":46,"external_ids":["map",[["attached-mac","fa:16:3e:f7:72:d6"],["iface-id","ff05d292-03c1-402d-9732-5608841674f9"],["iface-status","active"],["vm-uuid","726e3a41-f8c2-4dd8-baa6-94e2ea12908e"]]]},"33456d7d-8b03-4f81-87c7-a50b45a41356":{"name":"eth3","ofport":55,"external_ids":["map",[["attached-mac","fa:16:3e:11:1a:76"],["iface-id","4725b6a3-21a9-4db3-b66a-a6cd371992e5"],["iface-status","active"],["vm-uuid","75d97c4b-79d8-4aec-a195-59b3cda0d678"]]]},"b7fb3a31-33c4-4924-98fc-1325d21c5306":{"name":"eth47","ofport":8,"external_ids":["map",[["attached-mac","fa:16:3e:11:1a:76"],["iface-id","4725b6a3-21a9-4db3-b66a-a6cd371992e5"],["iface-status","active"],["vm-uuid","373c09fc-b4c2-4225-9f8c-830ba99e158a"]]]},"c0720488-58e8-4ee8-bbe4-aac437227b16":{"name":"eth46","ofport":56,"external_ids":["map",[["attached-mac","fa:16:3e:06:44:a9"],["iface-id","0f2acca6-1df1-453b-8f17-bc7c93cf913c"],["iface-status","active"],["vm-uuid","75d97c4b-79d8-4aec-a195-59b3cda0d678"]]]},"8b5bc7a3-5361-43c7-b662-56775d105cea":{"name":"br-physnet1","ofport":65534,"type":"internal"},"bc56c8f2-5d28-4f59-8179-6e4546643d21":{"name":"eth42","ofport":51,"external_ids":["map",[["attached-mac","fa:16:3e:5b:8d:21"],["iface-id","e88b367a-6148-4246-82ce-7429846a6cbf"],["iface-status","active"],["vm-uuid","e4226b28-c181-401e-81fe-ce2a160f43c1"]]]},"a40f2d31-77e1-4471-bf61-f4d2e4def30b":{"name":"bond0","ofport":1},"6e09cd2c-36ca-4ed0-b3b4-7aaebbd609c2":{"name":"eth53","ofport":48,"external_ids":["map",[["attached-mac","fa:16:3e:aa:93:4b"],["iface-id","1bb204ca-fa84-4fdb-ac0e-59ceacf3bf7b"],["iface-status","active"],["vm-uuid","726e3a41-f8c2-4dd8-baa6-94e2ea12908e"]]]},"625c12ca-db6e-4ccb-aa5f-983165209418":{"name":"eth63","ofport":18,"external_ids":["map",[["attached-mac","fa:16:3e:7e:4e:35"],["iface-id","97c2ae6b-d141-41df-af22-6d0df6a6976e"],["iface-status","active"],["vm-uuid","8ac1f88a-20bb-4f54-92a5-09cffa8bbdf0"]]]},"c3814ad3-c964-4980-95d3-ba8e998b4f93":{"name":"eth62","ofport":16,"external_ids":["map",[["attached-mac","fa:16:3e:a7:64:bf"],["iface-id","e3a216bf-2839-4515-a5e6-c17e7444e0c0"],["iface-status","active"],["vm-uuid","d588fc6c-d48c-47cd-8652-e07c684c98e5"]]]},"1a9a8396-130b-428a-ab8a-9e95fc37f6c8":{"name":"eth58","ofport":13,"external_ids":["map",[["attached-mac","fa:16:3e:f7:72:d6"],["iface-id","ff05d292-03c1-402d-9732-5608841674f9"],["iface-status","active"],["vm-uuid","d588fc6c-d48c-47cd-8652-e07c684c98e5"]]]},"c6fe604d-4a6b-41ad-b895-1e67d1483538":{"name":"br-int","ofport":65534,"type":"internal"},"b2848493-8470-492c-a5a6-825300bf92ca":{"name":"eth61","ofport":45,"external_ids":["map",[["attached-mac","fa:16:3e:a7:64:bf"],["iface-id","e3a216bf-2839-4515-a5e6-c17e7444e0c0"],["iface-status","active"],["vm-uuid","726e3a41-f8c2-4dd8-baa6-94e2ea12908e"]]]},"64a5f55e-8ba4-45de-a0c4-5605aefb04e3":{"name":"int-br-physnet1","ofport":1,"options":["map",[["peer","phy-br-physnet1"]]],"type":"patch"},"60af5da9-215d-403a-af0b-d95b8f89a55f":{"name":"eth40","ofport":52,"external_ids":["map",[["attached-mac","fa:16:3e:71:95:cd"],["iface-id","d4d35e97-4f5c-4a7a-a1b2-57517bfdb0ed"],["iface-status","active"],["vm-uuid","e4226b28-c181-401e-81fe-ce2a160f43c1"]]]},"e809fb3d-2cc3-4f85-ab0e-f9fa11263ca2":{"name":"eth44","ofport":50,"external_ids":["map",[["attached-mac","fa:16:3e:fe:2f:5f"],["iface-id","488fd963-7c4c-4cdd-b03f-ab9de01dbd08"],["iface-status","active"],["vm-uuid","e4226b28-c181-401e-81fe-ce2a160f43c1"]]]},"45124c8e-d663-4454-960b-16bbfd730e96":{"name":"eth59","ofport":49,"external_ids":["map",[["attached-mac","fa:16:3e:b4:48:1f"],["iface-id","84838bb2-b084-49de-a300-a0cdfb3fa15e"],["iface-status","active"],["vm-uuid","e4226b28-c181-401e-81fe-ce2a160f43c1"]]]},"77c48721-b904-4790-bdb9-8a52ca0512d0":{"name":"eth51","ofport":53,"external_ids":["map",[["attached-mac","fa:16:3e:81:51:10"],["iface-id","c821b35b-d630-417e-90f0-982285994a7f"],["iface-status","active"],["vm-uuid","75d97c4b-79d8-4aec-a195-59b3cda0d678"]]]},"eb472b27-10d4-40b4-a2b8-5df152982291":{"name":"eth55","ofport":47,"external_ids":["map",[["attached-mac","fa:16:3e:d1:65:4b"],["iface-id","1bf6167f-69aa-4c81-9f39-7aafcccd6d2f"],["iface-status","active"],["vm-uuid","726e3a41-f8c2-4dd8-baa6-94e2ea12908e"]]]},"fd30dfb7-1278-4045-aaed-9651e32fec01":{"name":"phy-br-physnet1","ofport":2,"options":["map",[["peer","int-br-physnet1"]]],"type":"patch"}},"Manager":{"88a9799e-3918-4c0b-be38-cabf13949a2c":{"target":"ptcp:6640:127.0.0.1"}},"_date":1571756246773}

> _______________________________________________
> discuss mailing list
> discuss at openvswitch.org
> https://mail.openvswitch.org/mailman/listinfo/ovs-discuss



More information about the discuss mailing list