Datapath loss during schema restart
Bug #1588204 reported by
eon
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R2.20 |
Won't Fix
|
High
|
Ignatious Johnson Christopher | |||
R2.21.x |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
R2.22.x |
Won't Fix
|
High
|
Ignatious Johnson Christopher | |||
R3.0 |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
R3.0.2.x |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
R3.1 |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
R3.2 |
In Progress
|
High
|
Ignatious Johnson Christopher | |||
Trunk |
Fix Committed
|
High
|
Ignatious Johnson Christopher | |||
OpenContrail |
Fix Committed
|
High
|
Ignatious Johnson Christopher |
Bug Description
On initialization schema will set the default RT for all RI:
At this point we loose all data path that involves a router (E/O via router, SNAT)
Later, in the initial IFMAP poll, the RT are added back to RIs and the traffic is restored.
Observed on R2.21.x
Changed in opencontrail: | |
assignee: | nobody → Sachin Bansal (sbansal) |
importance: | Undecided → High |
no longer affects: | juniperopenstack/r2.20.x |
information type: | Public → Public Security |
Changed in opencontrail: | |
assignee: | Sachin Bansal (sbansal) → Ignatious Johnson Christopher (ijohnson-x) |
information type: | Public Security → Public |
Changed in opencontrail: | |
status: | New → Fix Committed |
To post a comment you must log in.
The problem is happening because the route targets of the connected logical routers are not added to routing instances when schema transformer starts. They are added later. We are working on the problem.