78c3af414c
Change-Id: I10286c48ddf3b7fba020db6175d5faa1c0911141
14 lines
570 B
YAML
14 lines
570 B
YAML
---
|
|
features:
|
|
- |
|
|
Software RAID is no longer limited to images which have the root file
|
|
system in the first partition.
|
|
upgrade:
|
|
- |
|
|
For Software RAID, the IPA no longer assumes that the root file system
|
|
of the deployed image is in the first partition. Instead, it will use
|
|
the UUID passed from the conductor. Operators need hence to make sure
|
|
that the conductor has the correct UUID (which either comes from the
|
|
``rootfs_uuid`` field in the image metadata or from the
|
|
``root_uuid_or_disk_id`` in the node's ``internal_driver_info``.)
|