summaryrefslogtreecommitdiff
path: root/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml')
-rw-r--r--releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml b/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml
new file mode 100644
index 000000000..5db6db6ec
--- /dev/null
+++ b/releasenotes/notes/prevent-pxe-retry-when-token-exists-a4f38f7da56c1397.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Fixes a race condition in PXE initialization where logic to retry
+ what we suspect as potentially failed PXE boot operations was not
+ consulting if an ``agent token`` had been established, which is the
+ very first step in agent initialization.