[OVN] The neutron_sync_mode conf is ignored for SB DB sync
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
In Progress
|
High
|
Lucas Alvares Gomes |
Bug Description
The neutron_sync_mode configuration option is ignored when syncing the OVN Southbound database, that class assumes that it's always in "repair" mode.
neutron_sync_mode can have 3 values:
* off, which should just turn off sync
* log, which should just log the inconsistencies found between the Neutron and OVN databases
* repair, which should repair all inconsistencies found between Neutron and OVN databases
But, right now only the Northbound DB sync class checks for these values: https:/
The Southbound DB sync does not even receive the sync mode as a parameter and assumes it's always in repair mode (even tho the default value for that option is "log"): https:/
Changed in neutron: | |
status: | New → Confirmed |
assignee: | nobody → Lucas Alvares Gomes (lucasagomes) |
importance: | Undecided → High |
Changed in neutron: | |
status: | Confirmed → In Progress |
tags: | added: ovn |