ironic-python-agent/releasenotes/notes/fix-agent-determination-of-partition-table-type-3c78bf78266e8cef.yaml
Julia Kreger cb6c0059b5 Fix default disk label with partition images
Partition images through the agent have the unfortunate
side effect of being executed without full node context
by default. Luckilly we've had a similar problem and
cache the node.

This patch changes the lookup from a default of msdos
partitions to use the cached node object.

Change-Id: I002816c9372fdf1cc32f3c67f420073551479fd9
2020-12-14 06:36:18 -08:00

7 lines
234 B
YAML

---
fixes:
- |
Fixes the agent process for determining what partition label type to
utilize when writing partition images. In many cases, this could fallback
to ``msdos`` if the instance flavor was not properly labeled.