ironic-python-agent/releasenotes/notes/add-inspection-retry-1d385f69607c1452.yaml
Julia Kreger bb27badf76 Add basic retries for inspection
A transitory connection failure, such as one caused by
a port being held down for traffic forwarding, can experience
intermittent connectivity failures which result in failed
introspections.

Now the agent retries.

Change-Id: I72c5e3aca000d3854a17f8a461b1a2935e5c0d9b
2020-09-14 22:38:18 +00:00

7 lines
195 B
YAML

---
fixes:
- |
Fixes an issue where intermittent or transitory connection issues can cause
inspection to fail. The ramdisk now retries to report to inspector a total
of five times.