ironic/releasenotes/notes/fix-cleaning-spawn-error-60b60281f3be51c2.yaml
Yuriy Zveryanskyy 8c8704e23a Fix spawn error hook in "continue_node_clean" RPC method
1) utils.cleaning_error_handler() as hook in current code does not
have an exception parameter that task context manager adds.
2) It's not needed to set fail state on "NoFreeConductorWorker"
exception, this is driver specific. IPA driver can obtain a free
worker on the next heartbeat(s).

This patch also adds missing tests for error handlers functions.

Closes-Bug: #1539118
Change-Id: I9081d5b3437e9be6b68fe9c635b38f84637e93df
2016-02-02 16:30:13 +02:00

5 lines
151 B
YAML

---
fixes:
- Fix issues with error handling when spawning a new thread to continue
cleaning. See https://bugs.launchpad.net/ironic/+bug/1539118.