Hi Community,
can someone hint me how to get rid of some ports? I just want to 'reset' my ovn 
setup.
Here is what I have so far:
[root@ovirt1 openvswitch]# ovs-vsctl list interface                  
_uuid               : be89c214-10e4-4a97-a9eb-1b82bc433a24
admin_state         : up
bfd                 : {}
bfd_status          : {}
cfm_fault           : []
cfm_fault_status    : []
cfm_flap_count      : []
cfm_health          : []
cfm_mpid            : []
cfm_remote_mpids    : []
cfm_remote_opstate  : []
duplex              : []
error               : []
external_ids        : {}
ifindex             : 35
ingress_policing_burst: 0
ingress_policing_rate: 0
lacp_current        : []
link_resets         : 0
link_speed          : []
link_state          : up
lldp                : {}
mac                 : []
mac_in_use          : "7a:7d:1d:a7:43:1d"
mtu                 : []
mtu_request         : []
name                : "ovn-25cc77-0"
ofport              : 6
ofport_request      : []
options             : {csum="true", key=flow, remote_ip="192.168.1.64"}
other_config        : {}
statistics          : {rx_bytes=0, rx_packets=0, tx_bytes=0, tx_packets=0}
status              : {tunnel_egress_iface=ovirtmgmt, 
tunnel_egress_iface_carrier=up}
type                : geneve

_uuid               : ec6a6688-e5d6-4346-ac47-ece1b8379440
admin_state         : down
bfd                 : {}
bfd_status          : {}
cfm_fault           : []
cfm_fault_status    : []
cfm_flap_count      : []
cfm_health          : []
cfm_mpid            : []
cfm_remote_mpids    : []
cfm_remote_opstate  : []
duplex              : []
error               : []
external_ids        : {}
ifindex             : 13
ingress_policing_burst: 0
ingress_policing_rate: 0
lacp_current        : []
link_resets         : 0
link_speed          : []
link_state          : down
lldp                : {}
mac                 : []
mac_in_use          : "66:36:dd:63:dc:48"
mtu                 : 1500
mtu_request         : []
name                : br-int
ofport              : 65534
ofport_request      : []
options             : {}
other_config        : {}
statistics          : {collisions=0, rx_bytes=0, rx_crc_err=0, rx_dropped=0, 
rx_errors=0, rx_frame_err=0, rx_over_err=0, rx_packets=0, tx_bytes=0, 
tx_dropped=0, tx_errors=0, tx_packets=0}
status              : {driver_name=openvswitch}
type                : internal

_uuid               : 1e511b4d-f7c2-499f-bd8c-07236e7bb7af
admin_state         : up
bfd                 : {}
bfd_status          : {}
cfm_fault           : []
cfm_fault_status    : []
cfm_flap_count      : []
cfm_health          : []
cfm_mpid            : []
cfm_remote_mpids    : []
cfm_remote_opstate  : []
duplex              : []
error               : []
external_ids        : {}
ifindex             : 35
ingress_policing_burst: 0
ingress_policing_rate: 0
lacp_current        : []
link_resets         : 0
link_speed          : []
link_state          : up
lldp                : {}
mac                 : []
mac_in_use          : "1a:85:d1:d9:e2:a5"
mtu                 : []
mtu_request         : []
name                : "ovn-566849-0"
ofport              : 5
ofport_request      : []
options             : {csum="true", key=flow, remote_ip="192.168.1.41"}
other_config        : {}
statistics          : {rx_bytes=0, rx_packets=0, tx_bytes=0, tx_packets=0}
status              : {tunnel_egress_iface=ovirtmgmt, 
tunnel_egress_iface_carrier=up}
type                : geneve


When I try to remove a port - it never ends (just hanging):
[root@ovirt1 openvswitch]# ovs-vsctl --dry-run del-port br-int ovn-25cc77-0     
                    
In journal  I see only this:дек 12 04:13:57 ovirt1.localdomain 
ovs-vsctl[22030]: ovs|00001|vsctl|INFO|Called as ovs-vsctl --dry-run del-port 
br-int ovn-25cc77-0

