Files
watcher/releasenotes/notes/bug-2122149-fix-migrate-source-node-host-maintenance-30ef096bdb7e5b24.yaml
Douglas Viroel f55e120f37 Fix source_node value in host maintenance strategy migrate action
Fixes the source_node value to use node's hostname instead of node
uuid. This bug was seen when reverting a migration that was created
by host maintenance strategy.

Assisted-By: Cursor (claude-4-sonnet)

Closes-Bug: #2122149

Change-Id: I7a0855d41516471970b239067ef9a34d10d72051
Signed-off-by: Douglas Viroel <viroel@gmail.com>
2025-09-05 14:54:25 -03:00

9 lines
366 B
YAML

---
fixes:
- |
Fixed the source_node parameter value in host maintenance strategy migrate
actions to use node hostname instead of node UUID. This bug only appeared
during revert of migrate actions, where the revert operation would fail
because the migration action expected a hostname for the destination
parameter but received a UUID instead.