octavia/releasenotes/notes/fix-unplugging-member-ports-262b35426e570edd.yaml
Gregory Thiemonge 17a79b7ebf Fix unplugging member ports
Unplugging a port from a VM can take some time before the update is
committed to the DB, 2 (quick) successive member deletions can trigger a
race condition when computing the delta of the ports that need to be
removed/added: Octavia may get a list of ports connected to an amphora
that is not correct.

This commit ensures that a port is also removed from the DB when
unplugging a member port.

Story 2009864
Task 44543

Change-Id: Iaa8ea5255b225ef87461c1f85b80f36210b1bde4
2022-02-21 09:36:17 +01:00

8 lines
260 B
YAML

---
fixes:
- |
Fix a bug that could have triggered a race condition when configuring a
member interface in the amphora. Due to a race condition, a network
interface might have been deleted from the amphora, leading to a loss of
connectivity.