The stranger part to me is the log output:
[root@ovirt1 openvswitch]# grep ovn-25cc77-0 /var/log/openvswitch/*.log
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:26:28.642Z|00032|bridge|INFO|bridge
 br-int: added interface ovn-25cc77-0 on port 14
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:45:15.646Z|00113|bridge|INFO|bridge
 br-int: deleted interface ovn-25cc77-0 on port 14
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:45:15.861Z|00116|bridge|INFO|bridge
 br-int: added interface ovn-25cc77-0 on port 2
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:50:36.678Z|00118|bridge|INFO|bridge
 br-int: deleted interface ovn-25cc77-0 on port 2
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:52:31.180Z|00121|bridge|INFO|bridge
 br-int: added interface ovn-25cc77-0 on port 3
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:55:09.734Z|00125|bridge|INFO|bridge
 br-int: deleted interface ovn-25cc77-0 on port 3
/var/log/openvswitch/ovs-vswitchd.log:2019-12-12T01:58:15.138Z|00127|bridge|INFO|bridge
 br-int: added interface ovn-25cc77-0 on port 6

I'm also attaching the verbose output of the dryrun.
Thanks in advance.
Best Regards,Strahil Nikolov
[root@ovirt1 openvswitch]# ovs-vsctl --verbose  --dry-run del-port br-int 
ovn-25cc77-0
2019-12-12T02:26:22Z|00001|vsctl|INFO|Called as ovs-vsctl --verbose --dry-run 
del-port br-int ovn-25cc77-0
2019-12-12T02:26:22Z|00002|reconnect|DBG|unix:/var/run/openvswitch/db.sock: 
entering BACKOFF
2019-12-12T02:26:22Z|00003|reconnect|INFO|unix:/var/run/openvswitch/db.sock: 
connecting...
2019-12-12T02:26:22Z|00004|reconnect|DBG|unix:/var/run/openvswitch/db.sock: 
entering CONNECTING
2019-12-12T02:26:22Z|00005|poll_loop|DBG|wakeup due to [POLLOUT] on fd 4 
(<->/var/run/openvswitch/db.sock) at lib/stream-fd.c:153
2019-12-12T02:26:22Z|00006|reconnect|INFO|unix:/var/run/openvswitch/db.sock: 
connected
2019-12-12T02:26:22Z|00007|reconnect|DBG|unix:/var/run/openvswitch/db.sock: 
entering ACTIVE
2019-12-12T02:26:22Z|00008|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: send 
request, method="get_schema", params=["_Server"], id=0
2019-12-12T02:26:22Z|00009|ovsdb_idl|DBG|unix:/var/run/openvswitch/db.sock: 
SERVER_SCHEMA_REQUESTED -> SERVER_SCHEMA_REQUESTED at lib/ovsdb-idl.c:665
2019-12-12T02:26:22Z|00010|poll_loop|DBG|wakeup due to [POLLIN] on fd 4 
(<->/var/run/openvswitch/db.sock) at lib/stream-fd.c:157
2019-12-12T02:26:22Z|00011|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: 
received reply, result={"cksum":"3236486585 
698","name":"_Server","version":"1.1.0","tables":{"Database":{"columns":{"model":{"type":{"key":{"type":"string","enum":["set",["clustered","standalone"]]}}},"name":{"type":"string"},"connected":{"type":"boolean"},"leader":{"type":"boolean"},"schema":{"type":{"min":0,"key":"string"}},"sid":{"type":{"min":0,"key":"uuid"}},"cid":{"type":{"min":0,"key":"uuid"}},"index":{"type":{"min":0,"key":"integer"}}}}}},
 id=0
2019-12-12T02:26:22Z|00012|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: send 
request, method="monitor_cond", 
params=["_Server",["monid","_Server"],{"Database":[{"where":[["name","==","Open_vSwitch"]],"columns":["cid","connected","index","leader","model","name","schema","sid"]}]}],
 id=1
2019-12-12T02:26:22Z|00013|ovsdb_idl|DBG|unix:/var/run/openvswitch/db.sock: 
SERVER_SCHEMA_REQUESTED -> SERVER_MONITOR_COND_REQUESTED at lib/ovsdb-idl.c:696
2019-12-12T02:26:22Z|00014|poll_loop|DBG|wakeup due to [POLLIN] on fd 4 
(<->/var/run/openvswitch/db.sock) at lib/stream-fd.c:157
2019-12-12T02:26:22Z|00015|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: 
received reply, 
result={"Database":{"628e2355-7dba-4c87-a546-2379add5ee05":{"initial":{"schema":"{\"cksum\":\"1452282319
 
23860\",\"name\":\"Open_vSwitch\",\"tables\":{\"AutoAttach\":{\"columns\":{\"mappings\":{\"type\":{\"key\":{\"maxInteger\":16777215,\"minInteger\":0,\"type\":\"integer\"},\"max\":\"unlimited\",\"min\":0,\"value\":{\"maxInteger\":4095,\"minInteger\":0,\"type\":\"integer\"}}},\"system_description\":{\"type\":\"string\"},\"system_name\":{\"type\":\"string\"}}},\"Bridge\":{\"columns\":{\"auto_attach\":{\"type\":{\"key\":{\"refTable\":\"AutoAttach\",\"type\":\"uuid\"},\"min\":0}},\"controller\":{\"type\":{\"key\":{\"refTable\":\"Controller\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"datapath_id\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"min\":0}},\"datapath_type\":{\"type\":\"string\"},\"datapath_version\":{\"type\":\"string\"},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"fail_mode\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"secure\",\"standalone\"]],\"type\":\"string\"},\"min\":0}},\"flood_vlans\":{\"type\":{\"key\":{\"maxInteger\":4095,\"minInteger\":0,\"type\":\"integer\"},\"max\":4096,\"min\":0}},\"flow_tables\":{\"type\":{\"key\":{\"maxInteger\":254,\"minInteger\":0,\"type\":\"integer\"},\"max\":\"unlimited\",\"min\":0,\"value\":{\"refTable\":\"Flow_Table\",\"type\":\"uuid\"}}},\"ipfix\":{\"type\":{\"key\":{\"refTable\":\"IPFIX\",\"type\":\"uuid\"},\"min\":0}},\"mcast_snooping_enable\":{\"type\":\"boolean\"},\"mirrors\":{\"type\":{\"key\":{\"refTable\":\"Mirror\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"name\":{\"mutable\":false,\"type\":\"string\"},\"netflow\":{\"type\":{\"key\":{\"refTable\":\"NetFlow\",\"type\":\"uuid\"},\"min\":0}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"ports\":{\"type\":{\"key\":{\"refTable\":\"Port\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"protocols\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"OpenFlow10\",\"OpenFlow11\",\"OpenFlow12\",\"OpenFlow13\",\"OpenFlow14\",\"OpenFlow15\",\"OpenFlow16\"]],\"type\":\"string\"},\"max\":\"unlimited\",\"min\":0}},\"rstp_enable\":{\"type\":\"boolean\"},\"rstp_status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"sflow\":{\"type\":{\"key\":{\"refTable\":\"sFlow\",\"type\":\"uuid\"},\"min\":0}},\"status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"stp_enable\":{\"type\":\"boolean\"}},\"indexes\":[[\"name\"]]},\"Controller\":{\"columns\":{\"connection_mode\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"in-band\",\"out-of-band\"]],\"type\":\"string\"},\"min\":0}},\"controller_burst_limit\":{\"type\":{\"key\":{\"minInteger\":25,\"type\":\"integer\"},\"min\":0}},\"controller_rate_limit\":{\"type\":{\"key\":{\"minInteger\":100,\"type\":\"integer\"},\"min\":0}},\"enable_async_messages\":{\"type\":{\"key\":\"boolean\",\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"inactivity_probe\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"is_connected\":{\"ephemeral\":true,\"type\":\"boolean\"},\"local_gateway\":{\"type\":{\"key\":\"string\",\"min\":0}},\"local_ip\":{\"type\":{\"key\":\"string\",\"min\":0}},\"local_netmask\":{\"type\":{\"key\":\"string\",\"min\":0}},\"max_backoff\":{\"type\":{\"key\":{\"minInteger\":1000,\"type\":\"integer\"},\"min\":0}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"role\":{\"ephemeral\":true,\"type\":{\"key\":{\"enum\":[\"set\",[\"master\",\"other\",\"slave\"]],\"type\":\"string\"},\"min\":0}},\"status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"target\":{\"type\":\"string\"}}},\"Flow_Sample_Collector_Set\":{\"columns\":{\"bridge\":{\"type\":{\"key\":{\"refTable\":\"Bridge\",\"type\":\"uuid\"}}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"id\":{\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":0,\"type\":\"integer\"}}},\"ipfix\":{\"type\":{\"key\":{\"refTable\":\"IPFIX\",\"type\":\"uuid\"},\"min\":0}}},\"indexes\":[[\"id\",\"bridge\"]],\"isRoot\":true},\"Flow_Table\":{\"columns\":{\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"flow_limit\":{\"type\":{\"key\":{\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"groups\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0}},\"name\":{\"type\":{\"key\":\"string\",\"min\":0}},\"overflow_policy\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"evict\",\"refuse\"]],\"type\":\"string\"},\"min\":0}},\"prefixes\":{\"type\":{\"key\":\"string\",\"max\":3,\"min\":0}}}},\"IPFIX\":{\"columns\":{\"cache_active_timeout\":{\"type\":{\"key\":{\"maxInteger\":4200,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"cache_max_flows\":{\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"obs_domain_id\":{\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"obs_point_id\":{\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"sampling\":{\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":1,\"type\":\"integer\"},\"min\":0}},\"targets\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0}}}},\"Interface\":{\"columns\":{\"admin_state\":{\"ephemeral\":true,\"type\":{\"key\":{\"enum\":[\"set\",[\"down\",\"up\"]],\"type\":\"string\"},\"min\":0}},\"bfd\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"bfd_status\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"cfm_fault\":{\"ephemeral\":true,\"type\":{\"key\":\"boolean\",\"min\":0}},\"cfm_fault_status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0}},\"cfm_flap_count\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"cfm_health\":{\"ephemeral\":true,\"type\":{\"key\":{\"maxInteger\":100,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"cfm_mpid\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"cfm_remote_mpids\":{\"ephemeral\":true,\"type\":{\"key\":\"integer\",\"max\":\"unlimited\",\"min\":0}},\"cfm_remote_opstate\":{\"ephemeral\":true,\"type\":{\"key\":{\"enum\":[\"set\",[\"down\",\"up\"]],\"type\":\"string\"},\"min\":0}},\"duplex\":{\"ephemeral\":true,\"type\":{\"key\":{\"enum\":[\"set\",[\"full\",\"half\"]],\"type\":\"string\"},\"min\":0}},\"error\":{\"type\":{\"key\":\"string\",\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"ifindex\":{\"ephemeral\":true,\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"ingress_policing_burst\":{\"type\":{\"key\":{\"minInteger\":0,\"type\":\"integer\"}}},\"ingress_policing_rate\":{\"type\":{\"key\":{\"minInteger\":0,\"type\":\"integer\"}}},\"lacp_current\":{\"ephemeral\":true,\"type\":{\"key\":\"boolean\",\"min\":0}},\"link_resets\":{\"ephemeral\":true,\"type\":{\"key\":\"integer\",\"min\":0}},\"link_speed\":{\"ephemeral\":true,\"type\":{\"key\":\"integer\",\"min\":0}},\"link_state\":{\"ephemeral\":true,\"type\":{\"key\":{\"enum\":[\"set\",[\"down\",\"up\"]],\"type\":\"string\"},\"min\":0}},\"lldp\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"mac\":{\"type\":{\"key\":\"string\",\"min\":0}},\"mac_in_use\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"min\":0}},\"mtu\":{\"ephemeral\":true,\"type\":{\"key\":\"integer\",\"min\":0}},\"mtu_request\":{\"type\":{\"key\":{\"minInteger\":1,\"type\":\"integer\"},\"min\":0}},\"name\":{\"mutable\":false,\"type\":\"string\"},\"ofport\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"ofport_request\":{\"type\":{\"key\":{\"maxInteger\":65279,\"minInteger\":1,\"type\":\"integer\"},\"min\":0}},\"options\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"statistics\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"integer\"}},\"status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"type\":{\"type\":\"string\"}},\"indexes\":[[\"name\"]]},\"Manager\":{\"columns\":{\"connection_mode\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"in-band\",\"out-of-band\"]],\"type\":\"string\"},\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"inactivity_probe\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"is_connected\":{\"ephemeral\":true,\"type\":\"boolean\"},\"max_backoff\":{\"type\":{\"key\":{\"minInteger\":1000,\"type\":\"integer\"},\"min\":0}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"target\":{\"type\":\"string\"}},\"indexes\":[[\"target\"]]},\"Mirror\":{\"columns\":{\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"name\":{\"type\":\"string\"},\"output_port\":{\"type\":{\"key\":{\"refTable\":\"Port\",\"refType\":\"weak\",\"type\":\"uuid\"},\"min\":0}},\"output_vlan\":{\"type\":{\"key\":{\"maxInteger\":4095,\"minInteger\":1,\"type\":\"integer\"},\"min\":0}},\"select_all\":{\"type\":\"boolean\"},\"select_dst_port\":{\"type\":{\"key\":{\"refTable\":\"Port\",\"refType\":\"weak\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"select_src_port\":{\"type\":{\"key\":{\"refTable\":\"Port\",\"refType\":\"weak\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"select_vlan\":{\"type\":{\"key\":{\"maxInteger\":4095,\"minInteger\":0,\"type\":\"integer\"},\"max\":4096,\"min\":0}},\"snaplen\":{\"type\":{\"key\":{\"maxInteger\":65535,\"minInteger\":14,\"type\":\"integer\"},\"min\":0}},\"statistics\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"integer\"}}}},\"NetFlow\":{\"columns\":{\"active_timeout\":{\"type\":{\"key\":{\"minInteger\":-1,\"type\":\"integer\"}}},\"add_id_to_interface\":{\"type\":\"boolean\"},\"engine_id\":{\"type\":{\"key\":{\"maxInteger\":255,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"engine_type\":{\"type\":{\"key\":{\"maxInteger\":255,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"targets\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\"}}}},\"Open_vSwitch\":{\"columns\":{\"bridges\":{\"type\":{\"key\":{\"refTable\":\"Bridge\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"cur_cfg\":{\"type\":\"integer\"},\"datapath_types\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0}},\"db_version\":{\"type\":{\"key\":\"string\",\"min\":0}},\"dpdk_initialized\":{\"type\":\"boolean\"},\"dpdk_version\":{\"type\":{\"key\":\"string\",\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"iface_types\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0}},\"manager_options\":{\"type\":{\"key\":{\"refTable\":\"Manager\",\"type\":\"uuid\"},\"max\":\"unlimited\",\"min\":0}},\"next_cfg\":{\"type\":\"integer\"},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"ovs_version\":{\"type\":{\"key\":\"string\",\"min\":0}},\"ssl\":{\"type\":{\"key\":{\"refTable\":\"SSL\",\"type\":\"uuid\"},\"min\":0}},\"statistics\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"system_type\":{\"type\":{\"key\":\"string\",\"min\":0}},\"system_version\":{\"type\":{\"key\":\"string\",\"min\":0}}},\"isRoot\":true,\"maxRows\":1},\"Port\":{\"columns\":{\"bond_active_slave\":{\"type\":{\"key\":\"string\",\"min\":0}},\"bond_downdelay\":{\"type\":\"integer\"},\"bond_fake_iface\":{\"type\":\"boolean\"},\"bond_mode\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"active-backup\",\"balance-slb\",\"balance-tcp\"]],\"type\":\"string\"},\"min\":0}},\"bond_updelay\":{\"type\":\"integer\"},\"cvlans\":{\"type\":{\"key\":{\"maxInteger\":4095,\"minInteger\":0,\"type\":\"integer\"},\"max\":4096,\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"fake_bridge\":{\"type\":\"boolean\"},\"interfaces\":{\"type\":{\"key\":{\"refTable\":\"Interface\",\"type\":\"uuid\"},\"max\":\"unlimited\"}},\"lacp\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"active\",\"off\",\"passive\"]],\"type\":\"string\"},\"min\":0}},\"mac\":{\"type\":{\"key\":\"string\",\"min\":0}},\"name\":{\"mutable\":false,\"type\":\"string\"},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"protected\":{\"type\":\"boolean\"},\"qos\":{\"type\":{\"key\":{\"refTable\":\"QoS\",\"type\":\"uuid\"},\"min\":0}},\"rstp_statistics\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"integer\"}},\"rstp_status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"statistics\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"integer\"}},\"status\":{\"ephemeral\":true,\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"tag\":{\"type\":{\"key\":{\"maxInteger\":4095,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"trunks\":{\"type\":{\"key\":{\"maxInteger\":4095,\"minInteger\":0,\"type\":\"integer\"},\"max\":4096,\"min\":0}},\"vlan_mode\":{\"type\":{\"key\":{\"enum\":[\"set\",[\"access\",\"dot1q-tunnel\",\"native-tagged\",\"native-untagged\",\"trunk\"]],\"type\":\"string\"},\"min\":0}}},\"indexes\":[[\"name\"]]},\"QoS\":{\"columns\":{\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"queues\":{\"type\":{\"key\":{\"maxInteger\":4294967295,\"minInteger\":0,\"type\":\"integer\"},\"max\":\"unlimited\",\"min\":0,\"value\":{\"refTable\":\"Queue\",\"type\":\"uuid\"}}},\"type\":{\"type\":\"string\"}},\"isRoot\":true},\"Queue\":{\"columns\":{\"dscp\":{\"type\":{\"key\":{\"maxInteger\":63,\"minInteger\":0,\"type\":\"integer\"},\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"other_config\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}}},\"isRoot\":true},\"SSL\":{\"columns\":{\"bootstrap_ca_cert\":{\"type\":\"boolean\"},\"ca_cert\":{\"type\":\"string\"},\"certificate\":{\"type\":\"string\"},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"private_key\":{\"type\":\"string\"}},\"maxRows\":1},\"sFlow\":{\"columns\":{\"agent\":{\"type\":{\"key\":\"string\",\"min\":0}},\"external_ids\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\",\"min\":0,\"value\":\"string\"}},\"header\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"polling\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"sampling\":{\"type\":{\"key\":\"integer\",\"min\":0}},\"targets\":{\"type\":{\"key\":\"string\",\"max\":\"unlimited\"}}}}},\"version\":\"7.16.1\"}","leader":true,"name":"Open_vSwitch","model":"standalone","connected":true}}}},
 id=1
