ironic/releasenotes/notes/agent-command-status-retry-f9b6f53a823c6b01.yaml
Julia Kreger 242775ae18 Retry agent get_command_status upon failures
The agent command status code lacks any retry mechanism
which meant if any intermittent failure such as a dropped
packet or an overloaded firewall could potentially begin
to cause the entire deployment or cleaning process to derail
and fail.

This fix addes logic to ensure we retry upon such failures.

Worth noting, the exact same logic has been used elsewhere
in the agent client code for the exact same problem when
issuing commands.

Change-Id: I4f6581b7fb895ed2b1d505b9947e363665551b57
Story: 2007470
Task: 39158
2020-03-26 09:23:30 -07:00

7 lines
227 B
YAML

---
fixes:
- |
Fixes an issue with the agent client code where checks of the agent
command status had no logic to prevent an intermittent or transient
connection failure from causing the entire operation to fail.