
From: "Devin Acosta" <devin@pabstatencio.com> To: "Russell Bryant" <rbryant@redhat.com> Cc: "Numan Siddique" <nusiddiq@redhat.com>, "Lance Richardson" <lrichard@redhat.com>, "Marcin Mirecki" <mmirecki@redhat.com>, "users" <Users@ovirt.org> Sent: Tuesday, December 20, 2016 4:38:32 PM Subject: Re: oVirt / OVN / MTU
So some port got stuck on a box? Any idea what would cause this and what i should do to remove it?
Maybe there's a better way, but you could run this on the two chassis that are involved: ovs-vsctl --format table --columns=name,external-ids list Interface And look for for port UUID from the log message, it should show up with "iface-id=" on both chassis (but should appear on only one). Once you figure out which one is wrong, do: ovs-vsctl remove Interface <port-name> external_ids iface-id=<interface-id>