On Thu, Sep 9, 2021 at 10:43 AM Vladislav Odintsov <[email protected]> wrote: > > I’ve forgot to add: > there warnings appear while starting ovn-controller service. > > Regards, > Vladislav Odintsov > > > On 9 Sep 2021, at 17:41, Vladislav Odintsov <[email protected]> wrote: > > > > Hi, > > > > with ovn master code and OVS 2.16.0 with OOT kernel module I see error in > > ovs-vswitchd: > > > > 2021-09-09T14:39:33.276Z|96912|bridge|INFO|bridge internet: deleted > > interface patch-outside-localnet-to-br-int on port 94 > > 2021-09-09T14:39:33.276Z|96913|bridge|INFO|bridge br-int: deleted interface > > patch-br-int-to-outside-localnet on port 152 > > 2021-09-09T14:39:33.278Z|96914|dpif|WARN|system@ovs-system: failed to query > > port patch-outside-localnet-to-br-int: Invalid argument > > 2021-09-09T14:39:33.278Z|96915|dpif|WARN|system@ovs-system: failed to query > > port patch-br-int-to-outside-localnet: Invalid argument > > 2021-09-09T14:39:33.350Z|96918|bridge|INFO|bridge internet: added interface > > patch-outside-localnet-to-br-int on port 95 > > 2021-09-09T14:39:33.350Z|96919|bridge|INFO|bridge br-int: added interface > > patch-br-int-to-outside-localnet on port 157 > > > > Though, I’m not seeing any negative impact, maybe somebody of developers > > know the reason and the possible impact?
These patch ports are created and deleted by OVN. Do you see it all the time you start/restart ovn-controller ? Perhaps ovn-controller is deleting these patch ports during start up (since it has not seen the localnet port binding yet ) thinking these patch ports are not required and it is recreating the patch ports once it sees the localnet port binding. Thanks Numan > > > > Regards, > > Vladislav Odintsov > > > > _______________________________________________ > > dev mailing list > > [email protected] > > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
