> From: "Devin Acosta" <de...@pabstatencio.com>
> To: "Russell Bryant" <rbry...@redhat.com>
> Cc: "Numan Siddique" <nusid...@redhat.com>, "Lance Richardson" 
> <lrich...@redhat.com>, "Marcin Mirecki"
> <mmire...@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>
_______________________________________________
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

Reply via email to