Merge "Fix clean up
error logging formatting"
This commit is contained in:
commit
3f2ba0c3df
ironic_inspector
releasenotes/notes
@ -885,7 +885,7 @@ def clean_up():
|
||||
if node_info.finished_at or node_info.started_at > threshold:
|
||||
continue
|
||||
if node_info.state != istate.States.waiting:
|
||||
LOG.error('Something went wrong, timeout occurs'
|
||||
LOG.error('Something went wrong, timeout occurred '
|
||||
'while introspection in "%s" state',
|
||||
node_info.state,
|
||||
node_info=node_info)
|
||||
|
@ -1,8 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds new transition ``starting`` -> ``error`` as reaction on ``timeout``
|
||||
event.
|
||||
fixes:
|
||||
- |
|
||||
Timeout event on ``starting`` state lead to undefined transition error.
|
||||
|
Loading…
Reference in New Issue
Block a user