Reviewed: https://review.opendev.org/c/openstack/neutron/+/867531 Committed: https://opendev.org/openstack/neutron/commit/dfe69472a82d7eee96299122c8a9520aeed73ddd Submitter: "Zuul (22348)" Branch: master
commit dfe69472a82d7eee96299122c8a9520aeed73ddd Author: Rodolfo Alonso Hernandez <[email protected]> Date: Thu Dec 8 06:30:14 2022 +0100 Check if port exists in ``update_port_virtual_type`` method During the OVN DB inconsistency check, a OVN LSP could not be present in the Neutron DB. In this case, continue processing other LSPs and let other ``DBInconsistenciesPeriodics`` methods to resolve this issue. Closes-Bug: #1999517 Change-Id: Ifb8bdccf6819f7f8af1abd3b82ccb1cd2e4c2fb8 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1999517 Title: Error during execution of "DBInconsistenciesPeriodics.update_port_virtual_type" Status in neutron: Fix Released Bug description: During the OVN database inconsistencies check, the method "update_port_virtual_type" retrieves the Neutron DB port depending on the OVN LSP. If the Neutron DB port does not exist, this method should catch this exception and continue (there are other methods that will clean this OVN DB register). Example of error: https://paste.opendev.org/show/bqkigBOhtOxnxsSgSIh4/ To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1999517/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

