ironic/releasenotes/notes/fix-console-port-conflict-6dc19688079e2c7f.yaml
Kaifeng Wang c9c9b3100d Fixes console port conflict occurs in certain path
The dynamically allocated console port for a node is saved
into database and reused on subsequent console operations.
In certain code path the port record cann't be trusted and
we should do a re-allocation.

This patch fixes the issue by ignores previous allocation
record. The extra cleanup in the takeover is not required
anymore and removed as well.

Change-Id: I1a07ea9b30a2c760af7a6a4e39f3ff227df28fff
Story: 2010489
Task: 47061
2023-02-15 17:42:37 +00:00

9 lines
267 B
YAML

---
fixes:
- |
Fixes issues that auto-allocated console port could conflict on the same
host under certain circumstances related to conductor takeover.
For more information, see `story 2010489
<https://storyboard.openstack.org/#!/story/2010489>`_.