ironic/releasenotes/notes/bug-2006334-0cd8f59073f56241.yaml
Raphael Glon ff3f328f0b Ansible: fix partition_configdrive for logical root_devices
If the node root_device is a logical drive (like an md array, or a
logical volume), partition_configdrive.sh was not working correctly.

Change-Id: Ida4f91efba0f38f20cd80dd6b6162a77af8d6b78
Story: #2006334
Task: #36082
2019-08-13 02:21:07 +02:00

8 lines
296 B
YAML

---
fixes:
- |
Fixes an issue regarding the ``ansible`` deploy interface, where the
configdrive partition could not be correctly built if the node root
device was set to some logical device (like an md array, /dev/md0).
https://storyboard.openstack.org/#!/story/2006334