Comment 11 for bug 2022949

Revision history for this message
Felipe Reyes (freyes) wrote :

same kind of errors in the log provided at 22:53, there is this old bug 1777466 which exhibits the same kind of exceptions (RowNotFound)

$ grep "Cannot find Logical_Switch_Port" neutron-server.log
2023-06-05 22:53:23.172 205109 ERROR neutron.plugins.ml2.managers [req-a54a4176-904f-464c-8479-c9b2f8edae84 - - - - -] Mechanism driver 'ovn' failed in update_port_postcommit: ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=6f950852-3634-4d84-9072-81b9c31e2484
2023-06-05 22:53:23.172 205109 ERROR neutron.plugins.ml2.managers ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=6f950852-3634-4d84-9072-81b9c31e2484
2023-06-05 22:53:43.883 205108 ERROR neutron.plugins.ml2.managers [req-97cf9779-9bb6-410a-a584-198f00f98c4f - - - - -] Mechanism driver 'ovn' failed in update_port_postcommit: ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=5ed74ce4-bea9-48a2-9055-e8a95cb3162d
2023-06-05 22:53:43.883 205108 ERROR neutron.plugins.ml2.managers ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=5ed74ce4-bea9-48a2-9055-e8a95cb3162d
ovsdbapp.backend.ovs_idl.idlutils.RowNotFound: Cannot find Logical_Switch_Port with name=cf166813-c4c9-4421-b41e-f31538fa4166

I'm adding a task for ovsdbapp since it's the component that takes care of interactions between neutron and ovn.