ironic-lib/releasenotes/notes/fix-dd-async-gpt-erasure-bbc6b084b0344d30.yaml
Arne Wiebalck ec6ba65392 Use direct writes when erasing the GPT
Use direct I/O when overwriting the partition table to expose device
failures (which would not be directly noticed otherwise).

Change-Id: Ib0790099d895410681e4a1679bedea62209ff277
2023-03-01 15:11:04 +01:00

7 lines
186 B
YAML

---
fixes:
- |
Fixes a bug when erasing a partition table: the corresponding I/O needs
to be synchronous in order to avoid masking failed write requests to
broken devices.