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>
9 lines
366 B
YAML
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.
|