On Tue, Apr 2, 2024 at 2:20 PM Ilya Maximets <i.maxim...@ovn.org> wrote:
> As the error message says, you're trying to remove the name from
> the mirror and not the mirror itself.  Mirror must have a name,
> so the operation fails.
>
> And you will also not be able to remove the mirror record while
> bridge is referencing it.  You need to remove the mirror from the
> bridge and other database tables will be cleaned up automatically.
>
> If you don't have other mirrors, the easiest way to remove this
> one will be:
>
>   # ovs-vsctl clear bridge ovs-default mirrors
>
> If you only want to remove this particular mirror:
>
>   # ovs-vsctl remove bridge ovs-default mirrors 
> b20f3ce4-c5c2-453a-9fa4-99175be0a02a

Thanks, Ilya. Things are clearer in my mind now.

Your solution worked like a charm, thank you.

Giovanni
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to