← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2115189] Re: [OVN] ``sync_port_qos_policies`` and ``sync_fip_qos_policies`` only have "repair" mode

 

Reviewed:  https://review.opendev.org/c/openstack/neutron/+/953081
Committed: https://opendev.org/openstack/neutron/commit/3ad1b0b80697c9fe4e89a63db35c5102e018aac8
Submitter: "Zuul (22348)"
Branch:    master

commit 3ad1b0b80697c9fe4e89a63db35c5102e018aac8
Author: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
Date:   Mon Jun 23 09:51:02 2025 +0000

    Add non-repair mode to the existing method in OVN sync class
    
    The methods ``sync_port_qos_policies`` and ``sync_fip_qos_policies``
    didn't comply with the sync tool mode configured. The database should
    be modified only in "repair" mode
    
    Closes-Bug: #2115189
    Signed-off-by: Rodolfo Alonso Hernandez <ralonsoh@xxxxxxxxxx>
    Change-Id: I582961895ad9f3714278b4707ffc1e20d9952c2f


** 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/2115189

Title:
  [OVN] ``sync_port_qos_policies`` and ``sync_fip_qos_policies`` only
  have "repair" mode

Status in neutron:
  Fix Released

Bug description:
  All OVN DB sync methods should have a "reapir" mode and a "log" mode.
  The last one should inform about the discrepancies between the Neutron
  database and configuration and the OVN database, but should not make
  any change. This is not happening for the methods
  ``sync_port_qos_policies`` and ``sync_fip_qos_policies`` that are
  always in "repair" mode (changing the database).

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/2115189/+subscriptions



References