ironic/releasenotes/notes/notify-topic-451493784ce45e73.yaml
Dmitry Tantsur bc628ac6ef Route conductor notification RPC to the same conductor
RPC continue_node_{deploy,clean} are called from a conductor handling
the node, so they don't have to go through the hash ring. This avoids
situation when take over happens in the middle of a deploy/clean step
processing, breaking it.

Eventually, we should stop using RPC for that at all, but that will be
a much more invasive change.

Story: #2008200
Task: #40984
Change-Id: I76293f8ec30d5957b99bdbce5b70e87e8378d135
2020-09-25 17:34:58 +02:00

7 lines
203 B
YAML

---
fixes:
- |
Prevents a take over from happening in the middle of a deploy step
processing. This could happen if the RPC call ``continue_node_deploy``
is routed to a different conductor.