ironic-python-agent/releasenotes/notes/fallback-to-findfs-59abde55221e1e84.yaml
Julia Kreger 3ee17e8624 Last resort fallback to find a partition
Falls back to attempt to use findfs to locate
a UUID or PARTUUID match as opposed to trying to
list and enumerate through lsblk output.

Can confirm that tinycore 8.x's findfs binary works
expected.

Story: 2006724
Task: 37141

Change-Id: I4d488e4a1ab680eb1353b158c3339cb30b056ada
2019-10-15 16:35:17 +00:00

11 lines
407 B
YAML

---
fixes:
- |
Fixes an issue with the tinyIPA CI testing image by providing a fallback
root volume uuid detection method via the ``findfs`` utility, which is
also already packaged in most distributions with ``lsblk``.
This fallback was necesary as the ``lsblk`` command in ``TinyCore`` Linux,
upon which TinyIPA is built, does not return data as expected for
volume UUID values.