9ace551db2
There is a cold migration scenario that leaves some interfaces behind in case port binding changes from hybrid to direct plugging between the nodes. This patch adds functionality that checks presence of intermediate linux bridge and clears things up properly if found. Signed-off-by: Jakub Libosvar <libosvar@redhat.com> Change-Id: Ic5b38a0467b3c18e38bec005d80cd1f5f0e66b28
11 lines
419 B
YAML
11 lines
419 B
YAML
---
|
|
|
|
feature:
|
|
- |
|
|
The unplug() method for VIFOpenVSwitch type now checks for existence of
|
|
linux bridge used in hybrid plugging mechanism. In case it exists, the
|
|
interfaces related to the hybrid plugging are deleted too. This is useful
|
|
in particular for cold migration use case when target node has updated
|
|
port binding that doesn't use hybrid plugging, while the original plugging
|
|
was hybrid.
|