3d5d82a197
if a gateway chassis is removed we previously only plugged the hole it left in the priorities of the lrps. This can lead to bad choice since we are bound by all other currently used chassis. By allowing us to also reschedule the lower priorities we get significantly more freedom in choosing the most appropriate chassis and prevent overloading an individual one. As an example from the new testcase: previously we would have had all prio 2 schedules on chassis3, but with this change now this distributes better also to chassis4. Partial-Bug: #2023993 Change-Id: I786ff6c0c4d3403b79819df95f9b1d6ac5e8675f
7 lines
235 B
YAML
7 lines
235 B
YAML
---
|
|
other:
|
|
- |
|
|
The OVN L3 scheduler will now update lower priorities of exising LRPs in
|
|
case of a chassis change. This can create increased load on OVN during
|
|
chassis shutdown, but improves the load distribution of LRPs.
|