Re: [ovs-dev] [PATCH ovn v1] northd: Remove misleading warning log message

2019-12-02 Thread Russell Bryant
On Mon, Dec 2, 2019 at 3:45 AM Numan Siddique wrote: > > On Mon, Dec 2, 2019 at 8:54 AM Russell Bryant wrote: > > > > While debugging an ovn-kubernetes cluster, I spotted several > > "Duplicate MAC set" warning messages in the ovn-northd log. It looks > > like this message was emitted from this

Re: [ovs-dev] [PATCH ovn v1] northd: Remove misleading warning log message

2019-12-02 Thread Numan Siddique
On Mon, Dec 2, 2019 at 8:54 AM Russell Bryant wrote: > > While debugging an ovn-kubernetes cluster, I spotted several > "Duplicate MAC set" warning messages in the ovn-northd log. It looks > like this message was emitted from this code path by mistake, where > it correctly avoided assigning a dup

[ovs-dev] [PATCH ovn v1] northd: Remove misleading warning log message

2019-12-01 Thread Russell Bryant
While debugging an ovn-kubernetes cluster, I spotted several "Duplicate MAC set" warning messages in the ovn-northd log. It looks like this message was emitted from this code path by mistake, where it correctly avoided assigning a duplicate MAC address. This patch turns off the warning for that c