ironic-python-agent/releasenotes/notes/streaming-uuid-fdf136a7745fbb3d.yaml
Steve Baker e61336602f Fix root UUID for streamed partition images
The root UUID changes after a streamed partition image is written to
the block device, causing later deployment failure when assuming the
old UUID.

This change updates the root UUID after streaming the partition image
is complete.

This issue may have been missed in local testing because deploying the
same image repeatedly will result in stable root UUID across runs.

Change-Id: Ice4630c16fc216980488d1427f3b02e1b8a417fa
2021-03-19 12:08:43 +01:00

6 lines
100 B
YAML

---
fixes:
- |
Fixes incorrect root partition UUID after streaming a raw partition
image.