ironic/releasenotes/notes/spawn-error-2249f94606388fbd.yaml
Dmitry Tantsur 0c3f52ec9a Do not silently ignore exceptions when running next steps
Currently if do_next_deploy/clean_step fails, the failure is swallowed
by eventlet since they're run in a new thread. This 1) is incorrect,
2) leads to nodes stuck in DEPLOYING/CLEANING.

Also update logging in agent_base to be able to easier spot similar
problems.

Change-Id: I0282c9e06c54a173efc666cd8df25cf573afb394
2020-09-28 17:53:46 +02:00

6 lines
125 B
YAML

---
fixes:
- |
No longer silently ignores exceptions that happen when trying to run the
next clean or deploy step.