I had to rebuild a host. I first removed it from Ovirt then reinstalled the OS. I then
used the same 192.xxx.xxx.207 IP as the old host. I then added it to Ovirt which seem to
go OK. However I am seeing lots of ovn errors complaining that there was an existing port
for the same IP
Port ovn-47cc88-0 new port is ovn-af7f78-0
ovs-vsctl show
34c43e58-46f5-4217-8f2e-5801e1f2b9de
Bridge br-int
fail_mode: secure
Port "ovn-24b972-0"
Interface "ovn-24b972-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.204"}
Port "ovn-ec1bbd-0"
Interface "ovn-ec1bbd-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.201"}
Port "ovn-47cc88-0"
Interface "ovn-47cc88-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.207"}
Port "ovn-d1e09d-0"
Interface "ovn-d1e09d-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.203"}
Port "ovn-f5ded7-0"
Interface "ovn-f5ded7-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.202"}
Port "ovn-1cb1b0-0"
Interface "ovn-1cb1b0-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.206"}
Port br-int
Interface br-int
type: internal
Port "ovn-af7f78-0"
Interface "ovn-af7f78-0"
type: geneve
options: {csum="true", key=flow,
remote_ip="192.xxx.xxx.207"}
error: "could not add network device ovn-af7f78-0 to ofproto (File
exists)"
ovs_version: "2.10.1"
/ var/log/ovs-vswitchd.log
tunnel|WARN|ovn-af7f78-0: attempting to add tunnel port with same config as port
'ovn-47cc88-0' (::->192.xxx.xxx.207, key=flow, legacy_l2, dp port=2)
2021-01-26T18:03:38.128Z|69740|ofproto|WARN|br-int: could not add port ovn-af7f78-0 (File
exists)
2021-01-26T18:03:38.128Z|69741|bridge|WARN|could not add network device ovn-af7f78-0 to
ofproto (File exists)
/var/log/messages
Jan 26 18:03:37 xxxx05 kernel: device genev_sys_6081 entered promiscuous mode
Jan 26 18:03:37 xxxx05 kernel: i40e 0000:3d:00.0 eno3: UDP port 6081 was not found, not
deleting
Jan 26 18:03:37 xxxx05 kernel: i40e 0000:3d:00.1 eno4: UDP port 6081 was not found, not
deleting
Jan 26 18:03:37 xxxx05 kernel: i40e 0000:3d:00.2 eno5: UDP port 6081 was not found, not
deleting
Jan 26 18:03:37 xxxx05 kernel: i40e 0000:3d:00.3 eno6: UDP port 6081 was not found, not
deleting
I can bring the host 192.xxx.xxx.107 down and the errors stop on the other hosts but ovn
still has a port defined for 192.xxx.xxx.207 The question I have is how do I delete the
old port definition ?
Regards
Kevin