← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 2006734] [NEW] [OVN] OVN trunk driver is not bumping the OVN LSP "external_ids:revision_number"

 

Public bug reported:

The OVN trunk driver is not bumping the OVN LSP
"external_ids:revision_number" after updating the Neutron DB register.
The methods ``OVNTrunkHandler._set_binding_profile`` and
``OVNTrunkHandler._unset_binding_profile`` are called from
``_set_sub_ports`` and ``_unset_sub_ports`` respectively. These methods
create a Neutron DB and a OVN DB transactions in the same with clause.
Inside both transactions, the port register (Neutron DB and OVN DB) is
modified. However, the OVN register revision_number is not bumped
consequently. That forces the maintenance task to review the OVN
register and force an update.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/2006734

Title:
  [OVN] OVN trunk driver is not bumping the OVN LSP
  "external_ids:revision_number"

Status in neutron:
  New

Bug description:
  The OVN trunk driver is not bumping the OVN LSP
  "external_ids:revision_number" after updating the Neutron DB register.
  The methods ``OVNTrunkHandler._set_binding_profile`` and
  ``OVNTrunkHandler._unset_binding_profile`` are called from
  ``_set_sub_ports`` and ``_unset_sub_ports`` respectively. These
  methods create a Neutron DB and a OVN DB transactions in the same with
  clause. Inside both transactions, the port register (Neutron DB and
  OVN DB) is modified. However, the OVN register revision_number is not
  bumped consequently. That forces the maintenance task to review the
  OVN register and force an update.

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



Follow ups