summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorKaifeng Wang <kaifeng.w@gmail.com>2022-12-25 12:14:06 +0800
committerJulia Kreger <juliaashleykreger@gmail.com>2023-02-15 17:42:37 +0000
commitc9c9b3100d3bd8983ca53a75c4a4e5f9c7f122b9 (patch)
tree700aac2f5e5e9d37cb3b4c03e21662480c9eea4c /releasenotes
parentef772c2c1e84769a982c54ec8832e2a06b8f1911 (diff)
downloadironic-c9c9b3100d3bd8983ca53a75c4a4e5f9c7f122b9.tar.gz
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-console-port-conflict-6dc19688079e2c7f.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-console-port-conflict-6dc19688079e2c7f.yaml b/releasenotes/notes/fix-console-port-conflict-6dc19688079e2c7f.yaml
new file mode 100644
index 000000000..32b419915
--- /dev/null
+++ b/releasenotes/notes/fix-console-port-conflict-6dc19688079e2c7f.yaml
@@ -0,0 +1,8 @@
+---
+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>`_.