28a2ed1a90
While `sgdisk -Z` is useful to wipe disk and partition metadata, it will prevent execution and not do anything if a CRC error is detected with the data already on disk. We had previously run into this with IPA, however we never addressed this with-in ironic-lib[0]. [0]: https://storyboard.openstack.org/#!/story/1737556 Story: 1737556 Task: 36305 Change-Id: I8fb390cb1daa481583ebcba6a010e9be3255b373
8 lines
283 B
YAML
8 lines
283 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes an issue where CRC errors in the GPT partition information would
|
|
cause cleaning to fail. A similar issue was previously encountered with
|
|
ironic-python-agent. See `Story 1737556 <https://storyboard.openstack.org/#!/story/1737556>`_
|
|
for details.
|