2019-12-12T02:26:22Z|00016|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: send 
request, method="monitor_cond", 
params=["Open_vSwitch",["monid","Open_vSwitch"],{"Port":[{"columns":["fake_bridge","interfaces","name","tag"]}],"Interface":[{"columns":["error","name","ofport"]}],"Controller":[{"columns":[]}],"Bridge":[{"columns":["controller","fail_mode","name","ports"]}],"Open_vSwitch":[{"columns":["bridges","cur_cfg"]}]}],
 id=2
2019-12-12T02:26:22Z|00017|ovsdb_idl|DBG|unix:/var/run/openvswitch/db.sock: 
SERVER_MONITOR_COND_REQUESTED -> DATA_MONITOR_COND_REQUESTED at 
lib/ovsdb-idl.c:1864
2019-12-12T02:26:22Z|00018|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: send 
request, method="set_db_change_aware", params=[true], id=3
2019-12-12T02:26:22Z|00019|poll_loop|DBG|wakeup due to [POLLIN] on fd 4 
(<->/var/run/openvswitch/db.sock) at lib/stream-fd.c:157
2019-12-12T02:26:22Z|00020|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: 
received reply, 
result={"Interface":{"be89c214-10e4-4a97-a9eb-1b82bc433a24":{"initial":{"name":"ovn-25cc77-0","ofport":6}},"ec6a6688-e5d6-4346-ac47-ece1b8379440":{"initial":{"name":"br-int","ofport":65534}},"1e511b4d-f7c2-499f-bd8c-07236e7bb7af":{"initial":{"name":"ovn-566849-0","ofport":5}}},"Port":{"ffb6c2ef-e429-4243-846f-63f36d07d800":{"initial":{"name":"ovn-566849-0","interfaces":["uuid","1e511b4d-f7c2-499f-bd8c-07236e7bb7af"]}},"8947f82d-a089-429b-8843-71371314cb52":{"initial":{"name":"br-int","interfaces":["uuid","ec6a6688-e5d6-4346-ac47-ece1b8379440"]}},"17fb8be2-99ba-4bc6-a103-ebf085162cdb":{"initial":{"name":"ovn-25cc77-0","interfaces":["uuid","be89c214-10e4-4a97-a9eb-1b82bc433a24"]}}},"Bridge":{"63dd3665-3efb-48dc-ada5-9db79b17b53f":{"initial":{"name":"br-int","ports":["set",[["uuid","17fb8be2-99ba-4bc6-a103-ebf085162cdb"],["uuid","8947f82d-a089-429b-8843-71371314cb52"],["uuid","ffb6c2ef-e429-4243-846f-63f36d07d800"]]],"fail_mode":"secure"}}},"Open_vSwitch":{"c0e938f1-b5b5-4d5a-9cda-29dae2986f29":{"initial":{"bridges":["uuid","63dd3665-3efb-48dc-ada5-9db79b17b53f"],"cur_cfg":129}}}},
 id=2
