ironic/releasenotes/notes/image_rootfs_uuid-1ea54ba043d1aeaf.yaml
Dmitry Tantsur 0a68622187 Allow passing rootfs_uuid for the standalone case
Using software RAID with whole disk images requires specifying
a root partition UUID, but it is only possible through Glance.
This change adds an explicit field for that.

Change-Id: I55e3727aab3960ef472ec2db1f23c25db405e801
2020-10-20 18:22:25 +02:00

7 lines
242 B
YAML

---
features:
- |
When deploying a node with software RAID with an image not from Glance,
the new ``instance_info`` field ``image_rootfs_uuid`` can be used to
specify the UUID of the root partition to install the bootloader on.