From: "Devin Acosta" <devin(a)pabstatencio.com>
To: "Russell Bryant" <rbryant(a)redhat.com>
Cc: "Numan Siddique" <nusiddiq(a)redhat.com>, "Lance Richardson"
<lrichard(a)redhat.com>, "Marcin Mirecki"
<mmirecki(a)redhat.com>, "users" <Users(a)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>