summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml
diff options
context:
space:
mode:
authorJulia Kreger <juliaashleykreger@gmail.com>2020-06-03 10:24:43 -0700
committerDmitry Tantsur <dtantsur@protonmail.com>2020-06-05 10:59:21 +0000
commit9f9a9abfbd6530bc56c0c4b017e6434246d8f5b3 (patch)
tree7cf56db802562c7b5d01c8489a067ebf00480f16 /releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml
parent475682f9b9acb9fce4bb0c759939eb4f4b24a4ce (diff)
downloadironic-9f9a9abfbd6530bc56c0c4b017e6434246d8f5b3.tar.gz
Fix fast track when exiting cleaning
When exiting cleaning, previously the agent token was purged from ironic's database and agents continuing to run would not be able to heartbeat to the conductor. With agent token, this would orphan the agent such that it thought it had an agent token, yet the conductor did not. Change-Id: Id6f8609bcda369649d0f677aceed26ed5e72a313 (cherry picked from commit 5b785569b635a3d23509b009c4f575d1800c6f02)
Diffstat (limited to 'releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml')
-rw-r--r--releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml b/releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml
new file mode 100644
index 000000000..803977a0f
--- /dev/null
+++ b/releasenotes/notes/fast-track-with-cleaning-438225116a11662d.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes a bug in "fast track" where Ironic would delete the ``agent token``
+ upon exiting cleaning steps. However, if we are in fast track mode, we can
+ preserve the token and continue operations with the agent as it is not
+ powered off during fast track operations.