ironic-python-agent/releasenotes/notes/executes-gpt-partition-fix-b6156cc16da00dfc.yaml
Julia Kreger 55b011cb1f Fix GPT partition tables after agent writes contents
Fixes errors that were being raised upon restarting the agent
directly written out software raid images as the raidset is
restarted for device consistency and partition updates later
on in the code path of deployment.

Story: 2007455
Task: 39187
Change-Id: I9abf51eb77b262932e70329af5ce1593106a3171
2020-03-29 07:45:25 -07:00

8 lines
331 B
YAML

---
fixes:
- |
Fixes an issue where secondary GPT partition tables were not being updated
after the ``ironic-python-agent`` wrote the disk image to the target disk.
The agent now unconditionally attempts to repair the secondary partition
table. Previously, software RAID volumes would report errors upon restart.