cbc29a9b7b
If original disk image has ID of 0x00000000 it's overwritten by parted with a non-zero value. The original ID is stored in pxelinux.cfg/* config file and the node fails to boot. Reading the ID was moved to after config drive setup so that the final ID is returned. Change-Id: Icbfa3e93bf6252177a0baa5f89bf4565ff331520 Closes-Bug: #1685093
6 lines
245 B
YAML
6 lines
245 B
YAML
---
|
|
fixes:
|
|
- Fix handling of whole disk images with 0x00000000 disk identifier.
|
|
Instances failed to boot as the identifier in boot config was overwritten
|
|
during config drive creation. See https://bugs.launchpad.net/ironic/+bug/1685093
|