ironic-python-agent/releasenotes/notes/fix-rescan-device-raid-29aa1558b036b496.yaml
Riccardo Pittau 23e67b5fea Re-read the partition table with partx -a, part 2
Use add instead of update to re-read the partition table with partx.

See [1] for more details.

Co-authored-by: Arne Wiebalck <arne.wiebalck@cern.ch>

[1] https: //opendev.org/openstack/ironic-python-agent/commit/dc8c1f16f9a00e2bff21612d1a9cf0ea0f3addf0

Change-Id: I2336e22dadc790cfbde87904612fcaa3b8c501db
2021-11-09 13:03:14 +01:00

8 lines
175 B
YAML

---
fixes:
- |
Fixes an issue where partitions are not visible due to an
incorrect call to have the partition table re-read during raid
configuration creation.