ironic-python-agent/releasenotes/notes/rescan-device-after-mkfs-3f9d52a2e3b6fff3.yaml
Vanou Ishii fa70a1909b Rescan device after filesystem creation
In work_on_disk function, IPA runs mkfs commands without
following device rescan operation. This leads to incorrect
content of uuids_to_return to be returned.
These mkfs commands modify partition label but IPA fails
to catch such changes because of no following device
rescan operation.

This commit adds call of device rescan function before
uuids_to_return construction.

Change-Id: I4e8b30deb5e2247f51ce8f10bd3271f64a264089
2022-02-11 11:02:52 +09:00

6 lines
142 B
YAML

---
fixes:
- |
Adds device rescan operation after partitioning the root device to ensure
that updated UUIDs are reflected correctly