ironic-python-agent/releasenotes/notes/add-secondary-sorting-by-name-for-root-disks-4de2c0358b9a1e2c.yaml
Dmitry Tantsur 872dba1a7e Update release notes
Change-Id: I409379f72c8bb42b73e0f3aef8226904975d06ff
2019-03-18 15:11:27 +01:00

11 lines
510 B
YAML

---
features:
- |
Adds secondary sorting by device name when guessing the root disk. This
makes the selection process more predictable and increases the chances
that systems which try only one device for booting will actually
successfully boot after deployment. As the primary sorting is still done
by size, the root device hints still take priority, and the current
behaviour is basically not specifying the order beyond size, this change
does not break backwards compatibility.