ironic-python-agent/releasenotes/notes/rescan-before-checking-uefi-64597c937880134d.yaml
Julia Kreger 6f1f9c7f6e Rescan devices before performing uefi checks
With the fix to the uefi code path so secure boot works properly
and is not accidently stomped on, we forgot to rescan the device
and force the partition table to update, which is vital for iscsi
based deploys.

Depends-On: https://review.opendev.org/706960
Change-Id: Ic2f338be075e93a2ce8c76c706d37db9bf8792ea
Story: 2007276
Task: 38713
2020-03-16 05:57:54 -07:00

8 lines
275 B
YAML

---
fixes:
- |
Fixes an issue where the agent was failing to rescan the device deployed
upon before checking uefi contents. This would occur with an iSCSI
based deployment, as partition management operations are performed by
the conductor, and not locally.