ironic/releasenotes/notes/fix-reboot-log-collection-c3e22fc166135e61.yaml
Mark Goddard 752c82ccd9 Don't collect logs from powered off nodes
The agent deploy mixin tries to collect logs from the deployment ramdisk
after powering off a node. This is clearly not going to work, as it
requires a call to the IPA API.

This change avoids collecting logs from the ramdisk in failure scenarios
where the node is powered off.

Change-Id: I353e73e3612ece893276c683ce469f8561e9ebf9
Closes-Bug: #1732939
2017-11-21 16:01:46 +00:00

9 lines
371 B
YAML

---
fixes:
- |
Fixes an issue where if a failure occurs during deployment, the Bare Metal
service could attempt to collect logs from a node that had been powered
off. This would result in a number of failed attempts to collect the logs
before failing the deployment. See `bug 1732939
<https://bugs.launchpad.net/ironic/+bug/1732939>`_ for details.