On Mon, Feb 8, 2021 at 2:40 PM Dumitru Ceara <[email protected]> wrote: > > On 2/7/21 3:52 AM, gmingchen(陈供明) wrote: > > From: Gongming Chen <[email protected]> > > > > After setting the iface-id, immediately check the up status of the port > > binding, it will occasionally fail, especially when the port binding > > status is reported later. > > > > When it fails, the following will be output: > > Checking values in sb Port_Binding with logical_port=lsp1 against false... > > found false > > ovs-vsctl add-port br-int lsp1 -- set Interface lsp1 > > external-ids:iface-id=lsp1 > > ./ovn-macros.at:307: "$@" > > Checking values in sb Port_Binding with logical_port=lsp1 against true... > > found false > > _uuid : 15ebabb6-3dbb-4806-aa85-d1c03e3b39f6 > > logical_port : lsp1 > > up : true > > ./ovn-macros.at:393: hard failure > > > > Fixes: 4d3cb42b076b ("binding: Set Logical_Switch_Port.up when all OVS > > flows are installed.") > > Signed-off-by: Gongming Chen <[email protected]> > > --- > > Thanks for the fix! > > Acked-by: Dumitru Ceara <[email protected]>
Thanks for the fix. I applied this patch to master. I also added your name to the AUTHORS list. Numan > > _______________________________________________ > 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
