summaryrefslogtreecommitdiff
path: root/releasenotes/notes/agent-last-command-4ec6967c995ba84a.yaml
blob: 1ab3a4846c8b6110e7d484f095aea7c0b9c43713 (plain)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    If the agent accepts a command, but is unable to reply to Ironic (which
    sporadically happens before of the eventlet's TLS implementation), we
    currently retry the request and fail because the command is already
    executing. Ironic now detects this situation by checking the list of
    executing commands after receiving a connection error. If the requested
    command is the last one, we assume that the command request succeeded.