2019-12-12T02:26:22Z|00021|ovsdb_idl|DBG|unix:/var/run/openvswitch/db.sock: 
DATA_MONITOR_COND_REQUESTED -> MONITORING at lib/ovsdb-idl.c:730
2019-12-12T02:26:22Z|00022|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: 
received reply, result={}, id=3
2019-12-12T02:26:22Z|00023|ovsdb_idl|DBG|unix:/var/run/openvswitch/db.sock: 
received unexpected reply message: {"error":null,"id":3,"result":{}}
2019-12-12T02:26:22Z|00024|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: send 
request, method="transact", 
params=["Open_vSwitch",{"rows":[{"interfaces":["uuid","ec6a6688-e5d6-4346-ac47-ece1b8379440"]}],"until":"==","where":[["_uuid","==",["uuid","8947f82d-a089-429b-8843-71371314cb52"]]],"columns":["interfaces"],"timeout":0,"op":"wait","table":"Port"},{"rows":[{"bridges":["uuid","63dd3665-3efb-48dc-ada5-9db79b17b53f"]}],"until":"==","where":[["_uuid","==",["uuid","c0e938f1-b5b5-4d5a-9cda-29dae2986f29"]]],"columns":["bridges"],"timeout":0,"op":"wait","table":"Open_vSwitch"},{"rows":[{"ports":["set",[["uuid","17fb8be2-99ba-4bc6-a103-ebf085162cdb"],["uuid","8947f82d-a089-429b-8843-71371314cb52"],["uuid","ffb6c2ef-e429-4243-846f-63f36d07d800"]]]}],"until":"==","where":[["_uuid","==",["uuid","63dd3665-3efb-48dc-ada5-9db79b17b53f"]]],"columns":["ports"],"timeout":0,"op":"wait","table":"Bridge"},{"rows":[{"interfaces":["uuid","be89c214-10e4-4a97-a9eb-1b82bc433a24"]}],"until":"==","where":[["_uuid","==",["uuid","17fb8be2-99ba-4bc6-a103-ebf085162cdb"]]],"columns":["interfaces"],"timeout":0,"op":"wait","table":"Port"},{"rows":[{"interfaces":["uuid","1e511b4d-f7c2-499f-bd8c-07236e7bb7af"]}],"until":"==","where":[["_uuid","==",["uuid","ffb6c2ef-e429-4243-846f-63f36d07d800"]]],"columns":["interfaces"],"timeout":0,"op":"wait","table":"Port"},{"where":[["_uuid","==",["uuid","63dd3665-3efb-48dc-ada5-9db79b17b53f"]]],"row":{"ports":["set",[["uuid","8947f82d-a089-429b-8843-71371314cb52"],["uuid","ffb6c2ef-e429-4243-846f-63f36d07d800"]]]},"op":"update","table":"Bridge"},{"mutations":[["next_cfg","+=",1]],"where":[["_uuid","==",["uuid","c0e938f1-b5b5-4d5a-9cda-29dae2986f29"]]],"op":"mutate","table":"Open_vSwitch"},{"where":[["_uuid","==",["uuid","c0e938f1-b5b5-4d5a-9cda-29dae2986f29"]]],"columns":["next_cfg"],"op":"select","table":"Open_vSwitch"},{"comment":"ovs-vsctl
 (invoked by -bash): ovs-vsctl --verbose --dry-run del-port br-int 
ovn-25cc77-0","op":"comment"},{"op":"abort"}], id=4
2019-12-12T02:26:22Z|00025|poll_loop|DBG|wakeup due to [POLLIN] on fd 4 
(<->/var/run/openvswitch/db.sock) at lib/stream-fd.c:157
2019-12-12T02:26:22Z|00026|jsonrpc|DBG|unix:/var/run/openvswitch/db.sock: 
received reply, 
result=[{},{},{},{},{},{"count":1},{"count":1},{"rows":[{"next_cfg":130}]},{},{"details":"aborted
 by request","error":"aborted"}], id=4
2019-12-12T02:26:22Z|00027|poll_loop|DBG|wakeup due to 0-ms timeout at 
lib/ovsdb-idl.c:3490
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/IG7YJPINVAF2BWRUB4US24EFFM5MQEED/

Reply via email to